Ticket #1152 (closed defect: invalid)
SRID_MAXIMUM should be raised, gserialized_get/set_srid () should be patched and typemod int too
| Reported by: | vince | Owned by: | pramsey |
|---|---|---|---|
| Priority: | medium | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | srid liblwgeom | Cc: |
Description
French IGN has defined its own projection codes (authority IGNF) for French needs (e.g. Lambert 93 with grid transformation support in Proj4 for extra precision) around 310000000. Using these projections to import a raster fails with error
gserialized_set_srid called with value (310024140) > SRID_MAXIMUM (999999)
Therefore, the 999999 value should be raised to at least 999 999 999.
Change History
Note: See
TracTickets for help on using
tickets.
