<?xml version="1.0" ?>
<!--专题 图层控制 -->
<configuration>
	<!-- 图层管理器图标大小,不小于32x32 -->
	<iconsize>64x64</iconsize>
    <!-- 专题图  -->
    <topiclayers>
    	<topiclayer label="生产输配" renderer="TopicMenuItemRenderer" visible="false" icon="assets/images/topiclayer/product.png">
			<topiclayer label="供水分区" type="watersupplyarea" visible="false" icon="assets/images/topiclayer/subtype/watersupplyarea.png" 
						url="http://192.168.12.135:9300/CityInterface/Services/Zondy_MapGISCitySvr_Map/REST/MapREST.svc/yczt/MapServer/0"/>
			<topiclayer label="农村主管道" type="countrywatersupplypipe" visible="false" icon="assets/images/topiclayer/subtype/watersupplypipe.png" 
						url="http://192.168.12.135:9300/CityInterface/Services/Zondy_MapGISCitySvr_Map/REST/MapREST.svc/yczt/MapServer/1"/>
			<topiclayer label="城区主管道" type="watersupplypipe" visible="false" icon="assets/images/topiclayer/subtype/rawwaterpipe.png"
						url="http://192.168.12.135:9300/CityInterface/Services/Zondy_MapGISCitySvr_Map/REST/MapREST.svc/yczt/MapServer/2"/>
			<topiclayer label="水质监测点" type="wqwatchpoint" visible="false" icon="assets/images/topiclayer/subtype/serviceoffice.png" markers="assets/images/topiclayer/watchpoint.png" 
						url="http://192.168.12.135:9300/CityInterface/Services/Zondy_MapGISCitySvr_Map/REST/MapREST.svc/yczt/MapServer/3" />
			<topiclayer label="监测点" type="watchpoint" visible="false" icon="assets/images/topiclayer/subtype/serviceoffice.png" markers="assets/images/topiclayer/watchpoint.png" 
						url="http://192.168.12.135:9300/CityInterface/Services/Zondy_MapGISCitySvr_Map/REST/MapREST.svc/yczt/MapServer/4"/>
			<topiclayer label="加压泵站" type="booster" visible="false" icon="assets/images/topiclayer/waterresupply.png" markers="assets/images/topiclayer/booster.png" 
						url="http://192.168.12.135:9300/CityInterface/Services/Zondy_MapGISCitySvr_Map/REST/MapREST.svc/yczt/MapServer/5"/>
			<topiclayer label="水厂" type="waterfactory" visible="false" icon="assets/images/topiclayer/subtype/waterfactory.png" markers="assets/images/menu/house.png"  
						url="http://192.168.12.135:9300/CityInterface/Services/Zondy_MapGISCitySvr_Map/REST/MapREST.svc/yczt/MapServer/6" />
    	</topiclayer>
		<topiclayer label="现场" renderer="TopicMenuItemRenderer" visible="false" icon="assets/images/topiclayer/spot.png">
    		<topiclayer label="巡检事件" type="patrolevent" visible="false" icon="assets/images/topiclayer/subtype/patrolevent.png" markers="assets/images/topiclayer/patrolevent_wait.png,assets/images/topiclayer/patrolevent_doing.png,assets/images/topiclayer/patrolevent_finish.png"/>
    		<topiclayer label="巡线检漏" type="patrol" visible="false" icon="assets/images/topiclayer/subtype/patrol.png" markers="assets/images/topiclayer/patrol_on.png,assets/images/topiclayer/patrol_off.png"/>
		</topiclayer>
    </topiclayers>
    
</configuration>