Project

General

Profile

1 3032 perry
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
2
<MapbuilderConfig
3
    xmlns="http://mapbuilder.sourceforge.net/mapbuilder"
4
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
    xsi:schemaLocation="http://mapbuilder.sourceforge.net/mapbuilder ../../lib/schemas/config.xsd"
6 4307 leinfelder
     version="0.2.1" id="tutorial1" >
7 3032 perry
8
  <models>
9
    <Context id="mainMap">
10 4307 leinfelder
      <defaultModelUrl>/mapbuilder/examples/data/context/locatorMap.xml</defaultModelUrl>
11 3032 perry
      <widgets>
12
        <MapPane id="mainMapWidget">
13
          <htmlTagId>mainMapPane</htmlTagId>
14
          <mapContainerId>mainMapContainer</mapContainerId>
15 4307 leinfelder
          <fixedWidth>250</fixedWidth>
16 3032 perry
        </MapPane>
17
      </widgets>
18
    </Context>
19
  </models>
20 4307 leinfelder
  <skinDir>/mapbuilder/lib/skin/default</skinDir>
21 3032 perry
22
</MapbuilderConfig>