StationA / tilenol

Scalable, multi-backend geo vector tile server
MIT License
22 stars 6 forks source link

Add support for PostGIS as a layer source #18

Closed jerluc closed 3 years ago

jerluc commented 4 years ago

PostGIS is a pretty common data storage option working with geo data, so it would make sense to support this backend.

At a high level, these are the pieces I'm hoping to implement:

jerluc commented 3 years ago

FYI, I've started work on this in https://github.com/StationA/tilenol/tree/postgis