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.
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
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.
Commited by Akarsh.