Re: [gdal-dev] Generating 200x200 tiles

2015-09-17 Thread Brad Hards
On Thu, 17 Sep 2015 06:03:15 PM Alistair Young wrote: > I've been using gdal2tiles to generate zoom levels and tiles and it's > working fine but unfortunately the tiles are 256x256 and don't work with > the UK Ordnance Survey mapping SDK, which requires 200x200 tiles. Is there > a way to generate t

Re: [gdal-dev] Generating 200x200 tiles

2015-09-17 Thread Homme Zwaagstra
Hi Alistair, You could try ctb-tile (https://github.com/geo-data/cesium-terrain-builder#ctb-tile) with the`--tile-size 200` option. This uses GDAL under the hood and works on GDAL datasets, so pretty similar to gdal2tiles. Best regards, Homme. On 17/09/15 19:03, Alistair Young wrote: I’ve

[gdal-dev] Generating 200x200 tiles

2015-09-17 Thread Alistair Young
I've been using gdal2tiles to generate zoom levels and tiles and it's working fine but unfortunately the tiles are 256x256 and don't work with the UK Ordnance Survey mapping SDK, which requires 200x200 tiles. Is there a way to generate these 200x200 tiles? I can generate them using gdal_retile b

Re: [gdal-dev] ogr2ogr convert geojson to MapInfo tab

2015-09-17 Thread Even Rouault
Le jeudi 17 septembre 2015 18:21:24, Maxime Demers a écrit : > Hi Even, > > Sorry to reply you in a new thread. I have realize my mail-list settings > was set to not send me replies. I have found your reply in the archive. > > Thank you for your answer. I am a bit desapointed that no solution exi

[gdal-dev] ogr2ogr convert geojson to MapInfo tab

2015-09-17 Thread Maxime Demers
Hi Even, Sorry to reply you in a new thread. I have realize my mail-list settings was set to not send me replies. I have found your reply in the archive. Thank you for your answer. I am a bit desapointed that no solution exists for now, and I dont think I would be able to test with the trunk vers

[gdal-dev] Transform raster based on values in shapefile attribute table

2015-09-17 Thread jramm
I have a raster (.tif), which has an accompanying shapefile attribute table (.dbf). Basically, every value in the raster is a key into the attribute table, which has a number of fields (there is a 'Value' field which is the 'key' corresponding to the raster values, then a number of attributes). I

[gdal-dev] ogr2ogr convert geojson to MapInfo tab

2015-09-17 Thread Maxime Demers
Hello, I encounter a problem using ogr2ogr (from gdal 1.10) when trying to convert a geojson to MapInfo Tab. The output MapInfo tab does not include the projection wich is defined in the geojson as EPSG:3857 so srs is defined as WGS84 as default. I think its a known problem with MapInfo Tab (mita

Re: [gdal-dev] Handling pdfium build / integration

2015-09-17 Thread Even Rouault
Le jeudi 17 septembre 2015 14:03:06, Brad Hards a écrit : > On Thu, 17 Sep 2015 11:19:47 AM Even Rouault wrote: > > Basically if you download > > https://github.com/rouault/pdfium/blob/build/build- lin.sh , run it, it > > will install pdfium to $HOME/pdfium/install > > So there is no shared librar

Re: [gdal-dev] how to build dwg driver?

2015-09-17 Thread Ivan Lucena
I would like to share the information I received about this subject so that other people don't wast their time like I did. First, a fix to the makefile: Fix the following unresolved externals: ACTextUnescape ACGetColorTable ACAdjustText by adding ..\dxf\ogr_autocad_services.obj to the DXF_OBJ=

Re: [gdal-dev] Handling pdfium build / integration

2015-09-17 Thread Brad Hards
On Thu, 17 Sep 2015 11:19:47 AM Even Rouault wrote: > Basically if you download > https://github.com/rouault/pdfium/blob/build/build- lin.sh , run it, it > will install pdfium to $HOME/pdfium/install So there is no shared library or configuration data need here? Brad __

[gdal-dev] Building GDAL on HP-UX as .so

2015-09-17 Thread Pierpaolo Polo
Hello, I'm trying to build the library under HP-UX B.11.31. I can't complete building using BuildingOnUnix how to, seems a compiler problem using aCC standard compiler. I've tried to install gcc plus its dependencies, gmake and other, obtaining a succesful build as .a. The software using GDAL now

Re: [gdal-dev] Handling pdfium build / integration

2015-09-17 Thread Even Rouault
Hi Brad, > I note the recent addition of pdfium for PDF support (alongside podofo and > poppler). > > I'm a bit lost on which pdfium repo and branch to use, the best way to > build and install pdfium library and headers, and (because of that), how > to point the GDAL ./configure options to that i