Bug 175818 - Wrong location of Amiens (France)
Summary: Wrong location of Amiens (France)
Status: RESOLVED FIXED
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: kstars
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-22 02:11 UTC by Clercin guillaume
Modified: 2008-12-02 16:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Patch to correct the position of Amiens (1.21 KB, patch)
2008-11-22 02:33 UTC, Médéric Boquien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Clercin guillaume 2008-11-22 02:11:27 UTC
Version:            (using KDE 4.1.3)
OS:                Linux
Installed from:    Debian testing/unstable Packages

With wrong geographic coordinate, Amiens is located in North pole instead of France.

Amiens : 49°54' North, 2°18' East

You can check/find this into Marble.
Comment 1 Médéric Boquien 2008-11-22 02:31:22 UTC
Hello,

The coordinates are wrong indeed. Here is the patch to correct the problem.

Index: Cities.dat
===================================================================
--- Cities.dat  (révision 887430)
+++ Cities.dat  (copie de travail)
@@ -82,7 +82,7 @@
 Amherst                          : Nova Scotia           : Canada                : 45 : 50 : 00 : N : 64  : 12 : 00 : W : -4.0 : US
 Amherst                          : Ohio                  : USA                   : 41 : 23 : 51 : N :  82 : 13 : 10 : W : -5.0 : US
 Amherst Obs.                     : Massachusetts         : USA                   : 42 : 23 :  5 : N :  72 : 20 : 44 : W : -5.0 : US
-Amiens                           : Somme                 : France                : 89 : 54 : 00 : N :  02 : 16 : 00 : E :  1.0 : EU
+Amiens                           : Somme                 : France                : 49 : 54 : 00 : N :  02 : 16 : 00 : E :  1.0 : EU
 Amilcar Cabral                   :                       : Cape Verde            : 16 : 45 :  0 : N :  22 : 56 : 59 : W :  1.0 : --
 Amman                            :                       : Jordan                : 31 : 56 : 59 : N :  35 : 57 :  0 : E :  2.0 : JD
 Amos                             : Quebec                : Canada                : 48 : 34 : 00 : N : 78  : 07 : 00 : W : -5.0 : US
Comment 2 Médéric Boquien 2008-11-22 02:33:00 UTC
Created attachment 28744 [details]
Patch to correct the position of Amiens

b.k.o break the patch. Sending it as a file to preserve line breaks.
Comment 3 Médéric Boquien 2008-12-02 16:04:06 UTC
Commited by Akarsh.