Skip to content
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

Allow user defined bounds #3

Open
vpicavet opened this issue May 13, 2013 · 0 comments
Open

Allow user defined bounds #3

vpicavet opened this issue May 13, 2013 · 0 comments

Comments

@vpicavet
Copy link

The bounds cannot be set by the user, and sometimes the bounds written by mitab are not the ones we want.

With this patch, when exporting a tab file, mitab looks for a bound corresponding to the projection, defined in two tables :

  • the default table, hard coded in mitab source code (mitab_bounds.cpp)
  • a table defined by the user in a text file

Patch :
https://gist.github.com/vpicavet/5569987

This bug is related to #2 and patches should be applicated in this order :

$ patch -p1 < mitab-L93-EPSG2154.patch
$ patch -p1 < mitab-precision.patch
$ patch -p1 < mitab-userProvidedBounds.patch

The patch has been tested against the mitab version in GDAL svn 25454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant