tilestrata-postgismvt
tilestrata-postgismvt copied to clipboard
A TileStrata plugin for serving Mapbox Vector Tiles from a PostGIS database
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...