From 696940ad1a47e6466d767e4e211a415e20dd427c Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sun, 11 Oct 2020 14:23:12 +0300 Subject: [PATCH] Add pg_tileserv/pg_featureserv --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fdbf8d3..cbcbe26 100644 --- a/README.md +++ b/README.md @@ -607,6 +607,8 @@ Long list of geospatial analysis tools. Geospatial analysis, or just spatial ana * [BoxTree](https://github.com/tidwall/boxtree) - An R-tree implementation for Go. * [gopostal](https://github.com/openvenues/gopostal) - Go (cgo) interface to libpostal for fast international address parsing/normalization. * [Tegola](https://github.com/go-spatial/tegola) - Tegola is a vector tile server delivering Mapbox Vector Tiles with support for PostGIS and GeoPackage data providers. +* [pg_tileserv](https://github.com/CrunchyData/pg_tileserv) - A very thin PostGIS-only tile server in Go. Takes in HTTP tile requests, executes SQL, returns MVT tiles. +* [pg_featureserv](https://github.com/CrunchyData/pg_featureserv) - Lightweight RESTful Geospatial Feature Server for PostGIS in Go. ## Rust