[libgweather] Fix the coordinates of two Italian cities



commit d31d486eba89b39959a32ef2bc0ded588c455b26
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Aug 27 15:54:13 2012 +0200

    Fix the coordinates of two Italian cities
    
    Fix the coordinates of Bologna and Ancona. Also, fix the city
    name.
    
    Based on a patch Guido Trentalancia <guido trentalancia com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=682730

 data/Locations.xml.in |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/data/Locations.xml.in b/data/Locations.xml.in
index 755f155..3182161 100644
--- a/data/Locations.xml.in
+++ b/data/Locations.xml.in
@@ -15735,11 +15735,11 @@
       <city>
         <!-- A city in Italy -->
         <_name>Bologna</_name>
-        <coordinates>44.483333 11.333333</coordinates>
+        <coordinates>44.493850 11.342400</coordinates>
         <location>
           <name>Borgo Panigale Airport</name>
           <code>LIPE</code>
-          <coordinates>44.533333 11.300000</coordinates>
+          <coordinates>44.527800 11.294370</coordinates>
         </location>
       </city>
       <city>
@@ -16068,12 +16068,12 @@
       </city>
       <city>
         <!-- A city in Italy -->
-        <_name>Molino di Ancona</_name>
-        <coordinates>43.616667 13.366667</coordinates>
+        <_name>Ancona</_name>
+        <coordinates>43.616530 13.518780</coordinates>
         <location>
-          <name>Falconara</name>
+          <name>Falconara Airport</name>
           <code>LIPY</code>
-          <coordinates>43.616667 13.366667</coordinates>
+          <coordinates>43.605950 13.354360</coordinates>
         </location>
       </city>
       <city>



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