[postgis-tickets] [PostGIS] #3712: Address MVT issues reported by specification author
PostGIS
trac at osgeo.org
Wed Feb 22 06:11:24 PST 2017
#3712: Address MVT issues reported by specification author
----------------------+----------------------------
Reporter: strk | Owner: Björn Harrtell
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+----------------------------
Comment (by dbaston):
I'm wondering why this function should check and coerce its inputs into
valid geometries, when other PostGIS functions do not do this this. It
seems like this approach just buries the problem of invalid geometries,
and prevents users from actually correcting their geometries. If a user
wants to store invalid geometry and doesn't care to inspect how it's been
auto-corrected, it should be easy enough to run
ST_AsMVT(ST_MakeValid(geom)), no?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3712#comment:19>
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