[postgis-tickets] [PostGIS] #3712: Address MVT issues reported by specification author
PostGIS
trac at osgeo.org
Mon Feb 20 08:24:58 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 flippmoke):
My concern with that is that honestly users struggle at times to even
understand how the geometries in vector tiles are even structured. This
isn't something simple like GeoJSON or WKT that is very visually easy to
understand as vector tiles have their own coordinate systems. I think
power users would love to make slices of the pyramid at once, but I think
it would be a hard for the average user.
This also makes me think about the best way to deal with projections of
the tile system prior to creating the tiles. In general vector tiles have
no relationship to any coordinate system and could be used with any
rectangular system. Most users however, use EPSG:4326 or EPSG:3857.
Therefore ST_asMVT might need a srs passed to it, so that scaling and
offsetting could be auto calculated.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3712#comment:8>
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