anyways-open / NetTopologySuite.IO.VectorTiles

A package that can be used to generate vector tiles using NTS.
Other
14 stars 8 forks source link

postgis support #16

Closed giszh86 closed 3 years ago

giszh86 commented 3 years ago

Is it possible to create tiles with postgis?

xivk commented 3 years ago

You should be able to combine this package with this one:

https://github.com/NetTopologySuite/NetTopologySuite.IO.PostGis

Read features from Postgis and write them using this package. But, there are probably better alternatives serving vector tiles with postgis.

giszh86 commented 3 years ago

Which alternatives is the better? I'm looking for this one.

xivk commented 3 years ago

https://info.crunchydata.com/blog/dynamic-vector-tiles-from-postgis

giszh86 commented 3 years ago

thanks