﻿<?xml version="1.0" ?>
<!--分页查询-->
<configuration >
   	<labels>
     	<!-- WidgetTemplate界面标题栏中选择图层按钮的tooltip -->
    	<graphicalsearchlabel>选择图层</graphicalsearchlabel>
    	<!-- WidgetTemplate界面标题栏中结果按钮的tooltip -->
    	<resultslabel>查询结果</resultslabel>
    	<layerlabel>选择图层</layerlabel>
   	</labels>

   	<!-- 点击表格列表是否放大定位,false,不放大,true放大 -->
   	<isExtent>true</isExtent>
   	<!-- 表格列表中的第一列属性与地图联动是否显示,false,不显示,true显示并且放大定位 -->
   	<attributeRelationGeoIsVisible>false</attributeRelationGeoIsVisible>
   	<symbols>
   		<!-- 点的符号，图片地址、宽、高、x偏移、y偏移 -->
   		<picturemarkersymbol url="assets/images/i_search.png" height="" width="" xoffset="" yoffset=""></picturemarkersymbol>
   		<!-- 线的符号，颜色,透明度,宽度 -->
   		<simplelinesymbol color="" alpha="" width="" ></simplelinesymbol>
   		<!-- 面的符号，颜色,透明度,宽度 -->
   		<simplefillsymbol color="" alpha="" width="" >
   		<!-- 面的边框符号，颜色,透明度,宽度 -->
   			<outline color=""  alpha="" width=""></outline>
   		</simplefillsymbol>
   	</symbols>
   	<!-- graphical:代表所选要素界面, graphical以外的字符是结果界面-->
   	<initialview></initialview>
   	<!-- 图层是否加入map中共享 -->
   	<shareresults>false</shareresults>
   	<cluster>true</cluster>
   	<clustering mingraphiccount="3"   >
   	<!--  alpha="0.8" color="0x2560785" bordercolor="0x000000"  type="simple" 双击聚合图标展开,不配type,鼠标放在聚合图标中展开graphic,离开鼠标,graphic消失,出现稽核图标-->
   		<clustersymbol alpha="0.8" color="0x2560785" bordercolor="0x000000"  size="80"  flaremaxcount="100" ></clustersymbol>
   	</clustering>
   <layers>
 
    <!--  <layer>
            <name>现役管网</name>
            <url>http://192.168.111.236:8032/CityInterface/rest/services/MapServer.svc/qdzhgw/1</url>
            <fields all="false"--><!--需要查询的字段,all=true.表示查处所有的字段,all=false表示查出所配字段-->
            	<!-- field name="OID" />
                <field name="管材" />
                <field name="管径" />
                 <field name="管长"/>
            </fields>
          <useamf>false</useamf>
          <symbol></symbol>
        
          <useproxy>false</useproxy--><!-- 是否使用代理 -->
        <!--  /layer-->
        <!--  layer>
            <name>阀门</name>
            <url>http://192.168.111.236:8080/rest/services/MapServer.svc/qdzhgw/5</url>
            <fields all="false">
                <field name="工程地点"/>
                <field name="管线种类"/>
            </fields>
             <useamf>false</useamf>
            <symbol>
            	<picturemarkersymbol url="assets/images/cn.png" height="" width="" xoffset="" yoffset=""></picturemarkersymbol>
            </symbol>
        </layer>
         <layer>
            <name>用户</name>
            <url>http://192.168.111.236:8080/rest/services/MapServer.svc/qdzhgw/5</url>
            <fields all="true">
            </fields>
             <useamf>false</useamf>
            <symbol>
            	<picturemarkersymbol url="assets/images/cross_cursor.png" height="" width="" xoffset="" yoffset=""></picturemarkersymbol>
            </symbol>
        </layer-->
    </layers>
    <zoomscale>10000</zoomscale>
</configuration>

<!--
    See Search widget tag reference at
    http://links.esri.com/searchwidget
-->
