<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ok, I have not used it directly, so I cannot help you there.<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<br>
mrsyer skrev:
<blockquote cite="mid:17561722.post@talk.nabble.com" type="cite">
  <pre wrap="">well more specifically im having trouble creating the invoke url and getting
the 'markupmain' to show up when i click markup in my dropdown tool menu.
Ive created the invoke url and the additional parameters are set just like
the 'redding.mgp' example. the developers guide says php requires an
additional step and requires the 'constants.php'  but im not sure what to do
with it? thanks. JS.



Kenneth Skovhede, GEOGRAF A/S wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I don't have a complete manual, but some pointers.
The rendering process is this:
Feature source -&gt; Layer definition -&gt; Runtime Map -&gt; Output

You have the runtime map, so you have to construct a featuresource and a 
layer for each markup.
The MapGuide API allows you to create an SDF featuresource without 
manual filesystem access/setup.
The Shareable markups do this.

Next step is the layer that reference the featuresource. The GT example 
uses a template, and then substitutes certain values before loading the 
LayerDefinition Xml.
You can also use a single layer, and add multiple conditions, that will 
save you the trouble of creating featuresources.
The best solution, depends on what you have to do with the data.

When you have a layer, you must insert it into the runtime map.
Finally a refresh must be performed on the client.

If the markups should be avalible permanently, they must be saved in the 
"Library" repository.
If the markups is just for immediate display, it can be stored in the 
"Session" repository, and will be automatically deleted once the session 
ends.

That is the basic procedure for all redlining/markup/overlays tasks.
If you have a more specific question, please post it :).

Regards, Kenneth Skovhede, GEOGRAF A/S



mrsyer skrev:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hey everyone, i've got a map up and working and my boss would like me to
add
shareable markup to it. I've got the data from the site
<a class="moz-txt-link-rfc2396E" href="http://data.mapguide.com/mapguide/gt/index.php">"http://data.mapguide.com/mapguide/gt/index.php"</a> but the instructions are
pretty vague to me. So if anyone has succesfully added this feature I
would
love to have a better procedure to follow. Thanks in advance, JS.
  
      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>