Ticket #1450 (closed task: fixed)

Opened 16 months ago

Last modified 16 months ago

GeometryType(geography)

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
Keywords: Cc:

Description

QGis is using GeometryType?(geom) to figure out the type of layers not typed in geometry_columns. I've added the call for TopoGeometry, but it is missing for Geography. Since GeometryType? is going to stay, I'd override it for geography as well.

Btw, is there a reason why we don't have an implicit cast in place ?

Change History

Changed 16 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

r8856 adds the override, but not the (text) override so your literal values in GeometryType?('...') will fail as ambiguous.

Note: See TracTickets for help on using tickets.