From 1d5e746fcd0633e98c192683920d1e0e2ff3b9bf Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sat, 15 Feb 2020 07:17:26 +0300 Subject: [PATCH] Add mbtileserver (#2957) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0f691ec..11df8ed6 100644 --- a/README.md +++ b/README.md @@ -793,6 +793,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [geocache](https://github.com/melihmucuk/geocache) - In-memory cache that is suitable for geolocation based applications. * [geoserver](https://github.com/hishamkaram/geoserver) - geoserver Is a Go Package For Manipulating a GeoServer Instance via the GeoServer REST API. * [gismanager](https://github.com/hishamkaram/gismanager) - Publish Your GIS Data(Vector Data) to PostGIS and Geoserver. +* [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. * [S2 geometry](https://github.com/golang/geo) - S2 geometry library in Go.