Ticket #7 (closed defect: fixed)
Reprojection problem with whole world extents
| Reported by: | dmorissette | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | GDAL Support | Version: | 3.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Requesting a map with BBOX=-180,-90,180,90 produces an error in the GDAL resampling code about lat/lon values exceeding the allowed limits. Similar thing happens with vectors, but instead of getting an error we get points reprojected at the other end of the world. Here is Frank's reply: This is a result of the PROJ.4 pj_transform() call failing. I pass the error on up with msSetError(). Clearly this needs to be fixed, and I am sure something can be done. Is there a bug report in bugzilla on these two issues? Who will make them up? As for the vector side of things, I don't know the data paths well. This must not be anything new though right? I notice that the map bounds are 154 to -154 in latitude when you request a world view.
Change History
Note: See
TracTickets for help on using
tickets.
