gvSIG bugs #4579
Unable to reproject envelope with transf
| Status: | Closed | % Done: | 0% | |
|---|---|---|---|---|
| Priority: | Normal | Spent time: | - | |
| Assignee: | ||||
| Category: | Database | |||
| Target version: | 2.4.0-2830 (rev. org.gvsig.desktop-2.0.196) | |||
| Severity: | Minor | Add-on version: | ||
| gvSIG version: | 2.4.0 | Add-on build: | ||
| gvSIG build: | 2829 | Add-on resolve version: | ||
| Operative System: | Add-on resolve build: | |||
| Keywords: | Proyecto: | |||
| Has patch: | Hito: | |||
| Add-on name: | Unknown |
Description
Steps in order to reproduce the error:
- create and open a view in EPSG:4326;
- add a PostGIS layer defined in a different CRS than the view (e.g. EPSG:23032) as a first layer;
- an "Unable to reproject envelope with transf" error happens;
- the view is not zoomed to the layer extent;
- zooming to the layer extent, the layer is where it should be.
Associated revisions
refs #4579, retrasado el calculo del envelpe de la capa al añadirse desde BBDD asta un punto en el que ya se le haya asignado la ICoordtrans.
History
#1
Updated by Joaquín del Cerro Murciano almost 9 years ago
- Target version changed from 2.4.0-2850-final (rev. org.gvsig.desktop-2.0.220) to 2.4.0-2830 (rev. org.gvsig.desktop-2.0.196)
- Assignee set to Joaquín del Cerro Murciano
- Status changed from New to Fixed
Corregido el calculo del envelope de las capas al ser añadidas desde BBDD.
El codigo calculaba el envelope de las capas antes de que a estes se le hubiese asignado la transformacion de coordenadas (ICoordtrans).
#2
Updated by Antonio Falciano almost 9 years ago
- Status changed from Fixed to Closed