[gdal-dev] Re: gdalinfo: corner coords in other projection

2011-05-26 Thread Jukka Rahkonen
Lefman, Jonathan ERDC-TEC-VA Jonathan.Lefman at usace.army.mil writes: Hi all, Is there an executable utility that takes the corner coordinates from a gtiff and translates them into another projection system? For example, I have a gtiff in UTM and I want to translate the coordinates of

[gdal-dev] OGRinfo works, but a MapServer test mode=map DOES NOT

2011-05-26 Thread Eduardo Kanegae
Hi all, I´m running Windows Server 2008 R2 Enterprise SP1 64bits using MS4W 3.0.1 with MapServer CGI 5.6.6 grabed from MapTools.org My spatial data is on SQL Server 2008 + MsSqlSpatial 0.1.1 Lib and I´ve set an ODBC DSN connection using SQL Server Native Driver 10 ( using Control Panel - ODBC

[gdal-dev] ERDAS ECWJP2 sdk 4.2 GDAL plugin, runtime crashes in debug/debugger

2011-05-26 Thread Emmet Spier
All, I have been trying to build GDAL with ECWJP2 support with the ERDAS 4.2 SDK, without much sucess. I am finding runtime crashes in both Release and Debug build when running in the visual studio debugger: This in Debug:

Re: [gdal-dev] Re: gdalinfo: corner coords in other projection

2011-05-26 Thread Luiz Motta
About executable utility, if you are the QGIS's user, has the plugin Image Boundary for QGIS, it make the grid of a set imagens. You can run this plugin with yours images(UTM), and, all bound box of images are put in the grid layer(polygon ) in the Geographic/WGS84. Luiz Motta 2011/5/26

Re: [gdal-dev] overwrite shapefile

2011-05-26 Thread Ramiro Gonzalez
The ticket number is 4095. Thanks Ramiro 2011/5/24 Chaitanya kumar CH chaitanya...@gmail.com Ramiro, You can use the OGRLayer::TestCapability() method to check write capability of a layer. However, there are going to be errors if another process accesses the files in the mean while.

[gdal-dev] Re: [mapserver-users] OGRinfo works, but a MapServer test mode=map DOES NOT

2011-05-26 Thread Brent Fraser
Eduardo, What happens when you use ogrinfo to access it via ODBC: ogrinfo ODBC:my_user/my_passwd@my_dsn or if you put the connection in a vrt file and use ogrinfo on it? Best Regards, Brent Fraser On 5/26/2011 4:26 AM, Eduardo Kanegae wrote: Hi all, I´m running Windows Server 2008 R2

[gdal-dev] Re: [mapserver-users] OGRinfo works, but a MapServer test mode=map DOES NOT

2011-05-26 Thread Eduardo Kanegae
Thanks Brent and Jeff for your suggestions. My old scenario was: - the system was running fine on Windows 2003 Server 64bits with SQL 2008+ MsSqlSpatial Lib using MapServer with ODBC But now, the server was upgraded to Windows Server 2008 64bits with SQL 2008R2. And the only way I finally found

Re: [gdal-dev] ERDAS ECWJP2 sdk 4.2 GDAL plugin, runtime crashes in debug/debugger

2011-05-26 Thread Frank Warmerdam
On 11-05-26 06:27 AM, Emmet Spier wrote: All, I have been trying to build GDAL with ECWJP2 support with the ERDAS 4.2 SDK, without much sucess. I am finding runtime crashes in both Release and Debug build when running in the visual studio debugger: Emmet, There are lots of possible reasons.