Hi.
I want to make data as TMS from NOAA GLOBE, but am in trouble at gdal2tiles.py
stage.
Here are what I did.
1. installed GDAL library (1.9.2) by HomeBrew on MacOS X(10.8.2)
2. installed gdal by pip on python2.7.3
3. downloaded all data from http://www.ngdc.noaa.gov/mgg/topo/gltiles.html and
hello:
the following code,can not show tif:
void CTrans::DrawImage1(void)
{
m_pMemoryDC->SelectObject(m_pMemoryBitMap);
CRect rc(0,0,m_pViewWidth,m_pViewHeight);
CBrush brush(RGB(255,255,255));
m_pMemoryDC->FillRect(rc,&brush);
if( poDataset != NULL )
{
GDALRasterBand *p