<!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">
You can't.<br>
You can only reference items in the repository.<br>
You can create a new MapDefinition with:<br>
<tt>MaestroAPI.MapDefinition mdef = new MaestroAPI.MapDefinition();</tt><br>
<br>
You can then save that under an ID (either Library (permanent) or
Session (temporary)), and reference it from a WebLayout.<br>
A MapDefinition is not the same as a Runtime Map.<br>
<br>
You can open the browser with any WebLayout using an URL like this:<br>
<a class="moz-txt-link-freetext" href="http://servername/mapguide/ajaxviewer/?WEBLAYOUT=...resourceId">http://servername/mapguide/ajaxviewer/?WEBLAYOUT=...resourceId</a> for your
WebLayout...&amp;USERNAME=Anonymous&amp;PASSWORD=<br>
<br>
If you want to, you can redirect your ASP.Net page to the url like:<br>
Response.Redirect("/mapguide/ajaxviewer/?WEBLAYOUT=...resourceId for
your WebLayout...&amp;USERNAME=Anonymous&amp;PASSWORD=");<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<br>
padmini godavarthi skrev:
<blockquote cite="mid:20768314.post@talk.nabble.com" type="cite">Hi
thanks for u r reply.
But i dont want to give path for the map definition like
layout.Map.ResourceId = "Library://mymap.MapDefinition";
i want to create it dynamically in the code .After creating weblayout
how to call it in the ajaxviewer sample application.
If u know this plz help me<br>
  <hr align="left" width="300">View this message in context: <a
 moz-do-not-send="true"
 href="http://www.nabble.com/How-to-Load-Runtime-map-in-mapviewerajax-tp20704038p20768314.html">Re:
How to Load Runtime map in mapviewerajax</a><br>
Sent from the <a moz-do-not-send="true"
 href="http://www.nabble.com/MapGuide-Users-f14845.html">MapGuide Users
mailing list archive</a> at Nabble.com.<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
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>
</body>
</html>