Marcelo,<br><br>How is your &lt;GDAL_WMS&gt;.. service configuration looking like?<br><br>Best regards,<br><br>Tamas<br><br><br><br><br><div class="gmail_quote">2009/1/26 Marcelo Oliveira <span dir="ltr">&lt;<a href="mailto:moliveira@geostats.com">moliveira@geostats.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi There,<br>
<br>
I am using the GDAL build that comes with FWTools2.2.6 (GDAL 1.6.0dev)<br>
to try to open OAM (&quot;<a href="http://openaerialmap.org/static/ww.xml" target="_blank">http://openaerialmap.org/static/ww.xml</a>&quot;) using the<br>
C# bindings for GDAL and it throws the following exception:<br>
<br>
&lt;&lt;&lt;&lt;<br>
GDALWMS: Bad projection specified.<br>
&gt;&gt;&gt;&gt;<br>
<br>
The source code that causes the exception to be thrown is :<br>
<br>
&lt;&lt;&lt;&lt;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;String filename = &quot;<a href="http://openaerialmap.org/static/ww.xml" target="_blank">http://openaerialmap.org/static/ww.xml</a>&quot;;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Gdal.AllRegister();<br>
 &nbsp; &nbsp; &nbsp; &nbsp;Dataset &nbsp;dataSet = Gdal.OpenShared(fileName, 0); &lt;----<br>
&gt;&gt;&gt;&gt;&gt;<br>
<br>
However, &nbsp;I can open and extract pieces of this dataset using gdalinfo<br>
and gdal_translate via the command line. &nbsp;Is this a know limitation of<br>
the C# bindings or am I doing something wrong?<br>
<br>
Thanks, M<br>
<br>
--------------<br>
Marcelo Simas Oliveira<br>
GeoStats LP<br>
530 Means St., Ste. 310<br>
Atlanta, Georgia 30318<br>
(404) 588-1004<br>
<a href="http://www.geostats.com" target="_blank">www.geostats.com</a><br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br>