Changes between Initial Version and Version 1 of Ticket #4762
- Timestamp:
- Jul 29, 2012, 8:26:50 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4762 – Description
initial v1 8 8 i get correct result with this projection specification: 9 9 10 wget http://spatialreference.org/ref/sr-org/czech-s-jtsk-epsg2065/ogcwkt/ -O 2065.prf 11 ogr2ogr -f "GML" -s_srs 2065.prf -t_srs "epsg:102067" out102067.gml in2065.gml 10 wget http://spatialreference.org/ref/sr-org/czech-s-jtsk-epsg2065/ogcwkt/ -O 2065.prf[[BR]] 11 12 ogr2ogr -f "GML" -s_srs 2065.prf -t_srs "epsg:102067" out102067.gml in2065.gml[[BR]] 13 12 14 ogr2ogr -f "GML" -s_srs 2065.prf -t_srs "epsg:4326" out4326.gml in2065.gml 13 15