Ticket #69 (closed enhancement: fixed)
Manually set extents on layers
| Reported by: | randomjunk | Owned by: | artem |
|---|---|---|---|
| Priority: | Milestone: | 0.5.0 | |
| Component: | Core Library | Version: | SVN Trunk |
| Severity: | Normal | Keywords: | estimate_extent |
| Cc: | Patch Needs Improvement: | ||
| Needs Docmentation: | Has Patch?: | ||
| Design Decision Needed: |
Description
Add an option to manually set the extent on a layer instead of requiring the datasource to find it.
For example: postgis inputs have a very unreliable estimate_extent option -- if you have to turn this off then postgis does a table scan to discover the extent, which can be very inefficient, especially if you know the datasource entirely covers the area you are rendering. It would be better to specify the extent manually in this case.
Change History
Note: See
TracTickets for help on using
tickets.
