[postgis-tickets] [PostGIS] #3710: ST_AsMVT doesn't support numeric or arrays
PostGIS
trac at osgeo.org
Mon Feb 13 12:44:34 PST 2017
#3710: ST_AsMVT doesn't support numeric or arrays
----------------------+----------------------------
Reporter: stvn | Owner: Björn Harrtell
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+----------------------------
Comment (by Björn Harrtell):
I agree the behavior is not optimal, but at the same time these are types
that cannot be represented by the set of types available in the vector
tile specification.
A perhaps better solution, which I have thought about before, is to only
parse the bool, int and float types to the corresponding vector tile type
and let PostgreSQL return the string representation of any other type.
What do you think?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3710#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