tilestrata-postgismvt icon indicating copy to clipboard operation
tilestrata-postgismvt copied to clipboard

A TileStrata plugin for serving Mapbox Vector Tiles from a PostGIS database

Results 4 tilestrata-postgismvt issues
Sort by recently updated
recently updated
newest added

Hi. Thanks for this lib, it's really interesting and helpful Btw, what about some data simplification ? Currently I have more than 300 000 features in my PostGIS table and...

Im using this with mapboxgl JS and I cannot view the geometries on the map because `source-layer` is required and tilestrata-postgismvt do not support layers inside the source. ```javascript map.addSource('countries',...

I'm trying to use this library with npm but the signature is wrong, can you update the npm package? thanks.

Hi. I'm trying to run own tile-server that works with dynamic tiles from PostGIS. I have: PG 10, PostGIS 2.4, TileBBox from Mapbox and data exported with ogr2ogr. My server...