Skip to content

Allow user defined bounds #3

@vpicavet

Description

@vpicavet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions