[postgis-tickets] [PostGIS] #4150: MVT: Support max extent (2^32)
PostGIS
trac at osgeo.org
Thu Aug 16 01:13:14 PDT 2018
#4150: MVT: Support max extent (2^32)
-------------------------+---------------------------
Reporter: Algunenano | Owner: Algunenano
Type: enhancement | Status: assigned
Priority: medium | Milestone: PostGIS 3.0.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+---------------------------
The MVT spec declares the extent as `uint32_t`, that is 0 to 2^32, but
both `St_AsMVTGeom` and `St_AsMVT` are using a `int4` for the extent value
which means that it can accept values from -2^31 to 2^31.
This means that extent values from 2^31 to 2^32 which are considered
`bigint` by Postgresql, and that are valid according to the spec, aren't
being accepted.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4150>
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