Merge pull request #52 from sikmir/pg

Add pg_tileserv/pg_featureserv
This commit is contained in:
Eduardo Lacerda 2020-10-12 19:21:57 -03:00 committed by GitHub
commit 29283d3f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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