[postgis-tickets] [PostGIS] #4294: ST_AsMVTGeom: Do resolution check before deserializing

PostGIS trac at osgeo.org
Fri Jan 11 10:54:52 PST 2019


#4294: ST_AsMVTGeom: Do resolution check before deserializing
-------------------------+---------------------------
 Reporter:  Algunenano   |      Owner:  Algunenano
     Type:  enhancement  |     Status:  assigned
 Priority:  medium       |  Milestone:  PostGIS 3.0.0
Component:  postgis      |    Version:  trunk
 Keywords:               |
-------------------------+---------------------------
 In #4161 I added a shortcut to drop small lines and polygons before any
 call to the simplification process. I've now noticed that this check could
 be done before deserializing the geometry since all you need is the
 geometry type and bounding box.

 I'll try to move this check to `ST_AsMVTGeom` (C function) before the
 `lwgeom_from_gserialized` call and measure its impact in this kind of
 input.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4294>
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