﻿<?xml version="1.0" ?>
<configuration label="April - June 2010">
    <!-- 管网动态-->
    <dateformat>YYYY,MMMM,DD</dateformat>
    <!-- 获取或设置一个布尔值，移动滑块时是否循环播放,true:循环,false: 不循环-->
    <loop>false</loop>
    <singlethumbastimeinstant>false</singlethumbastimeinstant>
    <!-- Slider 组件滑块的个数-->
    <thumbcount>1</thumbcount>
    <!--滑块移动的间隔时间  -->
    <thumbmovingrate>1000</thumbmovingrate>
    <!-- 可见图层 -->
    <showLayers>0,1,2</showLayers>
    <!-- 条件属性 -->
    <visibleLayersdefinition>铺设年代</visibleLayersdefinition>
    <!-- setfromlayer:图层的名字,starttime开始时间,endtime结束时间 -->
    <timeextent setfromlayer="综合管网">
        <starttime>1950/01/01 00:00:00</starttime>
        <endtime>2015/01/01 00:00:00</endtime>
    </timeextent>
    <timestops>
    <!-- timestopsinterval : Number获取或设置用户移动滑块时值增加或减小的量 -->
        <timestopsinterval>1</timestopsinterval>
    <!--获取或设置用户移动滑块时值增加或减小的量的单位,years:年,months:月,days:天,hours:小时,minutes:分,seconds秒 -->
        <timestopsunits>years</timestopsunits>
    </timestops>
    <!-- 当timestopsinterval或者 timestopsunits未设置或者不符合规则时,此参数有效,否则无效,表示Slider模块值的个数,默认为10-->
    <timestopscount>12</timestopscount>
</configuration>

<!--
    See Time Slider widget tag reference at
    http://links.esri.com/timesliderwidget
-->
