From f0539fbfe3cc9fca35ba177cc9b7f9285c945628 Mon Sep 17 00:00:00 2001
From: Andrea Giacobino <no.andrea@gmail.com>
Date: Tue, 19 May 2020 19:38:01 +0200
Subject: [PATCH 1/3] Add GPS service Geo2tz

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index eae792da..433496c7 100644
--- a/README.md
+++ b/README.md
@@ -940,6 +940,7 @@ See also [awesome-gis](https://github.com/sshuair/awesome-gis).
 - [Traccar](https://www.traccar.org/) - Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips. ([Demo](http://demo.traccar.org/), [Source Code](https://github.com/traccar)) `Apache-2.0` `Java`
 - [μlogger](https://github.com/bfabiszewski/ulogger-server) - Collect geolocation from users in real-time and display their GPS tracks on a website. ([Demo](http://ulogger.fabiszewski.net/)) `GPL-3.0` `PHP`
 - [uMap](https://umap.openstreetmap.fr/en/) - Create maps with OpenStreetMap layers in a minute and embed them in your site. ([Source Code](https://github.com/umap-project/umap)) `WTFPL` `Python`
+- [Geo2tz](https://github.com/noandrea/geo2tz) - Get the timezone from geo coordinates (latitude, longitude) `MIT` `Go`/ `Docker`
 
 ## Media Streaming
 

From 9391bd35e467d849ef43e8c686f8d171cdb3bbe1 Mon Sep 17 00:00:00 2001
From: Andrea Giacobino <no.andrea@gmail.com>
Date: Tue, 19 May 2020 19:41:06 +0200
Subject: [PATCH 2/3] Order entry alphabetically

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 433496c7..32d4d5b9 100644
--- a/README.md
+++ b/README.md
@@ -925,6 +925,7 @@ _Games, game servers and control panels._
 
 See also [awesome-gis](https://github.com/sshuair/awesome-gis).
 
+- [Geo2tz](https://github.com/noandrea/geo2tz) - Get the timezone from geo coordinates (latitude, longitude) `MIT` `Go/Docker`
 - [GraphHopper](https://graphhopper.com/) - Fast routing library and server using OpenStreetMap. ([Source Code](https://github.com/graphhopper/graphhopper)) `Apache-2.0` `Java`
 - [Hauk](https://github.com/bilde2910/Hauk) - Easy to setup location sharing platform that lets you temporarily share your location with anyone in real-time. ([Demo](https://github.com/bilde2910/Hauk#demo-server)) `Apache-2.0` `PHP`
 - [MapBBCodeShare](https://github.com/MapBBCode/share.mapbbcode.org) - Tool for sharing custom OSM maps. Support for annotated markers, polygons, lines, multi-format import/export, multiple layers, shortlinks. ([Demo](http://share.mapbbcode.org/)) `WTFPL/Other` `PHP`
@@ -940,7 +941,6 @@ See also [awesome-gis](https://github.com/sshuair/awesome-gis).
 - [Traccar](https://www.traccar.org/) - Java application to track GPS positions. Supports loads of tracking devices and protocols, has an Android and iOS App. Has a web interface to view your trips. ([Demo](http://demo.traccar.org/), [Source Code](https://github.com/traccar)) `Apache-2.0` `Java`
 - [μlogger](https://github.com/bfabiszewski/ulogger-server) - Collect geolocation from users in real-time and display their GPS tracks on a website. ([Demo](http://ulogger.fabiszewski.net/)) `GPL-3.0` `PHP`
 - [uMap](https://umap.openstreetmap.fr/en/) - Create maps with OpenStreetMap layers in a minute and embed them in your site. ([Source Code](https://github.com/umap-project/umap)) `WTFPL` `Python`
-- [Geo2tz](https://github.com/noandrea/geo2tz) - Get the timezone from geo coordinates (latitude, longitude) `MIT` `Go`/ `Docker`
 
 ## Media Streaming
 

From 1e3df54deed8704c406ad56328daf88e5952cde4 Mon Sep 17 00:00:00 2001
From: Andrea Giacobino <no.andrea@gmail.com>
Date: Wed, 20 May 2020 11:12:51 +0200
Subject: [PATCH 3/3] Fix format

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 32d4d5b9..57e60e94 100644
--- a/README.md
+++ b/README.md
@@ -925,7 +925,7 @@ _Games, game servers and control panels._
 
 See also [awesome-gis](https://github.com/sshuair/awesome-gis).
 
-- [Geo2tz](https://github.com/noandrea/geo2tz) - Get the timezone from geo coordinates (latitude, longitude) `MIT` `Go/Docker`
+- [Geo2tz](https://github.com/noandrea/geo2tz) - Get the timezone from geo coordinates (lat, lon). `MIT` `Go/Docker`
 - [GraphHopper](https://graphhopper.com/) - Fast routing library and server using OpenStreetMap. ([Source Code](https://github.com/graphhopper/graphhopper)) `Apache-2.0` `Java`
 - [Hauk](https://github.com/bilde2910/Hauk) - Easy to setup location sharing platform that lets you temporarily share your location with anyone in real-time. ([Demo](https://github.com/bilde2910/Hauk#demo-server)) `Apache-2.0` `PHP`
 - [MapBBCodeShare](https://github.com/MapBBCode/share.mapbbcode.org) - Tool for sharing custom OSM maps. Support for annotated markers, polygons, lines, multi-format import/export, multiple layers, shortlinks. ([Demo](http://share.mapbbcode.org/)) `WTFPL/Other` `PHP`