Summary: | Wrong location of Amiens (France) | ||
---|---|---|---|
Product: | [Applications] kstars | Reporter: | Clercin guillaume <clercin.guillaume> |
Component: | general | Assignee: | kstars |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mboquien |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to correct the position of Amiens |
Description
Clercin guillaume
2008-11-22 02:11:27 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 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. |