[gdal-dev] Re: Draw map in Visual C++

2011-07-25 Thread Ragi Burhum
l, you can also use OpenGL<http://stackoverflow.com/questions/340185/using-gdal-ogr-api-to-read-vector-data-shapefile-how> . Best of luck, - Ragi > Date: Sat, 23 Jul 2011 18:12:35 +0530 > From: Chaitanya kumar CH > Subject: Re: [gdal-dev] Re: Draw map in Visual C++ >

Re: [gdal-dev] Re: Draw map in Visual C++

2011-07-23 Thread Chaitanya kumar CH
Mark, You should be able to display an image by filling in a BitMap kind of object using GDALRasterIO. On Sat, Jul 23, 2011 at 12:40 PM, mark wrote: > Thank you Brian for you reply . > As you said , gdal is for read / write data. > So do you know some libraries that allows me to draw maps in my

[gdal-dev] Re: Draw map in Visual C++

2011-07-23 Thread mark
Thank you Brian for you reply . As you said , gdal is for read / write data. So do you know some libraries that allows me to draw maps in my application. I see many standalone open applications, like OpenEV, but it is not my case . I am using C++. Thanks in advance -- View this message in co