[libgweather] Locations: fix entry for Saarbrücken , Germany



commit ed50b2a059b41a4eca3622445a18571ddbae2050
Author: Sebastian Keller <sebastian-keller gmx de>
Date:   Sat Aug 31 22:44:48 2013 +0200

    Locations: fix entry for Saarbrücken, Germany
    
    Ensheim is just the part of the city with the airport.
    Also there seems to be no indication of "Saarbruecken"
    being the official English spelling so use "Saarbrücken" instead
    like wikipedia does.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650224

 data/Locations.xml.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/Locations.xml.in b/data/Locations.xml.in
index 70099ff..bcc333f 100644
--- a/data/Locations.xml.in
+++ b/data/Locations.xml.in
@@ -14880,10 +14880,10 @@
         <fips-code>GM09</fips-code>
         <city>
           <!-- A city in Saarland in Germany -->
-          <_name>Ensheim</_name>
-          <coordinates>49.200000 7.100000</coordinates>
+          <_name>Saarbrücken</_name>
+          <coordinates>49.233333 7.000000</coordinates>
           <location>
-            <name>Saarbruecken / Ensheim</name>
+            <name>Saarbrücken-Ensheim</name>
             <code>EDDR</code>
             <coordinates>49.216667 7.116667</coordinates>
           </location>


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