[libgweather] locations: Fix coordinates for Bhuj Airport



commit 2a37ab00c7bddc6717f50c91ec7ce8db96d2dc39
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Dec 6 21:35:25 2017 +0100

    locations: Fix coordinates for Bhuj Airport
    
    They shouldn't include a comma.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=611945

 data/Locations.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/Locations.xml b/data/Locations.xml
index c643e0b..3fbef88 100644
--- a/data/Locations.xml
+++ b/data/Locations.xml
@@ -3789,7 +3789,7 @@
         <location>
           <name>Bhuj Airport</name>
           <code>VABJ</code>
-          <coordinates>23.287778, 69.670278</coordinates>
+          <coordinates>23.287778 69.670278</coordinates>
         </location>
       </city>
       <city>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]