<!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">
My instructions for installing OGR are:<br>
1. Delete the FDO folder from MgOS<br>
2. Download FDO WindowsSDK<br>
3. Extract Bin folder from WindowsSDK<br>
4. Rename Bin FDO and place as folder deleted in step 1<br>
<br>
My entry looks like this:<br>
<br>
&nbsp; &lt;FeatureProvider&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;Name&gt;OSGeo.OGR.3.3&lt;/Name&gt; <br>
&nbsp;&nbsp;&nbsp; &lt;DisplayName&gt;OSGeo FDO Provider for OGR&lt;/DisplayName&gt; <br>
&nbsp;&nbsp;&nbsp; &lt;Description&gt;FDO Access to OGR Data
Sources&lt;/Description&gt; <br>
&nbsp;&nbsp;&nbsp; &lt;IsManaged&gt;False&lt;/IsManaged&gt; <br>
&nbsp;&nbsp;&nbsp; &lt;Version&gt;3.3.0.0&lt;/Version&gt; <br>
&nbsp;&nbsp;&nbsp;
&lt;FeatureDataObjectsVersion&gt;3.3.0.0&lt;/FeatureDataObjectsVersion&gt;
<br>
&nbsp;&nbsp;&nbsp; &lt;LibraryPath&gt;.\OGRProvider.dll&lt;/LibraryPath&gt; <br>
&nbsp;&lt;/FeatureProvider&gt;<br>
<br>
<pre class="moz-signature" cols="72">Regards, Kenneth, GEOGRAF A/S
</pre>
<br>
<br>
Krunoslav skrev:
<blockquote cite="mid:16739625.post@talk.nabble.com" type="cite">
  <pre wrap="">

Kenneth, GEOGRAF A/S wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">You can try the OGR provider, which also supports MySQL.
I am positive that the BBOX problem is solved there, but I am unsure 
about the performance aspect.
There may be other hidden problems, but it might be easier than 
migrating data.


    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thank you. I downloaded OGR-3.2.3, and modified providers.xml like this:

&lt;FeatureProvider&gt;
&lt;Name&gt;OSGeo.OGR.0.1&lt;/Name&gt;
&lt;DisplayName&gt;FDO Provider for OGR&lt;/DisplayName&gt;
&lt;Description&gt;Access to OGR data sources&lt;/Description&gt;
&lt;IsManaged&gt;False&lt;/IsManaged&gt;
&lt;Version&gt;3.2.3.0&lt;/Version&gt;
&lt;FeatureDataObjectsVersion&gt;3.2.3.0&lt;/FeatureDataObjectsVersion&gt;
&lt;LibraryPath&gt;C:\Program
Files\MapGuideOpenSource2.0\Server\Bin\FDO\OGRProvider.dll&lt;/LibraryPath&gt;
&lt;/FeatureProvider

But OGR doesn't show up in studio. Am I using wrong version of ogr? Are
there any instructions how to make OGR work with mgos 2.0?

  </pre>
</blockquote>
</body>
</html>