From 116f291da0c2fa40e62c2b493a2a216a98ff841f Mon Sep 17 00:00:00 2001 From: Jakob Miksch Date: Tue, 27 Jun 2023 22:22:08 +0200 Subject: [PATCH] Add pg_featureserv and pg_tileserv --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 968f0748..c995a21b 100644 --- a/README.md +++ b/README.md @@ -1182,6 +1182,8 @@ _Geographic tools and servers_ - [mbtileserver](https://github.com/consbio/mbtileserver) - A simple Go-based server for map tiles stored in mbtiles format. - [osm](https://github.com/paulmach/osm) - Library for reading, writing and working with OpenStreetMap data and APIs. - [pbf](https://github.com/maguro/pbf) - OpenStreetMap PBF golang encoder/decoder. +- [pg_featureserv](https://github.com/CrunchyData/pg_featureserv) - A geospatial feature server for PostGIS. +- [pg_tileserv](https://github.com/CrunchyData/pg_tileserv) - A PostGIS-only tile server. - [S2 geojson](https://github.com/pantrif/s2-geojson) - Convert geojson to s2 cells & demonstrating some S2 geometry features on map. - [S2 geometry](https://github.com/golang/geo) - S2 geometry library in Go. - [simplefeatures](https://github.com/peterstace/simplefeatures) - simplesfeatures is a 2D geometry library that provides Go types that model geometries, as well as algorithms that operate on them.