Re: [gdal-dev] SQL Server (V 2008) Driver?

2009-05-22 Thread Tamas Szekeres
Hi Stefan I've been asked to implement SQL Server 2008 support in OGR, and add data source creation support with the ODBC driver, but the company finally couldn't sponsor this project so this effort have been stopped. The current ODBC implementation can connect to the SQL Server databases but the

[gdal-dev] offtopic: spatialreference.org broken entry for Mexixo CCL

2009-05-22 Thread Matt Wilkie
Hello, This entry on spatialreference.org do not seem to have a proj4 entry: http://spatialreference.org/ref/sr-org/4682/ my best attempt to reconstruct what it should be from the WKT reports which do work is: +proj=lcc +datum=wgs84 +x_0=250 +y_0=0 +lon_0=-102 +lat_0=12 +lat_1=17.5 +

[gdal-dev] SQL Server (V 2008) Driver?

2009-05-22 Thread Stefan Zaunseder
Hello list, is there any ongoing work or are there any plans for a SQL Server (Version 2008, which supports geographic/geometric data) driver in OGR? Or is it possible to use the ODBC driver for SQL Server in a reasonable manner? If not, is anybody except us interested in such a driver? Re

[gdal-dev] Re: ECW support (Re: [Qgis-user] Raster data formats)

2009-05-22 Thread Francesco P. Lovergine
On Fri, May 22, 2009 at 11:54:01AM +0200, Agustin Lobo wrote: > Apparently, there is no problem for including ECW support > in gdal binaries ? > http://n2.nabble.com/Tickets-2385-and-2683-(ECW-and-MrSID-plugins)-tt2767156.html#none > It does not change nothing. GDAL is free, GDAL+ECW is not-free,

[gdal-dev] Re: ECW support (Re: [Qgis-user] Raster data formats)

2009-05-22 Thread Francesco P. Lovergine
On Fri, May 22, 2009 at 12:59:49PM +0200, Francesco P. Lovergine wrote: > On Fri, May 22, 2009 at 11:54:01AM +0200, Agustin Lobo wrote: > > Apparently, there is no problem for including ECW support > > in gdal binaries ? > > http://n2.nabble.com/Tickets-2385-and-2683-(ECW-and-MrSID-plugins)-tt27671

Re: [gdal-dev] Status of Spatialite support

2009-05-22 Thread Even Rouault
Armin, There is already some spatialite support in GDAL 1.6 that enables to read simple SpatiaLite geometries (point, linestring, polygon) without needing to link against libspatialite. In GDAL 1.7dev, write support has also been added, as well as creating SpatiaLite compatible databases. Yest

[gdal-dev] ECW support (Re: [Qgis-user] Raster data formats)

2009-05-22 Thread Agustin Lobo
Apparently, there is no problem for including ECW support in gdal binaries ? http://n2.nabble.com/Tickets-2385-and-2683-(ECW-and-MrSID-plugins)-tt2767156.html#none Giovanni Manghi wrote: http://lists.osgeo.org/pipermail/qgis-developer/2009-May/006931.html *Paolo Cavallini* cavallini at faun

[gdal-dev] Status of Spatialite support

2009-05-22 Thread Armin Burger
Hi everybody I would like to test the spatialite format that should be supported by gdal starting with v1.7. Is it already working in current dev version (I would mainly need the read functionality with spatial index support in interaction with Mapserver)? Would I need to take the full expor