[postgis-tickets] [PostGIS] #3188: A function for collecting twkb
PostGIS
trac at osgeo.org
Tue Jun 30 15:34:54 PDT 2015
#3188: A function for collecting twkb
--------------------------+---------------------------
Reporter: nicklas | Owner: nicklas
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Resolution: | Keywords: twkb
--------------------------+---------------------------
Comment (by nicklas):
Oh, I didn't really realize that I was exposing them.
Does this looks better?
r13771
I also realized now that I have to handle different precision on the in
coming twkb-colections/geoemtries. That affects the top level bounding
box.
Now the worst precision found is used. I think that is the most correct.
For number of dimensions the maximum numberof dimensions found is used.
So if 1 of the in going geoemtries have z-values, the top-level bbox also
have it.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3188#comment:3>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list