Ticket #44 (assigned enhancement)

Opened 15 months ago

Last modified 4 months ago

add support for 3D/4D postgis geometries

Reported by: just Owned by: artem
Priority: normal Milestone: 1.0.0
Component: PostGIS Input Driver Version: SVN Trunk
Severity: Normal Keywords: postgis
Cc: Patch Needs Improvement:
Needs Docmentation: Has Patch?:
Design Decision Needed:

Description

See thread on Mapnik users mailing list.

The PostGIS plugin/WKB reader assumes that geometries are in 2D. Though not standard OGC, PostGIS supports 3D/4D. There are two ways to fix this in Mapnik :

1. Add support for 3D/4D Geometries in wkb reader

2. Use force_2D inside postgis plug-in

Change History

Changed 15 months ago by artem

  • status changed from new to assigned

Changed 15 months ago by artem

  • milestone set to 0.5.0

Changed 12 months ago by artem

  • milestone changed from 0.5.0 to 1.0.0

The third way is to use 'force_2D' in SQL :

(select name, type, force_2D(the_geom) from roads) as roads_2d;

Changed 4 months ago by springmeyer

  • priority set to normal
Note: See TracTickets for help on using tickets.