[postgis-tickets] [PostGIS] #3661: Mapbox vector tile output support via ST_AsMVT
PostGIS
trac at osgeo.org
Sun Feb 12 10:34:50 PST 2017
#3661: Mapbox vector tile output support via ST_AsMVT
-----------------------------+---------------------------
Reporter: Björn Harrtell | Owner: robe
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.4.0
Component: postgis | Version: trunk
Resolution: | Keywords: history, mvt
-----------------------------+---------------------------
Comment (by robe):
I think we may not to work a little more on configure. I couldn't get
protobuf to be picked up without, first having my protobuf-c in my
include, lib folder of protobuf.
I also needed to include the path in my path settings. In path settings,
configure picks up but it didn't compile, so I had to also add
{{{
--with-protobufdir=path/to/protobufandprotobufc
}}}
I tried fussing with PKG_CONFIG_PATH doing
{{{
export PKG_CONFIG_PATH=path/to/protobuf/lib/pkgconfig
}}}
but that didn't seem to help things
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3661#comment:21>
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