Ticket #94 (closed defect: fixed)

Opened 1 year ago

Last modified 5 months ago

Generate extent for features assigned to default spatial context

Reported by: mloskot Assigned to: mloskot
Priority: major Milestone: 3.4.0
Component: PostGIS Provider Version: 3.2.0
Severity: 3 Keywords:
Cc: jbirch External ID:

Description

If a feature class (table) belongs to default spatial context (SRID = -1) then spatial extent is also set according to default extent with min values set to -10000000 and max values set to 10000000.

This is not optimal for clients so it's highly suggested to assign real extent to such feature classes using default spatial context.

For better performance, spatial extent is estimated during maintenance operation which update query planner statistics, so users will be required to run VACUUM or ANALYZE frequently. Otherwise, spatial extent is set Zeros or big-default-values.

Change History

08/24/07 14:15:50 changed by jbirch

  • cc set to jbirch.

03/03/08 10:50:04 changed by gregboone

  • milestone changed from 3.3.0 to 3.3.1.

04/19/08 06:30:43 changed by mloskot

Patch submitted for review as #318

04/21/08 13:43:02 changed by mloskot

  • status changed from new to assigned.

04/21/08 13:43:10 changed by mloskot

  • status changed from assigned to closed.
  • resolution set to fixed.

Patch has been applied to the trunk (r3904). I'm closing it as fixed. Please, reopen if something is still not working well.