[gdal-dev] ogr2ogr: Attribute colors

2019-08-20 Thread ivay
Hi, While converting a shapefile into PDF, how can I add random colors (According to attributes of the Shapefile) in the output PDF file? ogr2ogr -f "PDF" OUT.pdf IN.shp Thank you. Ivay___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.o

Re: [gdal-dev] Vector Data Reprojection

2019-08-20 Thread ivay
], AUTHORITY["EPSG","6612"]], PRIMEM["Greenwich",0, AUTHORITY["EPSG","8901"]], UNIT["degree",0.0174532925199433, AUTHORITY["EPSG","9122"]], AUTHORITY["EPSG","4612

[gdal-dev] Vector Data Reprojection

2019-08-20 Thread ivay
Hi, I have a shape file with epsg 4612. I converted it into new shapefile with epsg 4326. When I opened both shape files (with 4612 and 4326 epsg codes), there is no change in the X and Y locations. Does both shapefiles (with epsg 4612 and 4326 codes) have same X and Y values? My requirement is t