<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">

<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->




<div class=Section1>

<p class=MsoNormal><span style='font-size:14.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>You have to set the projection in the applicationdefinition.xml.&nbsp;
MapGuide uses WKT in order to deal with projections.&nbsp; Fusion is now based
around OpenLayers which uses Proj4js to handle projections. &nbsp;So you need to set
the projection in both the MapDefinition (which you have already done in
MapGuide Studio) as well as in the Map element in the ApplicationDefinition.xml
file.&nbsp; The ApplicationDefinition.xml file resides in the same folder as the
index.html file that you are browsing to in your web browser.<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:14.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='color:#1F497D'>Change your
applicationdefinition.xml file in the folder you just created to reflect the
markups below:<o:p></o:p></span></p>

<p class=MsoNormal><br>
&lt;?xml version=&quot;1.0&quot;?&gt; <br>
&lt;ApplicationDefinition xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_top" rel="nofollow" link="external">http://www.w3.org/2001/XMLSchema-instance</a>&quot;
xmlns:xsd=&quot;<a href="http://www.w3.org/2001/XMLSchema" target="_top" rel="nofollow" link="external">http://www.w3.org/2001/XMLSchema</a>&quot;
xsi:noNamespaceSchemaLocation=&quot;ApplicationDefinition-1.0.0.xsd&quot;&gt; <br>
&nbsp; &lt;TemplateUrl&gt;fusion/templates/mapguide/padmini/index.html&lt;/TemplateUrl&gt;
<br>
&nbsp; &lt;MapSet&gt; <br>
&nbsp; &nbsp; &lt;MapGroup id=&quot;map&quot;&gt; <br>
&nbsp; &nbsp; &nbsp; &lt;Map&gt; <br>
&nbsp; &nbsp; &nbsp; &nbsp; &lt;Type&gt;MapGuide&lt;/Type&gt; <br>
&nbsp; &nbsp; &nbsp; &nbsp; &lt;SingleTile&gt;true&lt;/SingleTile&gt; <br>
&nbsp; &nbsp; &nbsp; &nbsp; &lt;Extension&gt; <span style='color:#1F497D'><o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:14.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span style='font-size:14.0pt;font-family:
"Calibri","sans-serif";color:red'>&lt;ProjectionCode&gt;EPSG:26911&lt;/ProjectionCode&gt;
<br>
&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ProjectionDef&gt;+proj=utm
+zone=11 +ellps=GRS80 +datum=NAD83 +units=m +no_defs&lt;/ProjectionDef&gt;</span><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&lt;ResourceId&gt;Library://flexisample/map.MapDefinition&lt;/ResourceId&gt; <br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;SelectionAsOverlay&gt;true&lt;/SelectionAsOverlay&gt;
<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&lt;SelectionColor&gt;0x0000FFA0&lt;/SelectionColor&gt; <br>
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/Extension&gt; <br>
&nbsp; &nbsp; &nbsp; &lt;/Map&gt; <br>
&nbsp; &nbsp; &nbsp; &lt;Extension /&gt; <br>
&nbsp; &nbsp; &lt;/MapGroup&gt; <br>
&nbsp; &lt;/MapSet&gt;<span style='color:#1F497D'><o:p></o:p></span></p>

</div>





<br><hr align="left" width="300">
View this message in context: <a href="http://n2.nabble.com/Problem-with-Studio-2010-Flexible-layouts-Error-tp4596619p4623862.html">RE: Problem with Studio 2010 +Flexible layouts  Error</a><br>
Sent from the <a href="http://n2.nabble.com/MapGuide-Users-f1803227.html">MapGuide Users mailing list archive</a> at Nabble.com.<br>