-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to switch x/y coordinates #28
Comments
As far as I can tell there is no underlying way to correct that problem, it seems you'd have to add a process to switch the coordinates to be correct before passing to ogre. |
Would be a great Option to implement. A common Problem - see http://trac.osgeo.org/gdal/wiki/FAQVector#HowdoIflipcoordinateswhentheyarenotintheexpectedorder |
Good find, that doesn't seem to bad to implement. The majority of the changes will need to be made in the underlying ogr2ogr module, I started a case for it. |
@sindre 👍 |
turns out this is already supported in Ogre, just use the strings provided in that article for the source and destination srs: Source SRS: Target SRS: |
Have a strange Problem with a GeoRSS File in EPSG:31256 coordinates, which are converted to EPSG:4326 in der wrong order. So the output GeoJSON coordinates are wrong. When I insert only the coordinates from the GeoRSS Tag they are converted correct.
An extra option to siwtch x/y coordinates could be a solution?
The text was updated successfully, but these errors were encountered: