Advertisement
Grav24

eSearch Config

Oct 7th, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 24.56 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <!-- See Enhanced Search Widget XML Configuration.pdf for detailed explanation -->
  3. <configuration>
  4.     <layers>
  5.         <layer>
  6.             <token/>
  7.             <definitionexpression></definitionexpression>
  8.             <enableprintgrid>true</enableprintgrid>
  9.             <enableexport>true</enableexport>
  10.             <name>Type 2 A Side Circuits</name>
  11.             <url>http://vdi-standard103.lumosnet.com:6080/arcgis/rest/services/LumosWebmapTool/Type2ReportGranite_09192014/MapServer/1</url>
  12.             <expressions>
  13.                 <expression alias="Recurring Costs" textsearchlabel="Search Recurring Costs" isvaluerequired="true">
  14.                     <values>
  15.                         <value prompt="Example: Type 1000 to find Costs Greater than 1000" isvaluerequired="true">SUM_RECURR >= [value]</value>                        
  16.                     </values>
  17.                 </expression>                
  18.             </expressions>
  19.             <graphicalsearchlabel>Use one of the graphical search tools to select Zoning</graphicalsearchlabel>
  20.             <spatialsearchlayer>true</spatialsearchlayer>
  21.             <titlefield>SUM_RECURR</titlefield>
  22.             <fields all="false">
  23.                 <field name ="LAT_A" alias="Latitude" gridfield="true"/>
  24.                 <field name ="LON_A" alias="Longitude"  gridfield="true"/>
  25.                 <field name ="SUM_RECURR" alias="Recurring Costs" sort="asc|2|numeric" gridfield="true"/>
  26.             </fields>
  27.             <links/>            
  28.           <relates>
  29.             <relate id="0" label="Circuit Table" enableexport="true" icon="widgets/eSearch/assets/images/i_relate.png">
  30.               <fields all="true" />
  31.               <zoomscale usegeometry="true" zoompercent="0.5" />
  32.             </relate>
  33.           </relates>
  34.             <zoomscale usegeometry="true" zoompercent="2"></zoomscale>
  35.             <autoopendatagrid>false</autoopendatagrid>
  36.             <queryattachments>true</queryattachments>
  37.         </layer>        
  38.         <!--<layer>
  39.            <token/>
  40.            <definitionexpression></definitionexpression>
  41.            <enableexport>true</enableexport>
  42.            <enableprintgrid>true</enableprintgrid>
  43.            <name>Road Centerlines</name>
  44.            <url>http://someServer/ArcGIS/rest/services/someService/MapServer/5</url>
  45.            <expressions>
  46.                <expression alias="Road Name and Zip" textsearchlabel="Search by Road Name and Left Zipcode and Right Zip:">
  47.                    <values>
  48.                        <value prompt="Example: ANDREW" isvaluerequired="true">RD_NAME = '[value]'</value>
  49.                        <value prompt="Example: 36201" isvaluerequired="true" operator="AND">ZIP_L = [value]</value>
  50.                        <value prompt="Example: 36201" isvaluerequired="true" operator="AND">ZIP_R = [value]</value>
  51.                    </values>
  52.                </expression>
  53.                <expression alias="Road Surface" textsearchlabel="Search by Surface Type:">
  54.                    <values>
  55.                        <value prompt="Example: Asphalt" field="Surf_Type" usedomain="true">Surf_Type = [value]</value>
  56.                    </values>
  57.                </expression>
  58.                <expression alias="Road Surface" textsearchlabel="Search by Surface Type:">
  59.                    <values>
  60.                        <value prompt="Example: Asphalt" uniquevalsfromfield="Surf_Type">Surf_Type = [value]</value>
  61.                    </values>
  62.                </expression>
  63.                <expression alias="Open SQL" textsearchlabel="Search by Typing Full SQL:">
  64.                    <values>
  65.                        <value prompt="Example: RD_NAME = 'ANDREW' AND ZIP_L = 36201">[value]</value>
  66.                    </values>
  67.                </expression>
  68.            </expressions>
  69.            <graphicalsearchlabel>Use one of the graphical search tools to select Roads</graphicalsearchlabel>
  70.            <spatialsearchlayer>true</spatialsearchlayer>
  71.            <titlefield>Name</titlefield>
  72.            <fields all="false">
  73.                <field name="Name" gridfield="true" sort="asc|1|string"/>
  74.                <field name="Classification" gridfield="true" />
  75.                <field name="Length_" numberformat="2|,|." />
  76.                <field name="Width" gridfield="true" />
  77.                <field name="L_F_ADD" gridfield="true" />
  78.                <field name="L_T_ADD" gridfield="true" />
  79.                <field name="R_F_ADD" gridfield="true" />
  80.                <field name="R_T_ADD" gridfield="true" />
  81.                <field name="PREFIX" gridfield="true" />
  82.                <field name="PRETYPE" gridfield="true" />
  83.                <field name="RD_NAME" gridfield="true" />
  84.                <field name="TYPE" gridfield="true" />
  85.                <field name="SUFFIX" gridfield="true" />
  86.                <field name="ZIP_L" gridfield="true" />
  87.                <field name="ZIP_R" gridfield="true" />
  88.            </fields>
  89.            <links>
  90.                <link alias="View Mon. Ref Sheet" disablelinksifnull="true">
  91.                    <![CDATA[http://somesite/gis/map/map_search/mrs_test.cfm?mrspoint={PREFIX}]]>
  92.                    <icon><![CDATA[assets/images/w_link.png]]></icon>
  93.                </link>
  94.            </links>
  95.            <zoomscale usegeometry="true" zoompercent="1.6" />
  96.            <autoopendatagrid>true</autoopendatagrid>
  97.            <relates>
  98.                <relate id="0" label="ABIMS Bridge" enableexport="true" icon="assets/images/i_hydro.png">
  99.                    <fields all="true" />
  100.                    <zoomscale usegeometry="true" zoompercent="1.6" />
  101.                </relate>
  102.                <relate id="1" label="Average Daily Traffic" enableexport="true" enableprintgrid="true"
  103.                    icon="assets/images/i_flag.png" printtitle="Related Average Daily Traffic">
  104.                    <fields all="false">
  105.                        <field name="Date_" dateformat="MM/DD/YYYY" sort="asc|1|date"/>
  106.                        <field name="Road_Name" />
  107.                        <field name="Road_ID" />
  108.                        <field name="Location" />
  109.                        <field name="ADT" sum="true" sumlabel="ADT Total Count: " sort="asc|2|numeric"/>
  110.                        <field name="Percent_Tr" />
  111.                    </fields>
  112.                    <zoomscale usegeometry="true" zoompercent="1.6" />
  113.                </relate>
  114.                <relate id="2" label="Railroad Crossings" enableexport="true" icon="assets/images/i_folder.png">
  115.                    <fields all="false">
  116.                        <field name="Gate" />
  117.                        <field name="Lights" />
  118.                        <field name="Active" />
  119.                        <field name="At_Grade" />
  120.                        <field name="Clearance" />
  121.                        <field name="Control_Mark" />
  122.                    </fields>
  123.                    <zoomscale usegeometry="true" zoompercent="1.6" />
  124.                </relate>
  125.                <relate id="3" label="Signs" enableexport="false" enableprintgrid="true" icon="assets/images/i_lego.png">
  126.                    <fields all="false">
  127.                        <field name="Type" />
  128.                        <field name="Road_ID" />
  129.                        <field name="Condition" />
  130.                        <field name="P_Hyper" />
  131.                        <field name="Image_" hyperlinkgridfield="true" hyperlinkgridicon="assets/images/i_lego.png"
  132.                            hyperlinkaliastext="Get Sign Image" linkprefix="" linksuffix="" />
  133.                        <field name="post" />
  134.                    </fields>
  135.                    <zoomscale usegeometry="true" zoompercent="1.6" />
  136.                </relate>
  137.                <relate id="4" label="Guardrails" enableexport="true" icon="assets/images/i_clock.png">
  138.                    <fields all="false">
  139.                        <field name="Type" />
  140.                        <field name="ID" />
  141.                        <field name="Date_P" dateformat="MM/DD/YYYY" />
  142.                        <field name="Date_R" dateformat="MM/DD/YYYY" />
  143.                        <field name="Type_end_a" />
  144.                        <field name="Type_start_a" />
  145.                        <field name="Comments" />
  146.                    </fields>
  147.                    <zoomscale usegeometry="true" zoompercent="1.6" />
  148.                </relate>
  149.            </relates>
  150.            <queryattachments>false</queryattachments>
  151.            <symbology>
  152.                <simplelinesymbol color="0x00ff00" alpha="0.8" width="2" />
  153.            </symbology>
  154.        </layer>
  155.        <layer>
  156.            <token/>
  157.            <definitionexpression></definitionexpression>
  158.            <enableexport>true</enableexport>
  159.            <enableprintgrid>true</enableprintgrid>
  160.            <name>Calhoun Parcels</name>
  161.            <url>http://someserver/ArcGIS2/rest/services/someservice/MapServer/67</url>
  162.            <expressions>
  163.                <expression alias="PPIN" textsearchlabel="Search by Parcel Id Number:">
  164.                    <values>
  165.                        <value prompt="Example: 1998">PPIN = '[value]'</value>
  166.                    </values>
  167.                </expression>
  168.                <expression alias="Owner Name" textsearchlabel="Search by Owner Name:">
  169.                    <values>
  170.                        <value prompt="Example: POE">NAME LIKE '%[value]%'</value>
  171.                    </values>
  172.                </expression>
  173.            </expressions>
  174.            <graphicalsearchlabel>Use one of the graphical search tools to select a Parcel</graphicalsearchlabel>
  175.            <spatialsearchlayer>true</spatialsearchlayer>
  176.            <titlefield>Name</titlefield>
  177.            <fields all="false">
  178.                <field name="PPIN" gridfield="true" alias="Parcel Identifcation Number"/>
  179.                <field name="NAME" gridfield="true" sort="asc|1|string"/>
  180.                <field name="STREET_ADDRESS" gridfield="true" />
  181.                <field name="USE_CODE" gridfield="true" />
  182.                <field name="CALC_ACRES" gridfield="true" />
  183.                <field name="EXEMPTION_CODE1" gridfield="true" />
  184.                <field name="ADDRESS_1" gridfield="true" gridfieldonly="true" />
  185.                <field name="ADDRESS_3" gridfield="true" gridfieldonly="true" />
  186.                <field name="PRIOR_TAX_YEAR" gridfield="true" />
  187.                <field name="SALE_DATE" gridfield="true" dateformat="MM/DD/YYYY" useutc="true"/>
  188.                <field name="LAST_DEED_BOOK" gridfield="true"/>
  189.                <field name="LAST_DEED_PAGE" gridfield="true"/>
  190.                <field name="ZIPCODE_1" gridfield="true" gridfieldonly="true"/>
  191.                <field name="NEIGHBORHOOD" gridfield="true" gridfieldonly="true"/>
  192.                <field name="SUBDIVISION" gridfield="true"/>
  193.                <field name="SALE_PRICE" gridfield="true" currencyformat="$|2|,|." sum="true" sumlabel="Sales Price: "/>
  194.                <field name="TOTAL_TRUE" gridfield="true" currencyformat="$|2|,|." sort="dsc|2|numeric"/>
  195.                <field name="LAND_PRICE" gridfield="true" currencyformat="$|2|,|." />
  196.                <field name="IMPR_PRICE" gridfield="true" currencyformat="$|2|,|." />
  197.                <field name="ADJ_PRICE" gridfield="true" currencyformat="$|2|,|." />
  198.                <field name="OVER_COND" gridfield="true"/>
  199.            </fields>
  200.            <links />
  201.            <zoomscale usegeometry="true" zoompercent="1.6" />
  202.            <autoopendatagrid>true</autoopendatagrid>
  203.            <relates />
  204.            <queryattachments>false</queryattachments>
  205.        </layer>-->
  206.     </layers>
  207.    <!-- <tables> This section is ONLY for tables (i.e. data that has no geometry)!
  208.        <table>
  209.            <token/>
  210.            <definitionexpression></definitionexpression>
  211.            <enableexport>true</enableexport>
  212.            <enableprintgrid title="Selected Sub Types">true</enableprintgrid>
  213.            <name>Sub Type</name>
  214.            <url>http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/WaterTemplate/WaterDistributionAdministrativeReport/MapServer/6</url>
  215.            <expressions>
  216.                <expression alias="Replacement Score Greater Than" textsearchlabel="Search Replacement Score Greater Than:">
  217.                    <values>
  218.                        <value prompt="Example: 100" userlist="60,70,80,90,100" autosubmit="false">REPLSCORE &gt; [value]</value>
  219.                    </values>
  220.                </expression>
  221.            </expressions>
  222.            <titlefield>FACILITYID</titlefield>
  223.            <fields all="false">
  224.                <field name="FACILITYID"/>
  225.                <field name="FCLASS" alias="Feature Class" gridfield="true"/>
  226.                <field name="ASSETCOND" alias="Asset Condition" gridfield="true"/>
  227.                <field name="CONDDATE" alias="Condition Date" dateformat="MM/DD/YYYY" useutc="true" gridfield="true"/>
  228.                <field name="REPLSCORE" alias="Replacement Score" gridfield="true"/>
  229.            </fields>
  230.            <links>
  231.                <link alias="View Traffic Photo" disablelinksifnull="true">
  232.                    <![CDATA[{agree_with_incident}]]>
  233.                    <icon><![CDATA[assets/images/i_camera.png]]></icon>
  234.                </link>
  235.            </links>
  236.            <relates/>
  237.            <queryattachments>false</queryattachments>
  238.        </table>
  239.        <table>
  240.            <token/>
  241.            <definitionexpression></definitionexpression>
  242.            <enableexport>true</enableexport>
  243.            <enableprintgrid title="Selected SF Incidents">true</enableprintgrid>
  244.            <name>SF Incidents</name>
  245.            <url>http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/MapServer/1</url>
  246.            <expressions>
  247.                <expression alias="Agree with incident 1" textsearchlabel="Search Incidents that are agreed to:">
  248.                    <values>
  249.                        <value prompt="Example: True" field="agree_with_incident" usedomain="true">agree_with_incident = [value]</value>
  250.                    </values>
  251.                </expression>
  252.                <expression alias="Incident date" textsearchlabel="Search Incidents on or after date:">
  253.                    <values>
  254.                        <value prompt="Example: 2012/04/16">datetime >= '[value] 00:00:00'</value>
  255.                    </values>
  256.                </expression>
  257.            </expressions>
  258.            <titlefield>sf_311_serviceoid</titlefield>
  259.            <fields all="false">
  260.                <field name="sf_311_serviceoid" alias="Incident OID" gridfield="true"/>
  261.                <field name="agree_with_incident" alias="Website Link" hyperlinkgridfield="true"
  262.                    hyperlinkaliastext="Go to Website"
  263.                    linkprefix="http://someWebSite/aspx/web/details.aspx?p_entity="
  264.                    linksuffix=".aspx"/>
  265.                <field name="cient_ip" alias="Client IP" gridfield="true"/>
  266.                <field name="datetime" alias="Date" dateformat="MM/DD/YYYY" useutc="true" gridfield="true"/>
  267.                <field name="notes" alias="Notes" gridfield="true"/>
  268.            </fields>
  269.            <links>
  270.                <link alias="View Traffic Photo" disablelinksifnull="true">
  271.                    <![CDATA[{agree_with_incident}]]>
  272.                    <icon><![CDATA[assets/images/i_camera.png]]></icon>
  273.                </link>
  274.            </links>
  275.            <relates>
  276.                <relate id="1" label="Incident Priority Service Request" enableexport="true" icon="widgets/eSearch/assets/images/i_relate.png"
  277.                    enableprintgrid="true" printitle="Incident Priority Service Request">
  278.                    <fields all="true" />
  279.                        <zoomscale usegeometry="true" zoompercent="1.6" />
  280.                </relate>
  281.            </relates>
  282.            <queryattachments>false</queryattachments>
  283.        </table>
  284.    </tables>-->
  285.     <spatialrelationships>
  286.         <!-- possible spatial relationships esriSpatialRelIntersects | esriSpatialRelContains
  287.            | esriSpatialRelCrosses | esriSpatialRelEnvelopeIntersects | esriSpatialRelIndexIntersects
  288.            | esriSpatialRelOverlaps | esriSpatialRelTouches | esriSpatialRelWithin currently
  289.            unavailable: esriSpatialRelRelation -->
  290.         <spatialrelationship>
  291.             <name>esriSpatialRelContains</name>
  292.             <label>entirely contained in</label>
  293.         </spatialrelationship>
  294.         <spatialrelationship>
  295.             <name>esriSpatialRelIntersects</name>
  296.             <label>intersected by</label>
  297.         </spatialrelationship>
  298.         <spatialrelationship>
  299.             <name>esriSpatialRelEnvelopeIntersects</name>
  300.             <label>intersected by envelope of</label>
  301.         </spatialrelationship>
  302.     </spatialrelationships>
  303.     <bufferunits>
  304.         <bufferunit>
  305.             <name>UNIT_FOOT</name>
  306.             <label>Feet</label>
  307.         </bufferunit>
  308.         <bufferunit selected="true">
  309.             <name>UNIT_STATUTE_MILE</name>
  310.             <label>Miles</label>
  311.         </bufferunit>
  312.         <bufferunit>
  313.             <name>UNIT_METER</name>
  314.             <label>Meters</label>
  315.         </bufferunit>
  316.         <bufferunit>
  317.             <name>UNIT_KILOMETER</name>
  318.             <label>Kilometers</label>
  319.         </bufferunit>
  320.     </bufferunits>
  321.     <buffervalue>2</buffervalue>
  322.     <printdatagrid>
  323.         <addheadertoeachpage>true</addheadertoeachpage>
  324.         <columnheaderbgcolor>0xa7a7a7</columnheaderbgcolor>
  325.         <columnheaderfontcolor>0x000000</columnheaderfontcolor>
  326.         <footer>
  327.             <pageoftext>Page ## of ##</pageoftext>
  328.             <includeprintdate format="MM-DD-YYYY L:NN A">true</includeprintdate>
  329.             <disclaimer></disclaimer><!-- be carefull of the length -->
  330.         </footer>
  331.     </printdatagrid>
  332.     <removeserchlayersminmaxscale>false</removeserchlayersminmaxscale>
  333.     <keepgraphicalsearchenabled>true</keepgraphicalsearchenabled>
  334.     <autozoomtoresults>true</autozoomtoresults>
  335.     <popupsdisabled>false</popupsdisabled>
  336.     <enabledatagridinteractionwithwidget>true</enabledatagridinteractionwithwidget>
  337.     <toleranceforpointgraphicalselection>6</toleranceforpointgraphicalselection><!-- value is in screen pixels -->
  338.     <tolerancebydefault>false</tolerancebydefault>
  339.     <spatialreference>102003</spatialreference>
  340.     <zoomscale>2400</zoomscale>
  341.     <csvseparator>,</csvseparator>
  342.     <textqualifier>"</textqualifier>
  343.     <disablebuttons></disablebuttons><!--possible values one or more not all four search types comma separated text,graphic,spatial,result,datagrid -->
  344.     <defaultselectionoption>textInput</defaultselectionoption><!--possible values only one graphicalInput or textInput or spatialInput -->
  345.     <enabledrawgraphicbutton>true</enabledrawgraphicbutton>
  346.     <enablebuffergraphicbutton>true</enablebuffergraphicbutton>
  347.     <enablelocategraphicbutton>true</enablelocategraphicbutton>
  348.     <enablemultigraphicssearch>false</enablemultigraphicssearch>
  349.     <enableincludetextsearch>true</enableincludetextsearch>
  350.     <enableaddtollerance>true</enableaddtollerance>
  351.     <enablegraphicsbuffering>true</enablegraphicsbuffering>
  352.     <selectedgraphicaltool></selectedgraphicaltool><!-- possible values are extent or polygon or mappoint or polyline or nothing -->
  353.     <multipartgraphicsearch>false</multipartgraphicsearch>
  354.     <floatorfixed>fixed</floatorfixed><!-- possible values are fixed and float -->
  355.     <relatetooltip>Show Relates</relatetooltip>
  356.     <relateicon>widgets/eSearch/assets/images/i_relate.png</relateicon>
  357.     <subselection color="0xfbfe0a" linewidth="4" alpha="0.8" />
  358.     <keepbufferaftersearch>false</keepbufferaftersearch>
  359.     <labels>
  360.       <urlsearcherrormessage>URL search parameters are incorrect</urlsearcherrormessage>
  361.       <includetextquery>include text query in selection criteria</includetextquery>
  362.       <includetextquerywarn>Must be the same search layer in both&#10;graphical and text search pages.</includetextquerywarn>
  363.       <buffergrapicprops>Buffer graphic properties</buffergrapicprops>
  364.       <bufferusergraphics>Buffer Graphic</bufferusergraphics>
  365.       <norelatesfound>No related features found for: </norelatesfound>
  366.       <norelatesfoundalerttitle>No Results</norelatesfoundalerttitle>
  367.       <addtolerance>Add search tolerance to point selection</addtolerance>
  368.       <existingdrawgraphicslabel>Use Existing Enhanced Draw Widget Graphics</existingdrawgraphicslabel>
  369.       <existinglocategraphicslabel>Use Existing Enhanced Locate Widget Graphics</existinglocategraphicslabel>
  370.       <existingbuffergraphicslabel>Use Existing Point Buffer Widget Graphics</existingbuffergraphicslabel>
  371.       <graphicalsearchlabel>Graphical Search</graphicalsearchlabel>
  372.       <textsearchlabel>Text Search</textsearchlabel>
  373.       <resultslabel>Results</resultslabel>
  374.       <layerlabel>Search Layer:</layerlabel>
  375.       <layerfieldlabel>Search Layer Field:</layerfieldlabel>
  376.       <nolayerlabel>No search layer defined.</nolayerlabel>
  377.       <submitlabel>Search</submitlabel>
  378.       <pointlabel>Select by Point</pointlabel>
  379.       <linelabel>Select by Line</linelabel>
  380.       <rectanglelabel>Select by Rectangle</rectanglelabel>
  381.       <polygonlabel>Select by Polygon</polygonlabel>
  382.       <clearlabel>Clear</clearlabel>
  383.       <loadinglabel>Loading...</loadinglabel>
  384.       <selectionlabel>Features Selected:</selectionlabel>
  385.       <gridresultslabel>Show Results in Grid</gridresultslabel>
  386.       <csvdefaultname>Selected Records</csvdefaultname>
  387.       <relatescsvdefaultname>Related Records</relatescsvdefaultname>
  388.       <exportbtnlabel>Export...</exportbtnlabel>
  389.       <export2csvoptionlabel>Export to CSV...</export2csvoptionlabel>
  390.       <export2txtoptionlabel>Export to Txt...</export2txtoptionlabel>
  391.       <bufferlabel>apply a search distance:</bufferlabel>
  392.       <spatialsearchlabel>Spatial search</spatialsearchlabel>
  393.       <applybufferlabel>Apply buffer</applybufferlabel>
  394.       <searchlayerlabel>Search entities of:</searchlayerlabel>
  395.       <enablemultipartsearch>enable multi-part graphics</enablemultipartsearch>
  396.       <zoomalllabel>Zoom</zoomalllabel>
  397.       <zoomalltip>Zoom to all results</zoomalltip>
  398.       <bufferalpha>Fill opacity</bufferalpha>
  399.       <buffercolor>Fill color</buffercolor>
  400.       <nobuffercolor>No fill color</nobuffercolor>
  401.       <bufferoutlinecolor>Outline color</bufferoutlinecolor>
  402.       <nobufferoutlinecolor>No outline color</nobufferoutlinecolor>
  403.       <bufferoutlinewidth>Outline Width</bufferoutlinewidth>
  404.       <configbuffergra>Configure buffer graphic properties...</configbuffergra>
  405.       <required>*</required>
  406.       <requiredtooltip>This field is required.&#13;Enter a value to enable search button</requiredtooltip>
  407.       <selectmethodtip>Click to change the selection method</selectmethodtip>
  408.       <newselectionmethodtip>Create new selection</newselectionmethodtip>
  409.       <addselectionmethodtip>Add to current selection</addselectionmethodtip>
  410.       <removeselectionmethodtip>Remove from current selection</removeselectionmethodtip>
  411.       <pagingqueryerrormsg>Four unsuccessful attempts was made to get unique values for </pagingqueryerrormsg>
  412.       <intersectmessage>There is no result to intersect, please make a graphical or text search first.</intersectmessage>
  413.       <edrawgraphicsmessage>There are no graphics available</edrawgraphicsmessage>
  414.       <nodatagridmessage>No Datagrid configured for this layer</nodatagridmessage>
  415.       <buffermessage>There is no result to buffer, please make a graphical or text search first.</buffermessage>
  416.       <clearbufferlabel>Clear Buffer</clearbufferlabel>
  417.       <alloptiontext>all</alloptiontext>
  418.       <spatialchoicemsg>Do you want to use the Buffer Graphics or the Selection Graphics?</spatialchoicemsg>
  419.       <spatialchoicetitle>Choose</spatialchoicetitle>
  420.       <buffergraphicstext>Buffer Graphics</buffergraphicstext>
  421.       <selectiongraphicstext>Selection Graphics</selectiongraphicstext>
  422.     </labels>
  423.     <symbols>
  424.         <!-- You can have one or the other, either simplemarkersymbol or picturemarkersymbol
  425.            defined for your point results NOT BOTH. picturemarkersymbol will override
  426.            simplemarkersymbol if you do not have it commented out. -->
  427.         <!-- <simplemarkersymbol style="square" size="12" color="0xff0000" alpha="0.5"
  428.            xoffset="0" yoffset="0" angle="0"> <outline style="solid" color="0x000000"
  429.            alpha="1" width="1"/> </simplemarkersymbol> -->
  430.         <picturemarkersymbol url="widgets/eSearch/assets/images/i_search.png" height="30" width="30" xoffset="0" yoffset="0" />
  431.         <simplelinesymbol color="0xff0000" alpha="0.8" width="2" />
  432.     </symbols>
  433. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement