Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<?xml-stylesheet type="text/xsl" href="register.xsl"?>
3
<!--
4
  Description and usage examples of mapbuilder components.
5
-->
6
<Components xmlns="http://mapbuilder.sourceforge.net/mapbuilder">
7
  <widgets>
8
    <Widget>
9
      <name>MapTitle</name>
10
      <componentType>Widget</componentType>
11
      <description>Shows the title of a Web Map Context Document.</description>
12
      <examples>
13
        <Example>
14
          <title>MapTitle</title>
15
          <description>The mapTitle, often put inside a heading tag.</description>
16
          <divId>mapTitle</divId>
17
          <html>&lt;div id="mapTitle"/&gt;</html>
18
          <configSnippet>
19
          </configSnippet>
20
        </Example>
21
      </examples>
22
    </Widget>
23

    
24
    <Widget>
25
      <name>MapPane</name>
26
      <componentType>Widget</componentType>
27
      <description> The MapPane widget converts a Web Map
28
      Context (WMC) document into geographic layers using HTML &lt;DIV&gt;
29
      tags. Each layer corresponds to a WMS layer. </description>
30
      <examples>
31
        <Example>
32
          <title>Simple MapPane</title>
33
          <description>A static MapPane</description>
34
          <divId>mainMapPane</divId>
35
          <html>&lt;div id="mainMapPane"/&gt;</html>
36

    
37
          <configSnippet> &lt;MapPane id="mainMapWidget"&gt;
38
          &lt;htmlTagId&gt;mainMapPane&lt;/htmlTagId&gt; &lt;tools&gt;
39
          &lt;AoiMouseHandler/&gt; &lt;AoiBox&gt;
40
          &lt;lineColor&gt;#FF0000&lt;/lineColor&gt;
41
          &lt;lineWidth&gt;2&lt;/lineWidth&gt;
42
          &lt;crossSize&gt;1&lt;/crossSize&gt; &lt;/AoiBox&gt;
43
          &lt;DragPanHandler&gt; &lt;enabled&gt;false&lt;/enabled&gt;
44
          &lt;/DragPanHandler&gt; &lt;MouseClickHandler/&gt; &lt;/tools&gt;
45
          &lt;mapContainerId&gt;mainMapContainer&lt;/mapContainerId&gt;
46
          &lt;/MapPane&gt; </configSnippet>
47
        </Example>
48
      </examples>
49
    </Widget>
50
  </widgets>
51
  <tools>
52
  </tools>
53
</Components>
(4-4/9)