Project

General

Profile

1 4307 leinfelder
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
<MapbuilderConfig version="0.2.1" id="simpleTemplate" xmlns="http://mapbuilder.sourceforge.net/mapbuilder" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://mapbuilder.sourceforge.net/mapbuilder ../../lib/schemas/config.xsd">
3
  <models>
4
    <OwsContext id="mainMap">
5
      <defaultModelUrl>../data/tasmania/TasmaniaContext.xml</defaultModelUrl>
6
      <widgets>
7
        <MapPaneOL id="mainMapWidget">
8
          <htmlTagId>mainMapPane</htmlTagId>
9
          <displayOutsideMaxExtent>true</displayOutsideMaxExtent>
10
        </MapPaneOL>
11
        <CursorTrack id="cursorTrack"/>
12
        <Legend id="contextLegend">
13
          <htmlTagId>legend</htmlTagId>
14
          <stylesheet>./Legend2.xsl</stylesheet>
15
        </Legend>
16
      </widgets>
17
    </OwsContext>
18
  </models>
19
  <widgets>
20
    <ZoomIn id="zoomIn">
21
      <buttonBar>mainButtonBar</buttonBar>
22
      <targetModel>mainMap</targetModel>
23
      <class>RadioButton</class>
24
      <selected>true</selected>
25
      <enabledSrc>/images/ZoomInEnable.png</enabledSrc>
26
      <disabledSrc>/images/ZoomInDisable.png</disabledSrc>
27
    </ZoomIn>
28
    <ZoomOut id="zoomOut">
29
      <buttonBar>mainButtonBar</buttonBar>
30
      <targetModel>mainMap</targetModel>
31
      <class>RadioButton</class>
32
      <enabledSrc>/images/ZoomOutEnable.png</enabledSrc>
33
      <disabledSrc>/images/ZoomOutDisable.png</disabledSrc>
34
    </ZoomOut>
35
    <DragPan id="dragPan">
36
      <buttonBar>mainButtonBar</buttonBar>
37
      <targetModel>mainMap</targetModel>
38
      <class>RadioButton</class>
39
      <enabledSrc>/images/PanEnable.png</enabledSrc>
40
      <disabledSrc>/images/PanDisable.png</disabledSrc>
41
    </DragPan>
42
    <Reset id="reset">
43
      <buttonBar>mainButtonBar</buttonBar>
44
      <targetModel>mainMap</targetModel>
45
      <class>Button</class>
46
      <disabledSrc>/images/ResetExtentDisable.png</disabledSrc>
47
    </Reset>
48
    <ExampleList id="exampleList"><!-- this is the widget that draws the example menu -->
49
		<scriptFile>../ExampleList.js</scriptFile>
50
		<stylesheet>../ExampleList.xsl</stylesheet>
51
    </ExampleList>
52
  </widgets>
53
  <skinDir>../../lib/skin/default</skinDir>
54
</MapbuilderConfig>