Add pg_featureserv and pg_tileserv

This commit is contained in:
Jakob Miksch 2023-06-27 22:22:08 +02:00 committed by GitHub
parent 3d1bd6df06
commit 116f291da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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