<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.ammap.com/docs/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.ammap.com/docs/feed.php">
        <title>amMap documentation</title>
        <description></description>
        <link>http://www.ammap.com/docs/</link>
        <image rdf:resource="http://www.ammap.com/docs/lib/images/favicon.ico" />
       <dc:date>2011-11-19T04:37:41-06:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/data/areas?rev=1321600631&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/data/basics?rev=1320400481&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/bundle/javascript/function_list?rev=1320400347&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/data/labels?rev=1315369658&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/data/movies?rev=1306938220&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/data/snappoints?rev=1299749061&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/home?rev=1299748389&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/bundle/javascript/basics?rev=1288551739&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ammap.com/docs/v.2/data/lines?rev=1279717672&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.ammap.com/docs/lib/images/favicon.ico">
        <title>amMap documentation</title>
        <link>http://www.ammap.com/docs/</link>
        <url>http://www.ammap.com/docs/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.ammap.com/docs/v.2/data/areas?rev=1321600631&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-18T01:17:11-06:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:data:areas</title>
        <link>http://www.ammap.com/docs/v.2/data/areas?rev=1321600631&amp;do=diff</link>
        <description>Areas are movie clips which are already in map file. You can also call areas as &quot;countries&quot; or &quot;regions&quot;. Areas can contain movies, labels and lines. Areas should be placed in &lt;areas&gt; node:

In the example above two areas (countries) are described. The first area, &quot;UK&quot; has a description, this means the text box with this description will be displayed when user clicks on this area. The second area, &quot;US&quot; doesn't have description, but it has zoom_x, zoom_y and zoom attributes set. This means that t…</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/data/basics?rev=1320400481&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-04T04:54:41-06:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:data:basics</title>
        <link>http://www.ammap.com/docs/v.2/data/basics?rev=1320400481&amp;do=diff</link>
        <description>Open ammap_data.xml with text editor. All the data is held within &lt;map&gt; &lt;/map&gt;:


&quot;map_file&quot; attribute should point to your map file. This file should be located in the &quot;path&quot; folder (path variable is set in HTML file). Map file can be swf, jpg, gif or png file. Go to the ammap/maps folder and check the available maps. You can use your own maps too.</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/bundle/javascript/function_list?rev=1320400347&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-11-04T04:52:27-06:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:bundle:javascript:function_list</title>
        <link>http://www.ammap.com/docs/v.2/bundle/javascript/function_list?rev=1320400347&amp;do=diff</link>
        <description>Functions that control the map

flashMovie.setData(data)

This function can be used for setting the maps's data on the fly. Data must be in XML form. Just like in data files.

----------


flashMovie.setSettings(settings, rebuild)

This function can be used to set multiple (or a single) setting at a runtime. The settings must be passed in XML form, using the same names as in settings file. The settings string must not contain line breaks, double quotes must be replaced with single quotes. For ex…</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/data/labels?rev=1315369658&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-06T23:27:38-06:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:data:labels</title>
        <link>http://www.ammap.com/docs/v.2/data/labels?rev=1315369658&amp;do=diff</link>
        <description>Labels are texts which are positioned on top of the map. Labels can contain other labels, movies or lines.

Labels should be placed in &lt;labels&gt; node:

&lt;code xml&gt;
&lt;labels&gt;
&lt;label x=&quot;0&quot; y=&quot;25&quot; width=&quot;100%&quot; color=&quot;#FF0000&quot; text_size=&quot;15&quot;&gt;
  &lt;text&gt;&lt;![CDATA[&lt;b&gt;This is clickable label &lt;/b&gt;]]&gt;&lt;/text&gt;
  &lt;description&gt;&lt;![CDATA[&lt;b&gt;Some html formatted description can be placed here&lt;/b&gt;]]&gt;&lt;/description&gt;
&lt;/label&gt;&lt;label lat=&quot;51.5002&quot; long=&quot;-0.1262&quot; color=&quot;#FF0000&quot; text_size=&quot;10&quot;&gt;
  &lt;text&gt;&lt;![CDATA[London]]&gt;&lt;/te…</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/data/movies?rev=1306938220&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-06-01T09:23:40-06:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:data:movies</title>
        <link>http://www.ammap.com/docs/v.2/data/movies?rev=1306938220&amp;do=diff</link>
        <description>Movies are swf, jpg, gif or png files which are loaded on top of the map. Movies can contain other movies, lines or labels. 

There are several embedded movies, which you don't need to load: rectangle, circle, border, target, home. 

In the ammap/icons folder of the ammap package you can find a lot of swf files which can be loaded and used for different purposes. If you want to how a lot of cities on top of the map, it is recommended to use build-in movies, such as circle or target, as the map w…</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/data/snappoints?rev=1299749061&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-10T03:24:21-06:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:data:snappoints</title>
        <link>http://www.ammap.com/docs/v.2/data/snappoints?rev=1299749061&amp;do=diff</link>
        <description>As of 2.5.6 version amMap allows dragging of movies around map area. Dragging can be enabled for all movies in settings file: &lt;movies&gt;&lt;draggable&gt; or for each movie individually using &quot;draggable&quot; attribute.

In addition draggable movies can be set up to snap to certain points (reposition to the closest point to the drop location)  on the map when dropped.</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/home?rev=1299748389&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-10T03:13:09-06:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>home</title>
        <link>http://www.ammap.com/docs/home?rev=1299748389&amp;do=diff</link>
        <description>*  Getting started
	*  Adding map to a page
	*  Multiple maps on one page
	*  Developer mode

	*  The basics
	*  Data structure
	*  Areas (countries, regions)
	*  Movies (cities, icons, images)
	*  Labels (text)
	*  Lines
	*  Snap points

	*  Basics
	*  Function list</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/bundle/javascript/basics?rev=1288551739&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-10-31T14:02:19-06:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:bundle:javascript:basics</title>
        <link>http://www.ammap.com/docs/v.2/bundle/javascript/basics?rev=1288551739&amp;do=diff</link>
        <description>You can use JavaScript commands to control the map. This allows you to create a way for your viewers to manipulate the map from the web page, as well as to retrieve some information from the map, so you can synchronize another element of the page with the map.</description>
    </item>
    <item rdf:about="http://www.ammap.com/docs/v.2/data/lines?rev=1279717672&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-21T08:07:52-06:00</dc:date>
        <dc:creator>qemm</dc:creator>
        <title>v.2:data:lines</title>
        <link>http://www.ammap.com/docs/v.2/data/lines?rev=1279717672&amp;do=diff</link>
        <description>Lines are drawn on top of the map. Lines can not contain other objects.

Lines should be placed in &lt;lines&gt; node:

&lt;code xml&gt;
&lt;lines&gt; 
&lt;line x=&quot;0%,45%,100%&quot; y=&quot;0%,45%,100%&quot; width=&quot;2&quot; color=&quot;#FF0000&quot; curved=&quot;true&quot;&gt;&lt;/line&gt;
&lt;line lat=&quot;42.657,-7.5845&quot; long=&quot;-24.8555,-84.9695&quot; arrow=&quot;both&quot; width=&quot;1&quot; alpha=&quot;50&quot;&gt;&lt;/line&gt;
&lt;/lines&gt;</description>
    </item>
</rdf:RDF>

