Re: [gdal-dev] DXF to Postgis using ogr2ogr

2011-12-27 Thread Bob Pawley
Something is still not penetrating this thick skull of mine. When I run ogr2ogr --config DXF_INLINE_BLOCKS FALSE --config DXF_MERGE_BLOCK_GEOMETRIES FALSE -f "PostgreSQL" PG:"host=localhost user=postgres dbname=db password=pass" W_Works.dxf -overwrite -skipfailures -sql "SELECT ST_

[gdal-dev] Using GetCapabilities to configure wms

2011-12-27 Thread Ramiro Gonzalez
Hi, I'd like to configure wms services using a simplified interface. GetCapabilities gives me the extent of the image using minX, minY, maxX and maxY values. Gdal wms driver requires UpperLeft and LowerRight coordinates. In EPSG:4326 UpperLeft=(minX, maxY) and LowerRight=(maxX, minY), but I can't