Add pg_tileserv/pg_featureserv

This commit is contained in:
Nikolay Korotkiy 2020-10-11 14:23:12 +03:00
parent b8aca46bf0
commit 696940ad1a
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -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