Re: [gdal-dev] Style Tool in C API

2014-07-31 Thread Nik Sands
grrr... I've found the answer to my own question. Please ignore my query below. For some reason my searching through the doco before I sent the email didn't find what I wanted, but after sending the email, I found it: typedef enum ogr_style_tool_param_pen_id { OGRSTPenColor = 0,

[gdal-dev] Style Tool in C API

2014-07-31 Thread Nik Sands
Hi guys, I found that there seems to be no explicit C API for the non-generic style tool classes such as 'OGRStylePen'. Now I've just found the documentation at https://trac.osgeo.org/gdal/wiki/rfc18_ogr_styles_c_api which states that this is deliberate and that they are unecessary, stating:

Re: [gdal-dev] convert USGS Topo GeoPDF to GeoTiff, file size

2014-07-31 Thread Jukka Rahkonen
Liu, Jian eris.ca> writes: > > > Hello, >   > I try to use GDAL to convert USGS Topo geopdfs to Geotiff format. I have the following command:   >   > gdalwarp geo.pdf geo.tif -crop_to_cutline -cutline C:\JIANTestFolder\cutline.csv -overwrite --config GDAL_CACHEMAX 500 -wm 500 --config GDAL_PDF

[gdal-dev] convert USGS Topo GeoPDF to GeoTiff, file size

2014-07-31 Thread Liu, Jian
Hello, I try to use GDAL to convert USGS Topo geopdfs to Geotiff format. I have the following command: gdalwarp geo.pdf geo.tif -crop_to_cutline -cutline C:\JIANTestFolder\cutline.csv -overwrite --config GDAL_CACHEMAX 500 -wm 500 --config GDAL_PDF_LAYERS_OFF Projection_and_Grids --config GDAL_

Re: [gdal-dev] Unable to identify feature at selected position with gdal.1.11 with geos-3.4.2

2014-07-31 Thread Chaitanya kumar CH
Pratap, Obviously only the first of the five polygons should be identified. I tested with postgis using geos with version "3.4.2-CAPI-1.8.2 r3921". So, the issue is probably not with geos. Please tell me if you find any solution to the issue. On Thu, Jul 31, 2014 at 1:51 PM, Pratap Chelamilla