Project

General

Profile

« Previous | Next » 

Revision 4307

upgrade to MapBuilder 1.5rc2 - includes support for Firefox 3 compatibility (yes, it is also EOLed)

View differences:

tutorial2.xml
3 3
    xmlns="http://mapbuilder.sourceforge.net/mapbuilder" 
4 4
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
5 5
    xsi:schemaLocation="http://mapbuilder.sourceforge.net/mapbuilder ../../lib/schemas/config.xsd"
6
    version="0.2.0" id="tutorial2" >
7
  <skinDir>/mapbuilder/lib/skin/default</skinDir>
6
    version="0.2.1" id="tutorial2" >
8 7

  
9 8
  <models>
10

  
11 9
    <Context id="firstMap">
12
      <defaultModelUrl>/mapbuilder/demo/data/context/locatorMap.xml</defaultModelUrl>
10
      <defaultModelUrl>/mapbuilder/examples/data/context/locatorMap.xml</defaultModelUrl>
13 11
      <widgets>
14 12
        <MapPane id="mainMapWidget">
15 13
          <htmlTagId>firstMapPane</htmlTagId>
......
17 15
        </MapPane>
18 16
        <AoiBoxDHTML id="firstAoiBox">
19 17
          <htmlTagId>firstMapPane</htmlTagId>
18
          <mapContainerId>firstMapContainer</mapContainerId>
20 19
          <lineColor>#FF0077</lineColor>
21 20
          <lineWidth>3</lineWidth>
22 21
          <crossSize>15</crossSize>
23
          <mapContainerId>firstMapContainer</mapContainerId>
24 22
        </AoiBoxDHTML>
25 23
      </widgets>
26 24
    </Context>
......
34 32
        </MapPane>
35 33
        <AoiBoxDHTML id="secondAoiBox">
36 34
          <htmlTagId>secondMapPane</htmlTagId>
35
          <mapContainerId>secondMapContainer</mapContainerId>
37 36
          <lineColor>#FF0000</lineColor>
38 37
          <lineWidth>1</lineWidth>
39 38
          <crossSize>15</crossSize>
40
          <mapContainerId>secondMapContainer</mapContainerId>
41 39
        </AoiBoxDHTML>
42 40
      </widgets>
43 41
      <tools>
......
50 48
    
51 49
  </models>
52 50
  <skinDir>/mapbuilder/lib/skin/default</skinDir>
53
  <languages>en,fr</languages>
54
  <widgetTextUrl>widgetText.xml</widgetTextUrl> <!-- relative to the skinDir + language subdir -->
55

  
56 51
</MapbuilderConfig>

Also available in: Unified diff