From e135e0c58a7a3db0bf254a0d4439c800eafb210d Mon Sep 17 00:00:00 2001 From: Jorge Osorio Date: Thu, 24 Mar 2022 21:10:41 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27e2e75e..caf6cb51 100644 --- a/README.md +++ b/README.md @@ -1081,6 +1081,7 @@ _Geographic tools and servers_ - [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. - [Tile38](https://github.com/tidwall/tile38) - Geolocation DB with spatial index and realtime geofencing. - [WGS84](https://github.com/wroge/wgs84) - Library for Coordinate Conversion and Transformation (ETRS89, OSGB36, NAD83, RGF93, Web Mercator, UTM). +- [Web-Mercator-Projection](https://github.com/jorelosorio/web-mercator-projection) A project to easily use and convert LonLat, Point and Tile to display info, markers, etc, in a map using the Web Mercator Projection. **[⬆ back to top](#contents)**