]> granicus.if.org Git - postgis/commit
Mapbox vector tile output support via ST_AsMVT
authorSandro Santilli <strk@kbt.io>
Mon, 6 Feb 2017 16:33:23 +0000 (16:33 +0000)
committerSandro Santilli <strk@kbt.io>
Mon, 6 Feb 2017 16:33:23 +0000 (16:33 +0000)
commitfee914f1174c1ab6869fbc9e23634fcd68a8455c
tree4bce4ed922b62a5318ae2cb36c4b6a2e5d3fb52d
parent8e3bbcac4e659fdbe861806bb58b90a2b7ec4e8b
Mapbox vector tile output support via ST_AsMVT

Implementation by Björn Harrtell / CARTO

References #3661

git-svn-id: http://svn.osgeo.org/postgis/trunk@15304 b70326c6-7e19-0410-871a-916f4a2858ee
16 files changed:
NEWS
configure.ac
doc/reference_output.xml
postgis/Makefile.in
postgis/lwgeom_out_mvt.c [new file with mode: 0644]
postgis/mvt.c [new file with mode: 0644]
postgis/mvt.h [new file with mode: 0644]
postgis/postgis.sql.in
postgis/postgis_libprotobuf.c [new file with mode: 0644]
postgis/uthash.h [new file with mode: 0644]
postgis/vector_tile.LICENSE [new file with mode: 0644]
postgis/vector_tile.proto [new file with mode: 0644]
postgis_config.h.in
regress/Makefile.in
regress/mvt.sql [new file with mode: 0644]
regress/mvt_expected [new file with mode: 0644]