<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE>@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
</STYLE>
<!--[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]--></HEAD>
<BODY lang=EN-US vLink=purple link=blue>
<DIV dir=ltr align=left><SPAN class=328302919-10042006><FONT face=Arial 
color=#0000ff size=2>Should the &lt;Location name= tag point to the path or the 
full file name in the case of a MrSID image?&nbsp; If just a path, should there 
be a slash at the end?</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV><!-- Converted from text/rtf format -->
<P><SPAN lang=en-us><FONT face=Tahoma size=1>Andy </FONT></SPAN><BR></P>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Traian Stanev 
[mailto:traian.stanev@autodesk.com] <BR><B>Sent:</B> Monday, April 10, 2006 
12:10 PM<BR><B>To:</B> users@mapguide.osgeo.org<BR><B>Subject:</B> RE: 
[mapguide-users] Additional FDO Provider Previews<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=453285918-10042006><FONT face=Arial 
color=#0000ff size=2>For a raster resource, there will (unfortunately) be an 
extra step of indirection from what I posted originally for SHP and SDF files. 
Most of the feature information for a raster is stored in a separate XML file 
which the feature source points to. Basically the feature source looks like 
this:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453285918-10042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=453285918-10042006><FONT face=Arial 
color=#0000ff size=2>&lt;?xml version="1.0" encoding="utf-8" ?&gt; 
<BR>&lt;FeatureSource xmlns:xsi="<A 
href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</A>" 
xmlns:xsd="<A 
href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</A>" 
xsi:noNamespaceSchemaLocation="FeatureSource-1.0.0.xsd"&gt;<BR>&nbsp; 
&lt;Provider&gt;Autodesk.Raster.3.0&lt;/Provider&gt; <BR>&nbsp; 
&lt;ConfigurationDocument&gt;config.xml&lt;/ConfigurationDocument&gt; 
<BR>&lt;/FeatureSource&gt;</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453285918-10042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=453285918-10042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=453285918-10042006><FONT face=Arial 
color=#0000ff size=2>Note how it points to config.xml -- this file is also 
stored as a resource associated with the raster feature source, so you need to 
call the GetResourceData operation with config.xml as argument. config.xml 
contains the location of the directory where the raster is&nbsp;and then lists 
the raster you actually want to include in this feature source. So you can edit 
it similar to what I suggested for SHP and SDF and save it back to the 
repository using SetResourceData.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453285918-10042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=453285918-10042006><FONT face=Arial 
color=#0000ff size=2>An example config.xml is attached. The disclaimer here is 
that unlike SHP and SDF, I did not actually verify that this process would work 
without problems for the raster provider.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=453285918-10042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=453285918-10042006><FONT face=Arial 
color=#0000ff size=2>Traian</FONT></SPAN></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff 
size=2></FONT>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Jason Birch 
[mailto:Jason.Birch@nanaimo.ca] <BR><B>Sent:</B> Monday, April 10, 2006 2:49 
PM<BR><B>To:</B> users@mapguide.osgeo.org<BR><B>Subject:</B> RE: 
[mapguide-users] Additional FDO Provider Previews<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><SPAN class=930314718-10042006><FONT face=Arial 
color=#0000ff size=2>Have you looked at using this procedure to create 
resources&nbsp;with external locations?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=930314718-10042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=930314718-10042006><FONT face=Arial 
color=#0000ff size=2><A 
href="https://mapguide.osgeo.org/servlets/ReadMsg?listName=users&amp;msgNo=321">https://mapguide.osgeo.org/servlets/ReadMsg?listName=users&amp;msgNo=321</A></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=930314718-10042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=930314718-10042006><FONT face=Arial 
color=#0000ff size=2>When I have time, I'm going to write either a web app or 
command line utility that allows us to do this for SHP/SDF (and other?) 
resources.&nbsp; I may need to work on figuring the right XML schema for the new 
data sources...</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=930314718-10042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=930314718-10042006><FONT face=Arial 
color=#0000ff size=2>Jason</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Andy Morsell 
[mailto:amorsell@spatialgis.com] <BR><B>Sent:</B> Monday, April 10, 2006 
11:44<BR><B>To:</B> users@mapguide.osgeo.org<BR><B>Subject:</B> RE: 
[mapguide-users] Additional FDO Provider Previews<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><SPAN class=828341718-10042006><FONT face=Arial 
color=#0000ff size=2>I've been playing with the raster provider this morning and 
am happy to report that two quick tests worked fine and performance seems to be 
very good.&nbsp; I loaded up a 10 MB ECW and a 250 MB MrSID.&nbsp; The 
flexibility of transparent shaded polygon fills really shows over raster, it's 
very nice.&nbsp; </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=828341718-10042006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=828341718-10042006><FONT face=Arial 
color=#0000ff size=2>My only complaint is the managed data structure of the 
repository.&nbsp; I had to load my MrSID which already resides somewhere else on 
that same drive and is accessed by other apps (like an older MapGuide 6.5 
app).&nbsp; Now I have redundant data.&nbsp; Are there any plans to allow 
"connections" to raster data stored in other physical locations?&nbsp; I have 
some clients that have many gigabytes of imagery used in their existing MapGuide 
applications and I see having to load the data as a potential 
problem.</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV><!-- Converted from text/rtf format -->
<P><SPAN lang=en-us><FONT face=Tahoma size=1>Andy Morsell, P.E.</FONT></SPAN> 
<BR><SPAN lang=en-us><FONT face=Tahoma size=1>Spatial Integrators, 
Inc.</FONT></SPAN> <BR><SPAN lang=en-us><FONT face=Tahoma size=1><A 
href="http://www.SpatialGIS.com">http://www.SpatialGIS.com</A></FONT></SPAN> 
</P>
<DIV>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Robert Bray 
[mailto:robert.bray@autodesk.com] <BR><B>Sent:</B> Monday, April 10, 2006 9:04 
AM<BR><B>To:</B> users@mapguide.osgeo.org<BR><B>Subject:</B> [mapguide-users] 
Additional FDO Provider Previews<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV class=Section1>
<P class=MsoNormal><A name=OLE_LINK1><FONT face=Arial color=black size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">All,<o:p></o:p></SPAN></FONT></A></P>
<P class=MsoNormal><FONT face=Arial color=black size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=black size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">Previews of the 
additional FDO Providers for ArcSDE, MySQL, ODBC, WMS, WFS, and Raster Files 
have now been posted for the Windows platform only at this point. You can 
download individual providers from:<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=black size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><A 
href="https://mapguide.osgeo.org/servlets/ProjectDocumentList?folderID=35&amp;expandFolder=35&amp;folderID=35"><FONT 
face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">https://mapguide.osgeo.org/servlets/ProjectDocumentList?folderID=35&amp;expandFolder=35&amp;folderID=35</SPAN></FONT></A><FONT 
face=Arial color=black size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=black size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=black size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">Note that the included 
Raster Provider is the one that will be shipped with the commercial MapGuide 
offering. If you only intend to use the Open Source version then Franks GDAL 
Provider is the one you will want to use long term.<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=black size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial color=black size=2><SPAN 
style="FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: Arial">See the readme.txt 
file included with each provider package for installation 
instructions.</SPAN></FONT><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p>&nbsp;</o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Thanks,<o:p></o:p></SPAN></FONT></P>
<P class=MsoNormal><FONT face=Arial size=2><SPAN 
style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Bob<o:p></o:p></SPAN></FONT></P></DIV></BODY></HTML>