[postgis-tickets] [PostGIS] #4909: Add the ability to read back (and edit) mvt
PostGIS
trac at osgeo.org
Thu May 6 10:06:46 PDT 2021
#4909: Add the ability to read back (and edit) mvt
-------------------------+---------------------------
Reporter: autra | Owner: pramsey
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 3.1.2
Component: postgis | Version: master
Keywords: mvt |
-------------------------+---------------------------
== Description
Provide a way to read back mvt tile content.
== Context and use case
I'm using a table to cache feature simplification for visualization
purpose (with pg_tileserv). The dataset is quite big (will be around
600GB).
I want to cache some x,y,z tile alongside the tile in mvt format. But
after updating part of the underlying dataset, if I want to refresh the
cache, I would need to update part of a mvt tile (or regenerate the whole
pyramid, but that's not feasible in my case).
The solution I've chosen now is to to keep each mvtgeometry and aggregate
only when visualizing, but I'd like to be able to do the extra mile and
keep only the mvt. If it were possible, it would allow me to get better
serving speed (and simplify the serving function).
== Proposition
Implement a ST_FromMvt or ST_ExplodeMvt, or ST_DumpMvt that would
basically do the reverse operation of ST_AsMvt.
Thanks!
(NB: to give the full story : the features are points that are currently
stored with pgpointcloud extension.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4909>
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