[postgis-tickets] [PostGIS] #2910: Implement function to output Mapox Vector Tiles
PostGIS
trac at osgeo.org
Wed Aug 27 08:09:22 PDT 2014
#2910: Implement function to output Mapox Vector Tiles
-------------------------+--------------------------------------------------
Reporter: strk | Owner: strk
Type: enhancement | Status: assigned
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by strk):
Code for an ST_AsVectorTile_Geometry is being under development here:
https://github.com/strk/postgis/tree/mvt
The function it its current incarnation takes the coordinate of origin,
the size of an output unit in source units (x and y), an optional
tolerance (unused) and an optional clipping extent (unused).
I'm thinking I should further simplify the interface by dropping the
unused ones (tolerance and clipping).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2910#comment:2>
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