Merge lp:~stellarium/stellarium/printsky into lp:~peppujols/stellarium/printsky

Proposed by Alexander Wolf
Status: Merged
Merged at revision: 4723
Proposed branch: lp:~stellarium/stellarium/printsky
Merge into: lp:~peppujols/stellarium/printsky
Diff against target: 738502 lines (+479243/-89012)
640 files modified
CHANGES-FROM-TRUNK.txt (+34/-28)
CMakeLists.txt (+3/-1)
COPYING (+2/-2)
ChangeLog (+71/-3)
data/Info.plist (+1/-1)
data/base_locations.txt (+533/-405)
data/default_config.ini (+7/-1)
data/gui/nightStyle.css (+6/-2)
data/gui/normalStyle.css (+6/-2)
data/ssystem.ini (+91/-3)
doc/plugIns.doxygen (+8/-1)
doc/stellarium.pod.cmake (+10/-8)
landscapes/garching/CMakeLists.txt (+1/-1)
landscapes/garching/description.be.utf8 (+2/-0)
landscapes/guereins/CMakeLists.txt (+1/-1)
landscapes/guereins/description.be.utf8 (+2/-0)
landscapes/hurricane/CMakeLists.txt (+1/-1)
landscapes/hurricane/description.be.utf8 (+4/-0)
landscapes/mars/CMakeLists.txt (+1/-1)
landscapes/mars/description.be.utf8 (+2/-0)
landscapes/moon/CMakeLists.txt (+1/-1)
landscapes/moon/description.be.utf8 (+2/-0)
landscapes/ocean/CMakeLists.txt (+1/-1)
landscapes/ocean/description.be.utf8 (+2/-0)
landscapes/saturn/CMakeLists.txt (+1/-1)
landscapes/saturn/description.be.utf8 (+3/-0)
landscapes/trees/CMakeLists.txt (+1/-1)
landscapes/trees/description.be.utf8 (+2/-0)
nebulae/default/ngc2000names.dat (+1/-0)
plugins/AngleMeasure/CMakeLists.txt (+1/-1)
plugins/AngleMeasure/COPYING (+2/-2)
plugins/AngleMeasure/ChangeLog (+3/-0)
plugins/AngleMeasure/src/AngleMeasure.cpp (+39/-13)
plugins/AngleMeasure/src/AngleMeasure.hpp (+6/-2)
plugins/CMakeLists.txt (+6/-0)
plugins/CompassMarks/COPYING (+2/-2)
plugins/CompassMarks/src/CompassMarks.cpp (+13/-10)
plugins/CompassMarks/src/CompassMarks.hpp (+1/-1)
plugins/HelloStelModule/COPYING (+2/-2)
plugins/LogBook/COPYING (+2/-2)
plugins/Oculars/CMakeLists.txt (+1/-1)
plugins/Oculars/COPYING (+2/-2)
plugins/Oculars/resources/Oculars.qrc (+16/-9)
plugins/Oculars/src/CCD.cpp (+1/-1)
plugins/Oculars/src/CCD.hpp (+1/-1)
plugins/Oculars/src/CMakeLists.txt (+3/-0)
plugins/Oculars/src/Ocular.cpp (+1/-1)
plugins/Oculars/src/Ocular.hpp (+1/-1)
plugins/Oculars/src/Oculars.cpp (+620/-215)
plugins/Oculars/src/Oculars.hpp (+52/-15)
plugins/Oculars/src/Telescope.cpp (+1/-1)
plugins/Oculars/src/Telescope.hpp (+1/-1)
plugins/Oculars/src/gui/OcularDialog.cpp (+166/-17)
plugins/Oculars/src/gui/OcularDialog.hpp (+14/-4)
plugins/Oculars/src/gui/OcularsGuiPanel.cpp (+965/-0)
plugins/Oculars/src/gui/OcularsGuiPanel.hpp (+137/-0)
plugins/Oculars/src/gui/PropertyBasedTableModel.cpp (+26/-0)
plugins/Oculars/src/gui/PropertyBasedTableModel.hpp (+3/-0)
plugins/Oculars/src/gui/ocularDialog.ui (+355/-218)
plugins/PrintSky/PrintSky.qrc (+0/-6)
plugins/PrintSky/nightStyle.css (+0/-31)
plugins/PrintSky/normalStyle.css (+0/-31)
plugins/PrintSky/src/CMakeLists.txt (+4/-4)
plugins/PrintSky/src/PrintSky.cpp (+4/-38)
plugins/PrintSky/src/PrintSky.hpp (+0/-9)
plugins/PrintSky/src/gui/PrintSkyDialog.cpp (+49/-49)
plugins/PrintSky/src/gui/PrintSkyDialog.hpp (+1/-1)
plugins/Pulsars/CMakeLists.txt (+16/-0)
plugins/Pulsars/COPYING (+340/-0)
plugins/Pulsars/resources/Pulsars.qrc (+6/-0)
plugins/Pulsars/resources/catalog.json (+9185/-0)
plugins/Pulsars/src/CMakeLists.txt (+48/-0)
plugins/Pulsars/src/Pulsar.cpp (+284/-0)
plugins/Pulsars/src/Pulsar.hpp (+136/-0)
plugins/Pulsars/src/Pulsars.cpp (+401/-0)
plugins/Pulsars/src/Pulsars.hpp (+126/-0)
plugins/Pulsars/util/catalog.json (+9185/-0)
plugins/Pulsars/util/pulsars.tsv (+738/-0)
plugins/Pulsars/util/tsv2json.pl (+64/-0)
plugins/Quasars/CMakeLists.txt (+16/-0)
plugins/Quasars/COPYING (+340/-0)
plugins/Quasars/resources/Quasars.qrc (+5/-0)
plugins/Quasars/resources/catalog.json (+3354/-0)
plugins/Quasars/src/CMakeLists.txt (+48/-0)
plugins/Quasars/src/Quasar.cpp (+208/-0)
plugins/Quasars/src/Quasar.hpp (+105/-0)
plugins/Quasars/src/Quasars.cpp (+398/-0)
plugins/Quasars/src/Quasars.hpp (+126/-0)
plugins/Quasars/util/catalog.json (+3354/-0)
plugins/Quasars/util/quasars.tsv (+428/-0)
plugins/Quasars/util/tsv2json.pl (+64/-0)
plugins/Satellites/CMakeLists.txt (+2/-5)
plugins/Satellites/COPYING (+2/-2)
plugins/Satellites/ChangeLog (+10/-0)
plugins/Satellites/plugin_config.h.cmake (+0/-6)
plugins/Satellites/resources/satellites.json (+7632/-3643)
plugins/Satellites/src/CMakeLists.txt (+4/-0)
plugins/Satellites/src/Satellite.cpp (+191/-94)
plugins/Satellites/src/Satellite.hpp (+27/-11)
plugins/Satellites/src/Satellites.cpp (+179/-60)
plugins/Satellites/src/Satellites.hpp (+42/-8)
plugins/Satellites/src/gSatWrapper.cpp (+1/-1)
plugins/Satellites/src/gSatWrapper.hpp (+1/-1)
plugins/Satellites/src/gsatellite/gException.hpp (+1/-1)
plugins/Satellites/src/gsatellite/gSatTEME.cpp (+1/-1)
plugins/Satellites/src/gsatellite/gSatTEME.hpp (+1/-1)
plugins/Satellites/src/gsatellite/gTime.cpp (+1/-1)
plugins/Satellites/src/gsatellite/gTime.hpp (+1/-1)
plugins/Satellites/src/gsatellite/gTimeSpan.cpp (+1/-1)
plugins/Satellites/src/gsatellite/gVector.cpp (+1/-1)
plugins/Satellites/src/gsatellite/gVector.hpp (+1/-1)
plugins/Satellites/src/gsatellite/gVectorTempl.hpp (+1/-1)
plugins/Satellites/src/gsatellite/mathUtils.cpp (+1/-1)
plugins/Satellites/src/gsatellite/mathUtils.hpp (+1/-1)
plugins/Satellites/src/gsatellite/stdsat.h (+1/-1)
plugins/Satellites/src/gui/SatellitesDialog.cpp (+206/-75)
plugins/Satellites/src/gui/SatellitesDialog.hpp (+14/-7)
plugins/Satellites/src/gui/SatellitesImportDialog.cpp (+361/-0)
plugins/Satellites/src/gui/SatellitesImportDialog.hpp (+73/-0)
plugins/Satellites/src/gui/satellitesDialog.ui (+229/-110)
plugins/Satellites/src/gui/satellitesImportDialog.ui (+250/-0)
plugins/Satellites/util/add_new_from_tle_file.pl (+4/-1)
plugins/Satellites/util/download_tle_find_new.sh (+1/-0)
plugins/Satellites/util/get.sh (+1/-0)
plugins/Satellites/util/name_to_number.py (+30/-0)
plugins/SolarSystemEditor/CMakeLists.txt (+2/-2)
plugins/SolarSystemEditor/src/SolarSystemEditor.cpp (+6/-4)
plugins/SolarSystemEditor/src/SolarSystemEditor.hpp (+1/-1)
plugins/SolarSystemEditor/src/gui/ManualImportWindow.cpp (+8/-6)
plugins/SolarSystemEditor/src/gui/ManualImportWindow.hpp (+2/-2)
plugins/SolarSystemEditor/src/gui/MpcImportWindow.cpp (+40/-10)
plugins/SolarSystemEditor/src/gui/MpcImportWindow.hpp (+4/-2)
plugins/SolarSystemEditor/src/gui/SolarSystemManagerWindow.cpp (+24/-9)
plugins/SolarSystemEditor/src/gui/SolarSystemManagerWindow.hpp (+4/-2)
plugins/SolarSystemEditor/src/gui/mpcImportWindow.ui (+686/-687)
plugins/SolarSystemEditor/src/gui/solarSystemManagerWindow.ui (+383/-432)
plugins/Supernovae/CMakeLists.txt (+1/-1)
plugins/Supernovae/COPYING (+2/-2)
plugins/Supernovae/resources/supernovae.json (+9/-1)
plugins/Supernovae/src/Supernova.cpp (+26/-8)
plugins/Supernovae/src/Supernova.hpp (+2/-2)
plugins/Supernovae/src/Supernovae.cpp (+5/-5)
plugins/Supernovae/src/Supernovae.hpp (+1/-1)
plugins/TelescopeControl/CMakeLists.txt (+2/-2)
plugins/TelescopeControl/COPYING (+2/-2)
plugins/TelescopeControl/ChangeLog (+9/-0)
plugins/TelescopeControl/resources/TelescopeControl.qrc (+1/-0)
plugins/TelescopeControl/resources/about.utf8 (+21/-0)
plugins/TelescopeControl/resources/device_models.json (+1/-1)
plugins/TelescopeControl/resources/help.utf8 (+0/-27)
plugins/TelescopeControl/src/CMakeLists.txt (+0/-3)
plugins/TelescopeControl/src/TelescopeControl.cpp (+6/-6)
plugins/TelescopeControl/src/TelescopeControl.hpp (+1/-1)
plugins/TelescopeControl/src/TelescopeControlGlobals.hpp (+1/-7)
plugins/TelescopeControl/src/clients/InterpolatedPosition.cpp (+1/-1)
plugins/TelescopeControl/src/clients/InterpolatedPosition.hpp (+1/-1)
plugins/TelescopeControl/src/clients/TelescopeClient.cpp (+1/-1)
plugins/TelescopeControl/src/clients/TelescopeClient.hpp (+1/-1)
plugins/TelescopeControl/src/clients/TelescopeClientDirectLx200.cpp (+1/-1)
plugins/TelescopeControl/src/clients/TelescopeClientDirectLx200.hpp (+1/-1)
plugins/TelescopeControl/src/clients/TelescopeClientDirectNexStar.cpp (+1/-1)
plugins/TelescopeControl/src/clients/TelescopeClientDirectNexStar.hpp (+1/-1)
plugins/TelescopeControl/src/gui/SlewDialog.cpp (+3/-3)
plugins/TelescopeControl/src/gui/SlewDialog.hpp (+4/-5)
plugins/TelescopeControl/src/gui/StelDialogTelescopeControl.cpp (+0/-123)
plugins/TelescopeControl/src/gui/StelDialogTelescopeControl.hpp (+0/-50)
plugins/TelescopeControl/src/gui/TelescopeConfigurationDialog.cpp (+21/-16)
plugins/TelescopeControl/src/gui/TelescopeConfigurationDialog.hpp (+4/-5)
plugins/TelescopeControl/src/gui/TelescopeDialog.cpp (+224/-159)
plugins/TelescopeControl/src/gui/TelescopeDialog.hpp (+24/-20)
plugins/TelescopeControl/src/gui/slewDialog.ui (+3/-29)
plugins/TelescopeControl/src/gui/telescopeConfigurationDialog.ui (+68/-68)
plugins/TelescopeControl/src/gui/telescopeDialog.ui (+13/-3)
plugins/TelescopeControl/src/servers/Connection.cpp (+1/-1)
plugins/TelescopeControl/src/servers/Connection.hpp (+1/-1)
plugins/TelescopeControl/src/servers/LogFile.cpp (+1/-1)
plugins/TelescopeControl/src/servers/LogFile.hpp (+1/-1)
plugins/TelescopeControl/src/servers/Lx200Command.cpp (+1/-1)
plugins/TelescopeControl/src/servers/Lx200Command.hpp (+1/-1)
plugins/TelescopeControl/src/servers/Lx200Connection.cpp (+1/-1)
plugins/TelescopeControl/src/servers/Lx200Connection.hpp (+1/-1)
plugins/TelescopeControl/src/servers/NexStarCommand.cpp (+1/-1)
plugins/TelescopeControl/src/servers/NexStarCommand.hpp (+1/-1)
plugins/TelescopeControl/src/servers/NexStarConnection.cpp (+1/-1)
plugins/TelescopeControl/src/servers/NexStarConnection.hpp (+1/-1)
plugins/TelescopeControl/src/servers/SerialPort.cpp (+1/-1)
plugins/TelescopeControl/src/servers/SerialPort.hpp (+1/-1)
plugins/TelescopeControl/src/servers/Server.cpp (+1/-1)
plugins/TelescopeControl/src/servers/Server.hpp (+1/-1)
plugins/TelescopeControl/src/servers/Socket.cpp (+1/-1)
plugins/TelescopeControl/src/servers/Socket.hpp (+1/-1)
plugins/TextUserInterface/CMakeLists.txt (+1/-1)
plugins/TextUserInterface/COPYING (+2/-2)
plugins/TextUserInterface/src/DummyDialog.cpp (+1/-1)
plugins/TextUserInterface/src/DummyDialog.hpp (+1/-1)
plugins/TextUserInterface/src/TextUserInterface.cpp (+260/-161)
plugins/TextUserInterface/src/TextUserInterface.hpp (+1/-1)
plugins/TextUserInterface/src/TuiNode.cpp (+45/-4)
plugins/TextUserInterface/src/TuiNode.hpp (+20/-3)
plugins/TextUserInterface/src/TuiNodeActivate.cpp (+3/-2)
plugins/TextUserInterface/src/TuiNodeActivate.hpp (+1/-1)
plugins/TextUserInterface/src/TuiNodeBool.cpp (+12/-5)
plugins/TextUserInterface/src/TuiNodeBool.hpp (+1/-1)
plugins/TextUserInterface/src/TuiNodeColor.cpp (+23/-10)
plugins/TextUserInterface/src/TuiNodeColor.hpp (+1/-1)
plugins/TextUserInterface/src/TuiNodeDateTime.cpp (+39/-15)
plugins/TextUserInterface/src/TuiNodeDateTime.hpp (+1/-1)
plugins/TextUserInterface/src/TuiNodeDouble.cpp (+4/-3)
plugins/TextUserInterface/src/TuiNodeDouble.hpp (+1/-1)
plugins/TextUserInterface/src/TuiNodeEditable.cpp (+1/-1)
plugins/TextUserInterface/src/TuiNodeEditable.hpp (+1/-1)
plugins/TextUserInterface/src/TuiNodeEnum.cpp (+5/-3)
plugins/TextUserInterface/src/TuiNodeEnum.hpp (+1/-1)
plugins/TextUserInterface/src/TuiNodeFloat.cpp (+5/-4)
plugins/TextUserInterface/src/TuiNodeFloat.hpp (+1/-1)
plugins/TextUserInterface/src/TuiNodeInt.cpp (+4/-3)
plugins/TextUserInterface/src/TuiNodeInt.hpp (+1/-1)
plugins/TimeZoneConfiguration/CMakeLists.txt (+1/-1)
plugins/TimeZoneConfiguration/src/TimeZoneConfiguration.cpp (+2/-2)
plugins/TimeZoneConfiguration/src/gui/DefineTimeZoneWindow.cpp (+46/-27)
plugins/TimeZoneConfiguration/src/gui/DefineTimeZoneWindow.hpp (+1/-1)
plugins/TimeZoneConfiguration/src/gui/TimeZoneConfigurationWindow.cpp (+13/-4)
plugins/TimeZoneConfiguration/src/gui/TimeZoneConfigurationWindow.hpp (+3/-1)
plugins/TimeZoneConfiguration/src/gui/defineTimeZone.ui (+621/-627)
plugins/TimeZoneConfiguration/src/gui/timeZoneConfigurationWindow.ui (+510/-503)
po/stellarium-skycultures/CMakeLists.txt (+1/-1)
po/stellarium-skycultures/af.po (+1187/-117)
po/stellarium-skycultures/ar.po (+1184/-135)
po/stellarium-skycultures/ast.po (+1179/-109)
po/stellarium-skycultures/az.po (+1179/-109)
po/stellarium-skycultures/be.po (+1304/-255)
po/stellarium-skycultures/bg.po (+1183/-110)
po/stellarium-skycultures/bn.po (+1179/-109)
po/stellarium-skycultures/bs.po (+1182/-112)
po/stellarium-skycultures/ca.po (+1187/-114)
po/stellarium-skycultures/cs.po (+1270/-200)
po/stellarium-skycultures/cy.po (+1179/-109)
po/stellarium-skycultures/da.po (+1183/-113)
po/stellarium-skycultures/de.po (+1326/-265)
po/stellarium-skycultures/dv.po (+1179/-109)
po/stellarium-skycultures/el.po (+1186/-113)
po/stellarium-skycultures/en.po (+1179/-109)
po/stellarium-skycultures/en_AU.po (+1269/-196)
po/stellarium-skycultures/en_CA.po (+1269/-196)
po/stellarium-skycultures/en_GB.po (+1186/-113)
po/stellarium-skycultures/eo.po (+1210/-140)
po/stellarium-skycultures/es.po (+1491/-418)
po/stellarium-skycultures/et.po (+1181/-111)
po/stellarium-skycultures/eu.po (+2076/-1003)
po/stellarium-skycultures/fa.po (+1183/-110)
po/stellarium-skycultures/fi.po (+1617/-544)
po/stellarium-skycultures/fil.po (+1179/-109)
po/stellarium-skycultures/fr.po (+1225/-152)
po/stellarium-skycultures/ga.po (+1182/-112)
po/stellarium-skycultures/gl.po (+1227/-154)
po/stellarium-skycultures/gu.po (+1187/-114)
po/stellarium-skycultures/haw.po (+1179/-109)
po/stellarium-skycultures/he.po (+1179/-109)
po/stellarium-skycultures/hi.po (+1192/-122)
po/stellarium-skycultures/hr.po (+1181/-111)
po/stellarium-skycultures/hrx.po (+4977/-0)
po/stellarium-skycultures/hu.po (+1279/-206)
po/stellarium-skycultures/hy.po (+1179/-109)
po/stellarium-skycultures/ia.po (+1179/-109)
po/stellarium-skycultures/id.po (+1183/-110)
po/stellarium-skycultures/is.po (+1574/-500)
po/stellarium-skycultures/it.po (+1198/-125)
po/stellarium-skycultures/ja.po (+1260/-190)
po/stellarium-skycultures/ka.po (+1179/-109)
po/stellarium-skycultures/kn.po (+1179/-109)
po/stellarium-skycultures/ko.po (+1183/-110)
po/stellarium-skycultures/lt.po (+1227/-154)
po/stellarium-skycultures/lv.po (+1179/-109)
po/stellarium-skycultures/mi.po (+4977/-0)
po/stellarium-skycultures/mk.po (+1331/-258)
po/stellarium-skycultures/ml.po (+1489/-416)
po/stellarium-skycultures/mr.po (+1183/-110)
po/stellarium-skycultures/ms.po (+1189/-119)
po/stellarium-skycultures/mt.po (+1179/-109)
po/stellarium-skycultures/nan.po (+1179/-109)
po/stellarium-skycultures/nb.po (+1565/-492)
po/stellarium-skycultures/nl.po (+1198/-128)
po/stellarium-skycultures/nn.po (+1179/-109)
po/stellarium-skycultures/pl.po (+1187/-114)
po/stellarium-skycultures/pt.po (+1422/-352)
po/stellarium-skycultures/pt_BR.po (+1447/-395)
po/stellarium-skycultures/ro.po (+1179/-109)
po/stellarium-skycultures/ru.po (+1195/-146)
po/stellarium-skycultures/se.po (+1179/-109)
po/stellarium-skycultures/si.po (+1185/-112)
po/stellarium-skycultures/sk.po (+1189/-116)
po/stellarium-skycultures/sl.po (+1183/-110)
po/stellarium-skycultures/sq.po (+1183/-110)
po/stellarium-skycultures/sr.po (+1179/-109)
po/stellarium-skycultures/stellarium-skycultures.pot (+104/-100)
po/stellarium-skycultures/sv.po (+1247/-177)
po/stellarium-skycultures/ta.po (+1315/-245)
po/stellarium-skycultures/te.po (+1179/-109)
po/stellarium-skycultures/th.po (+1330/-257)
po/stellarium-skycultures/tl.po (+1179/-109)
po/stellarium-skycultures/tr.po (+1186/-119)
po/stellarium-skycultures/uk.po (+1190/-140)
po/stellarium-skycultures/vi.po (+1179/-109)
po/stellarium-skycultures/zh_CN.po (+1458/-388)
po/stellarium-skycultures/zh_HK.po (+1458/-388)
po/stellarium-skycultures/zh_TW.po (+1337/-267)
po/stellarium/CMakeLists.txt (+2/-1)
po/stellarium/POTFILES.in (+39/-0)
po/stellarium/af.po (+3741/-735)
po/stellarium/ar.po (+3871/-817)
po/stellarium/ast.po (+3715/-688)
po/stellarium/az.po (+3579/-665)
po/stellarium/be.po (+3889/-814)
po/stellarium/bg.po (+3785/-751)
po/stellarium/bn.po (+3585/-659)
po/stellarium/bo.po (+3457/-640)
po/stellarium/br.po (+3701/-712)
po/stellarium/bs.po (+3832/-743)
po/stellarium/ca.po (+3801/-794)
po/stellarium/cs.po (+3931/-815)
po/stellarium/cy.po (+3614/-668)
po/stellarium/da.po (+3778/-797)
po/stellarium/de.po (+3881/-806)
po/stellarium/dv.po (+3457/-640)
po/stellarium/el.po (+3740/-741)
po/stellarium/en.po (+3613/-649)
po/stellarium/en_AU.po (+3922/-895)
po/stellarium/en_CA.po (+3878/-859)
po/stellarium/en_GB.po (+3949/-874)
po/stellarium/eo.po (+3596/-685)
po/stellarium/es.po (+3888/-796)
po/stellarium/et.po (+3718/-717)
po/stellarium/eu.po (+4149/-1059)
po/stellarium/fa.po (+3806/-765)
po/stellarium/fi.po (+3818/-810)
po/stellarium/fil.po (+3681/-669)
po/stellarium/fr.po (+3840/-764)
po/stellarium/fy.po (+3458/-645)
po/stellarium/ga.po (+3578/-644)
po/stellarium/gl.po (+3907/-796)
po/stellarium/gu.po (+3477/-642)
po/stellarium/gv.po (+3457/-640)
po/stellarium/haw.po (+3590/-647)
po/stellarium/he.po (+3722/-721)
po/stellarium/hi.po (+3713/-691)
po/stellarium/hr.po (+3782/-787)
po/stellarium/hrx.po (+3633/-807)
po/stellarium/hu.po (+3767/-765)
po/stellarium/hy.po (+3727/-690)
po/stellarium/ia.po (+3457/-640)
po/stellarium/id.po (+3793/-791)
po/stellarium/is.po (+3768/-761)
po/stellarium/it.po (+3889/-786)
po/stellarium/ja.po (+3816/-824)
po/stellarium/ka.po (+3714/-742)
po/stellarium/kn.po (+3677/-675)
po/stellarium/ko.po (+3762/-784)
po/stellarium/lt.po (+3722/-760)
po/stellarium/lv.po (+3686/-669)
po/stellarium/mi.po (+5227/-0)
po/stellarium/mk.po (+3737/-736)
po/stellarium/ml.po (+3923/-910)
po/stellarium/mr.po (+3729/-734)
po/stellarium/ms.po (+3822/-744)
po/stellarium/mt.po (+3652/-658)
po/stellarium/nan.po (+3457/-640)
po/stellarium/nb.po (+3915/-825)
po/stellarium/nl.po (+3805/-805)
po/stellarium/nn.po (+3907/-884)
po/stellarium/oc.po (+3493/-664)
po/stellarium/pl.po (+3838/-759)
po/stellarium/pt.po (+3794/-796)
po/stellarium/pt_BR.po (+4035/-900)
po/stellarium/ro.po (+3719/-722)
po/stellarium/ru.po (+3828/-792)
po/stellarium/sco.po (+3503/-641)
po/stellarium/se.po (+3457/-640)
po/stellarium/si.po (+3746/-752)
po/stellarium/sk.po (+3791/-791)
po/stellarium/sl.po (+3711/-716)
po/stellarium/sq.po (+3713/-721)
po/stellarium/sr.po (+3767/-771)
po/stellarium/stellarium.pot (+3535/-607)
po/stellarium/sv.po (+3872/-829)
po/stellarium/ta.po (+3686/-761)
po/stellarium/te.po (+3500/-638)
po/stellarium/th.po (+3863/-775)
po/stellarium/tl.po (+3655/-661)
po/stellarium/tr.po (+3805/-795)
po/stellarium/uk.po (+3836/-790)
po/stellarium/vi.po (+3672/-670)
po/stellarium/zh_CN.po (+3762/-753)
po/stellarium/zh_HK.po (+3833/-827)
po/stellarium/zh_TW.po (+3723/-725)
scripts/landscapes.ssc (+1/-1)
scripts/lunar_partial.ssc (+1/-5)
scripts/lunar_total.ssc (+1/-5)
scripts/solar_eclipse.ssc (+1/-1)
scripts/zodiac.ssc (+1/-1)
skycultures/arabic/CMakeLists.txt (+1/-1)
skycultures/arabic/description.be.utf8 (+63/-0)
skycultures/arabic/star_names.fab (+8/-8)
skycultures/aztec/CMakeLists.txt (+1/-1)
skycultures/aztec/description.be.utf8 (+97/-0)
skycultures/chinese/CMakeLists.txt (+1/-1)
skycultures/chinese/description.be.utf8 (+38/-0)
skycultures/egyptian/CMakeLists.txt (+1/-1)
skycultures/egyptian/description.be.utf8 (+21/-0)
skycultures/inuit/CMakeLists.txt (+1/-1)
skycultures/inuit/description.be.utf8 (+38/-0)
skycultures/korean/CMakeLists.txt (+1/-1)
skycultures/korean/constellation_names.eng.fab (+1/-1)
skycultures/korean/description.be.utf8 (+15/-0)
skycultures/lakota/CMakeLists.txt (+1/-1)
skycultures/lakota/description.be.utf8 (+16/-0)
skycultures/maori/CMakeLists.txt (+1/-2)
skycultures/maori/description.be.utf8 (+11/-0)
skycultures/navajo/CMakeLists.txt (+1/-1)
skycultures/navajo/description.be.utf8 (+17/-0)
skycultures/norse/CMakeLists.txt (+1/-1)
skycultures/norse/description.be.utf8 (+10/-0)
skycultures/polynesian/CMakeLists.txt (+1/-1)
skycultures/polynesian/description.be.utf8 (+11/-0)
skycultures/sami/CMakeLists.txt (+1/-1)
skycultures/sami/description.be.utf8 (+35/-0)
skycultures/tupi/CMakeLists.txt (+1/-1)
skycultures/tupi/description.be.utf8 (+23/-0)
skycultures/western/CMakeLists.txt (+1/-1)
skycultures/western/description.be.utf8 (+18/-0)
skycultures/western/star_names.fab (+1/-1)
src/CLIProcessor.cpp (+1/-1)
src/CLIProcessor.hpp (+1/-1)
src/CMakeLists.txt (+23/-10)
src/StelLogger.cpp (+40/-3)
src/StelLogger.hpp (+1/-1)
src/StelMainGraphicsView.cpp (+10/-2)
src/StelMainGraphicsView.hpp (+1/-1)
src/StelMainWindow.cpp (+7/-2)
src/StelMainWindow.hpp (+1/-1)
src/core/MultiLevelJsonBase.cpp (+1/-1)
src/core/MultiLevelJsonBase.hpp (+1/-1)
src/core/OctahedronPolygon.cpp (+1/-1)
src/core/OctahedronPolygon.hpp (+1/-1)
src/core/RefractionExtinction.cpp (+17/-4)
src/core/RefractionExtinction.hpp (+30/-23)
src/core/SimbadSearcher.cpp (+1/-1)
src/core/SimbadSearcher.hpp (+1/-1)
src/core/SphericMirrorCalculator.cpp (+1/-1)
src/core/SphericMirrorCalculator.hpp (+1/-1)
src/core/StelApp.cpp (+15/-9)
src/core/StelApp.hpp (+1/-1)
src/core/StelAppGraphicsWidget.cpp (+1/-1)
src/core/StelAppGraphicsWidget.hpp (+1/-1)
src/core/StelAudioMgr.cpp (+1/-1)
src/core/StelAudioMgr.hpp (+1/-1)
src/core/StelCore.cpp (+1/-1)
src/core/StelCore.hpp (+1/-1)
src/core/StelFader.hpp (+1/-1)
src/core/StelFileMgr.cpp (+1/-1)
src/core/StelFileMgr.hpp (+1/-1)
src/core/StelGeodesicGrid.cpp (+1/-1)
src/core/StelGeodesicGrid.hpp (+1/-1)
src/core/StelGuiBase.cpp (+1/-1)
src/core/StelGuiBase.hpp (+1/-1)
src/core/StelIniParser.cpp (+1/-1)
src/core/StelIniParser.hpp (+1/-1)
src/core/StelJsonParser.cpp (+1/-1)
src/core/StelJsonParser.hpp (+1/-1)
src/core/StelLoadingBar.cpp (+1/-1)
src/core/StelLoadingBar.hpp (+1/-1)
src/core/StelLocaleMgr.cpp (+1/-1)
src/core/StelLocaleMgr.hpp (+1/-1)
src/core/StelLocation.cpp (+1/-1)
src/core/StelLocation.hpp (+1/-1)
src/core/StelLocationMgr.cpp (+1/-1)
src/core/StelLocationMgr.hpp (+1/-1)
src/core/StelModule.cpp (+1/-1)
src/core/StelModule.hpp (+1/-1)
src/core/StelModuleMgr.cpp (+1/-1)
src/core/StelModuleMgr.hpp (+1/-1)
src/core/StelMovementMgr.cpp (+1/-1)
src/core/StelMovementMgr.hpp (+1/-1)
src/core/StelObject.cpp (+32/-14)
src/core/StelObject.hpp (+2/-2)
src/core/StelObjectMgr.cpp (+1/-1)
src/core/StelObjectMgr.hpp (+1/-1)
src/core/StelObjectModule.cpp (+1/-1)
src/core/StelObjectModule.hpp (+1/-1)
src/core/StelObjectType.hpp (+1/-1)
src/core/StelObserver.cpp (+1/-1)
src/core/StelObserver.hpp (+1/-1)
src/core/StelPainter.cpp (+1/-1)
src/core/StelPainter.hpp (+1/-1)
src/core/StelPluginInterface.hpp (+1/-1)
src/core/StelProjector.cpp (+1/-1)
src/core/StelProjector.hpp (+1/-1)
src/core/StelProjectorClasses.cpp (+1/-1)
src/core/StelProjectorClasses.hpp (+1/-1)
src/core/StelProjectorType.hpp (+1/-1)
src/core/StelSkyCultureMgr.cpp (+1/-1)
src/core/StelSkyCultureMgr.hpp (+1/-1)
src/core/StelSkyDrawer.cpp (+15/-5)
src/core/StelSkyDrawer.hpp (+1/-1)
src/core/StelSkyImageTile.cpp (+1/-1)
src/core/StelSkyImageTile.hpp (+1/-1)
src/core/StelSkyLayer.cpp (+1/-1)
src/core/StelSkyLayer.hpp (+1/-1)
src/core/StelSkyLayerMgr.cpp (+1/-1)
src/core/StelSkyLayerMgr.hpp (+1/-1)
src/core/StelSkyPolygon.cpp (+1/-1)
src/core/StelSkyPolygon.hpp (+1/-1)
src/core/StelSphereGeometry.cpp (+1/-1)
src/core/StelSphereGeometry.hpp (+1/-1)
src/core/StelSphericalIndex.cpp (+1/-1)
src/core/StelSphericalIndex.hpp (+1/-1)
src/core/StelTexture.cpp (+1/-1)
src/core/StelTexture.hpp (+1/-1)
src/core/StelTextureMgr.cpp (+1/-1)
src/core/StelTextureMgr.hpp (+1/-1)
src/core/StelTextureTypes.hpp (+1/-1)
src/core/StelToneReproducer.cpp (+1/-1)
src/core/StelToneReproducer.hpp (+1/-1)
src/core/StelTranslator.cpp (+1/-1)
src/core/StelTranslator.hpp (+1/-1)
src/core/StelUtils.cpp (+1/-1)
src/core/StelUtils.hpp (+1/-1)
src/core/StelVertexArray.cpp (+1/-1)
src/core/StelVertexArray.hpp (+1/-1)
src/core/StelViewportEffect.cpp (+4/-5)
src/core/StelViewportEffect.hpp (+1/-1)
src/core/TrailGroup.cpp (+1/-1)
src/core/TrailGroup.hpp (+1/-1)
src/core/VecMath.hpp (+1/-1)
src/core/modules/Atmosphere.cpp (+1/-1)
src/core/modules/Atmosphere.hpp (+1/-1)
src/core/modules/Comet.cpp (+34/-7)
src/core/modules/Comet.hpp (+2/-2)
src/core/modules/Constellation.cpp (+3/-2)
src/core/modules/Constellation.hpp (+10/-9)
src/core/modules/ConstellationMgr.cpp (+209/-151)
src/core/modules/ConstellationMgr.hpp (+99/-41)
src/core/modules/GridLinesMgr.cpp (+267/-70)
src/core/modules/GridLinesMgr.hpp (+162/-57)
src/core/modules/LabelMgr.cpp (+1/-1)
src/core/modules/LabelMgr.hpp (+1/-1)
src/core/modules/Landscape.cpp (+1/-1)
src/core/modules/Landscape.hpp (+1/-1)
src/core/modules/LandscapeMgr.cpp (+10/-7)
src/core/modules/LandscapeMgr.hpp (+1/-1)
src/core/modules/Meteor.cpp (+1/-1)
src/core/modules/Meteor.hpp (+1/-1)
src/core/modules/MeteorMgr.cpp (+1/-1)
src/core/modules/MeteorMgr.hpp (+1/-1)
src/core/modules/MilkyWay.cpp (+1/-1)
src/core/modules/MilkyWay.hpp (+1/-1)
src/core/modules/MinorPlanet.cpp (+37/-9)
src/core/modules/MinorPlanet.hpp (+2/-2)
src/core/modules/Nebula.cpp (+24/-5)
src/core/modules/Nebula.hpp (+2/-2)
src/core/modules/NebulaMgr.cpp (+2/-2)
src/core/modules/NebulaMgr.hpp (+1/-1)
src/core/modules/Planet.cpp (+132/-31)
src/core/modules/Planet.hpp (+2/-2)
src/core/modules/Skybright.cpp (+1/-1)
src/core/modules/Skybright.hpp (+1/-1)
src/core/modules/Skylight.cpp (+1/-1)
src/core/modules/Skylight.hpp (+1/-1)
src/core/modules/SolarSystem.cpp (+2/-2)
src/core/modules/SolarSystem.hpp (+1/-1)
src/core/modules/Star.cpp (+1/-1)
src/core/modules/Star.hpp (+1/-1)
src/core/modules/StarMgr.cpp (+11/-6)
src/core/modules/StarMgr.hpp (+2/-2)
src/core/modules/StarWrapper.cpp (+19/-7)
src/core/modules/StarWrapper.hpp (+11/-4)
src/core/modules/ZoneArray.cpp (+39/-22)
src/core/modules/ZoneArray.hpp (+1/-1)
src/core/modules/ZoneData.hpp (+1/-1)
src/gui/AddRemoveLandscapesDialog.cpp (+8/-3)
src/gui/AddRemoveLandscapesDialog.hpp (+2/-2)
src/gui/AngleSpinBox.cpp (+5/-7)
src/gui/AngleSpinBox.hpp (+1/-1)
src/gui/AtmosphereDialog.cpp (+22/-18)
src/gui/AtmosphereDialog.hpp (+2/-2)
src/gui/AtmosphereDialog.ui (+227/-231)
src/gui/ConfigurationDialog.cpp (+158/-85)
src/gui/ConfigurationDialog.hpp (+18/-5)
src/gui/DateTimeDialog.cpp (+49/-23)
src/gui/DateTimeDialog.hpp (+5/-5)
src/gui/Dialog.cpp (+20/-2)
src/gui/Dialog.hpp (+15/-2)
src/gui/HelpDialog.cpp (+18/-7)
src/gui/HelpDialog.hpp (+2/-2)
src/gui/LocationDialog.cpp (+94/-20)
src/gui/LocationDialog.hpp (+14/-2)
src/gui/MapLabel.cpp (+1/-1)
src/gui/MapLabel.hpp (+1/-1)
src/gui/ScriptConsole.cpp (+3/-3)
src/gui/ScriptConsole.hpp (+2/-2)
src/gui/SearchDialog.cpp (+93/-58)
src/gui/SearchDialog.hpp (+13/-5)
src/gui/SkyGui.cpp (+1/-1)
src/gui/SkyGui.hpp (+1/-1)
src/gui/StelDialog.cpp (+9/-9)
src/gui/StelDialog.hpp (+33/-5)
src/gui/StelGui.cpp (+336/-127)
src/gui/StelGui.hpp (+43/-9)
src/gui/StelGuiItems.cpp (+124/-71)
src/gui/StelGuiItems.hpp (+10/-1)
src/gui/StelScriptSyntaxHighlighter.cpp (+1/-1)
src/gui/StelScriptSyntaxHighlighter.hpp (+1/-1)
src/gui/StelStyle.hpp (+1/-1)
src/gui/ViewDialog.cpp (+52/-18)
src/gui/ViewDialog.hpp (+2/-2)
src/gui/configurationDialog.ui (+20/-14)
src/gui/searchDialogGui.ui (+15/-4)
src/gui/viewDialog.ui (+1695/-1656)
src/main.cpp (+7/-10)
src/scripting/ScreenImageMgr.cpp (+1/-1)
src/scripting/ScreenImageMgr.hpp (+1/-1)
src/scripting/StelMainScriptAPI.cpp (+40/-31)
src/scripting/StelMainScriptAPI.hpp (+1/-1)
src/scripting/StelMainScriptAPIProxy.cpp (+1/-1)
src/scripting/StelMainScriptAPIProxy.hpp (+1/-1)
src/scripting/StelScriptMgr.cpp (+1/-1)
src/scripting/StelScriptMgr.hpp (+1/-1)
src/scripting/StratoscriptPreprocessor.cpp (+17/-11)
src/tests/testDates.hpp (+1/-1)
src/tests/testStelFileMgr.cpp (+1/-1)
src/tests/testStelFileMgr.hpp (+1/-1)
src/tests/testStelJsonParser.cpp (+1/-1)
src/tests/testStelJsonParser.hpp (+1/-1)
src/tests/testStelSphereGeometry.cpp (+1/-1)
src/tests/testStelSphereGeometry.hpp (+1/-1)
src/tests/testStelSphericalIndex.cpp (+1/-1)
src/tests/testStelSphericalIndex.hpp (+1/-1)
src/tests/testStelVertexArray.cpp (+1/-1)
src/tests/testStelVertexArray.hpp (+1/-1)
src/translations.h (+298/-79)
stellarium.iss.cmake (+15/-2)
To merge this branch: bzr merge lp:~stellarium/stellarium/printsky
Reviewer Review Type Date Requested Status
Pep Pujols Pending
Review via email: mp+93420@code.launchpad.net

Description of the change

I'm merge printsky branch with trunk, refactored some code and add translatable strings.// Alexander Wolf

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CHANGES-FROM-TRUNK.txt'
2--- CHANGES-FROM-TRUNK.txt 2010-12-07 15:22:03 +0000
3+++ CHANGES-FROM-TRUNK.txt 2012-02-16 14:57:33 +0000
4@@ -1,35 +1,44 @@
5-REFRACTION branch:
6+EXTINCTION branch:
7
8-Introduces changes necessary for refraction and extinction effects.
9+Introduces changes necessary for extinction effects.
10
11 Status: Partial solution, needs help.
12
13 Contributor: Georg.Zotti@univie.ac.at
14 All changes are donated to the Stellarium project for distribution under opensource licenses like GNU.
15
16-COMPUTING: core/RefractionExtinction. DONE
17-STARS: core/modules/ZoneArray::draw
18- BUG: stars appear to have a problem after magnitude loss.
19-+SELECT-MARK: StarMgr.cpp::drawPointer(). DONE
20-CLICK-IDENTIFY: core/StelObjectMgr::cleverFind(core, x, y) DONE
21-INFOSTRING: core/StelObject.cpp::getPositionInfoString(core, flags) DONE
22- new core/StelObject.cpp::getSideralPosRefr(core) DONE
23-DEEPSKY: NebulaMgr::draw(). Influences symbols and labels only.
24-+DSO TEXTURES: ---TODO. May require a vertex shader program, beyond my knowledge.
25-+SELECT-MARK: NebulaMgr::drawPointer(). DONE
26-+MILKY WAY: Should become dimmer in low sky. May require a vertex shader program, beyond my knowledge.
27-PLANETS: ---TODO. Involves StelPainter, 3D spheres, full matrices.
28- May require a vertex shader program, beyond my knowledge, sorry.
29-+SELECT-MARK: SolarSystem::drawPointer. DONE
30-RA-DEC+GAL.GRIDS: core/GridLinesMgr. TODO OR LEAVE-AS-IS
31- Requires changes in StelPainter's arc drawing methods.
32- Currently this seems not viable and will not be changed.
33-SATELLITES: Not required, practically unobservable on horizon, orbital parameters unsure, etc.
34- Should be easy, however.
35-CONSTELLATIONS: Large-scale items. Vertices could be refracted. Extinction would be a nice effect.
36- Not urgent, later.
37-METEORS NOT NECESSARY.
38-OTHER? ???
39+
40+
41+
42+2011-Oct: A new attempt in Extinction:
43+=========================================
44+
45+StelObject and derived classes: getVMagnitude() has new optional arg: withExtinction.
46+This should be set to true only for determining magnitude for drawing (draw()) and also for textual info (getInfoString()),
47+not e.g. for selection (getSelectPriority()).
48+It will also only change the result if atmosphere rendering is ON.
49+
50+StelSkyDrawer::drawPointSource
51+StelObject::getVMagnitude
52+Satellite::getVMagnitude, ::getInfoString
53+Supernova::getVMagnitude, ::getInfoString
54+Quasar::getVMagnitude, ::getInfoString
55+Satellite::getVMagnitude
56+Planet::getVMagnitude, ::getInfoString
57+Comet::getVMagnitude, ::getInfoString
58+MinorPlanet::getVMagnitude, ::getInfoString
59+Nebula::getVMagnitude, ::getInfoString
60+StarWrapper::getInfoString
61+
62+I currently have no solution for extended objects! Therefore ...
63+
64+TODO: Milky Way, Nebula figures, Constellations??
65+
66+
67+
68+================================================================================
69+
70+TODO, but maybe in yet another branch: See implementation in abandoned refraction branch!
71
72 CHANGES IN LANDSCAPE HANDLING:
73 1) Moved config.ini:[stars].init_bortle_scale to [landscape] section
74@@ -43,9 +52,6 @@
75 LandscapeMgr forwards those settings to the respective recipients.
76 TODO: make GUI aware of changed values (how?).
77
78-GUI changes: ViewDialog.ui
79-added 3 DoubleSpinBoxes for temperature, pressure, extinction coefficient into atmosphereGroupBox
80-ViewDialog.cpp: TODO: when switching landscapes, new data only load partially into GUI. No idea why!
81
82 CHANGES IN ASTR.COMPUTATIONS
83 planetsephems/sideral_time.[hc]: added get_mean_ecliptical_obliquity(double JDE),
84
85=== modified file 'CMakeLists.txt'
86--- CMakeLists.txt 2011-08-22 14:50:48 +0000
87+++ CMakeLists.txt 2012-02-16 14:57:33 +0000
88@@ -12,7 +12,7 @@
89 PROJECT(Stellarium)
90 SET(STELLARIUM_MAJOR "0")
91 SET(STELLARIUM_MINOR "11")
92-SET(STELLARIUM_PATCH "0")
93+SET(STELLARIUM_PATCH "2")
94 SET(VERSION "${STELLARIUM_MAJOR}.${STELLARIUM_MINOR}.${STELLARIUM_PATCH}")
95 SET(PACKAGE stellarium)
96
97@@ -148,6 +148,8 @@
98 SET(USE_PLUGIN_SOLARSYSTEMEDITOR 1 CACHE BOOL "Define whether the Solar System Editor should be built.")
99 SET(USE_PLUGIN_SUPERNOVAE 1 CACHE BOOL "Define whether the Historical Supernova plugin should be created.")
100 SET(USE_PLUGIN_PRINTSKY 1 CACHE BOOL "Define wheter the PrintSky plugin should be created.")
101+SET(USE_PLUGIN_QUASARS 1 CACHE BOOL "Define whether the Quasars plugin should be created.")
102+SET(USE_PLUGIN_PULSARS 1 CACHE BOOL "Define whether the Pulsars plugin should be created.")
103
104 ########## Static plugins need to define includes and libraries
105 ########## for the compilation of Stellarium itself
106
107=== modified file 'COPYING'
108--- COPYING 2003-04-09 15:58:25 +0000
109+++ COPYING 2012-02-16 14:57:33 +0000
110@@ -2,7 +2,7 @@
111 Version 2, June 1991
112
113 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
114- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
115+ 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
116 Everyone is permitted to copy and distribute verbatim copies
117 of this license document, but changing it is not allowed.
118
119@@ -305,7 +305,7 @@
120
121 You should have received a copy of the GNU General Public License
122 along with this program; if not, write to the Free Software
123- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
124+ Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
125
126
127 Also add information on how to contact you by electronic and paper mail.
128
129=== modified file 'ChangeLog'
130--- ChangeLog 2011-08-04 13:20:48 +0000
131+++ ChangeLog 2012-02-16 14:57:33 +0000
132@@ -1,9 +1,77 @@
133-[development version]
134-Location window: map pointer position is updated on longitude/latitude change.
135+0.11.2 [in progress]
136+The main theme of this version seems to be localization:
137+- most of the text used by the default plug-ins is now translateable
138+- landscape names are now translatable
139+- country names are now translatable
140+
141+Oculars plug-in:
142+- added an optional control panel displayed in the upper-right corner of the screen as an alternative to the pop-up menu that was used to control it in the previous version;
143+- overhaul of the pop-up menu, the underlined letters in it can be used as keyboard shortcuts;
144+- added the ability to rearrange the items in the lists of oculars, telescopes and sensors;
145+- fixed the inappropriate flipping of the binoculars view;
146+
147+Satellites plug-in:
148+- fixed title bar of the Satellites config window not being resized with the rest of the window (LP: #900575)
149+- catalog numbers are now used to identify satellites, preventing bugs with duplicate satellites and satellites renamed in the source lists
150+- catalog number and international designator are now displayed for each satellite
151+- a simple windows to add satellites has been added (LP: #898476)
152+
153+Added to the Windows installer options to remove files left over from the previous installation.
154+Windows no longer can be dragged to unreachable positions.
155+The "Save settings" button now saves the current main window position, too.
156+The language list is now sorted by language name, not language code.
157+The "Reload style" action has been removed, as the underlying feature no longer works. If you decide to design a new visual style for Stellarium, please contact us to give you a version where it works.
158+Added distance in km (if the distance is below 0.1 AU) to the information displayed about Solar System objects. (LP: #894472)
159+Added the StelGui::getSkyGui() method to allow plug-in developers to create their own toolbars and other GUI elements.
160+Added an option to show the galactic coordinates grid and the galactic plane.
161+Added several trans-Neptunian objects (TNOs): Sedna, Quaoar, Orcus, Haumea.
162+Added the Quasars plug-in.
163+Added the Pulsars plug-in.
164+More detailed information is now added to the log file for Mac OS X.
165+Added (experimental) modelling of athmospheric extinction for point objects.
166+Changed the position of the text in the Text User Interface plug-in. (LP: #911594)
167+Added a checkbox allowing the SIMBAD on-line search to be enabled/disabled.
168+
169+Fixed:
170+- plugin names localization in the Configuration window (LP: #807402)
171+- resizing of the tabs in Configuration and View windows on language change (LP: #821386)
172+- sky lines' labels not translated on language change (LP: #811659)
173+- "Get catalog" button not translated on language change (LP: #890608)
174+- last star catalog not being offered for download (LP: #538291, LP: #890789)
175+- proxy configuration without username/password
176+- Telescope Control plug-in: mishandling of IP connections in the telescope configuration window (LP: #843837)
177+- Pluto's moon Hydra preventing the constellation from being selected in Search and scripts (LP: #894780)
178+- scripting code still being included despite ENABLE_SCRIPTING set to 0 (LP: #811505)
179+
180+0.11.1 [2011-11-04]
181+Bug fix release.
182+Added:
183+- new skyculture: Arabic
184+- new moons and rings (LP: #815484, #834336)
185+- new translations for landscapes and sky cultures (LP: #849292)
186+- geostationary satellites (LP: #837274)
187+- new cities (LP: #856343, #860206)
188+Fixed:
189+- misspelling on a star name (LP: #884795)
190+- location window: map pointer position is updated on longitude/latitude change.
191+- location window: fixed checking "Use as default" changing the name of the selected location to "New Location" (LP: #881613)
192+- Solar System Editor plug-in: a bug in the parsing of MPC lists: the epoch's Julian Day value was wrong by 0.5 JD (LP: #836839)
193+- Solar System Editor plug-in: crash while trying to browse for a local file (LP: #837396)
194+- Historical Supernovae plug-in: the plug-in's name (LP: #803157)
195+- Historical Supernovae plug-in: supernovae selected instead of nearby stars (LP: #835815)
196+- doesn't load localised description of skyculture/landscape if applanguage=system_default (LP: #845924)
197+- add/remove landscapes dialog bug in OSX 10.6.8 (LP: #812008)
198+- horizon line setting not saved (LP: #811945)
199+- the orbital period of Himalia (LP: #806174)
200+- "flag_show_fps" and "flag_show_fov" had no effect (LP: #728294)
201+- crash on selecting a landscape with misspelled planet name (LP: #835422)
202+- crash on selecting off-Earth location in the Location window (LP: #834886)
203+- crash on switching language while the Location window is open (LP: #824936)
204+- crash on using custom distortion file (LP: #871313)
205
206 0.11.0
207 New feature: atmosphere refraction support.
208-New plugin: Historical supernova.
209+New plugin: Historical Supernovae.
210 New translatable strings: landscapes.
211 New moons of solar system planets (LP: #730686).
212 New feature: using different symbols for nebula icons.
213
214=== modified file 'data/Info.plist'
215--- data/Info.plist 2011-07-02 20:00:31 +0000
216+++ data/Info.plist 2012-02-16 14:57:33 +0000
217@@ -17,7 +17,7 @@
218 <key>CFBundleSignature</key>
219 <string>????</string>
220 <key>CFBundleVersion</key>
221- <string>0.11.0</string>
222+ <string>0.11.2</string>
223 <key>LSMinimumSystemVersion</key>
224 <string>10.5.0</string>
225 </dict>
226
227=== modified file 'data/base_locations.bin.gz'
228Binary files data/base_locations.bin.gz 2010-05-01 06:02:13 +0000 and data/base_locations.bin.gz 2012-02-16 14:57:33 +0000 differ
229=== modified file 'data/base_locations.txt'
230--- data/base_locations.txt 2009-06-19 12:34:42 +0000
231+++ data/base_locations.txt 2012-02-16 14:57:33 +0000
232@@ -21,10 +21,21 @@
233 # - LandscapeKey (empty=auto)
234 Mumbai Maharashtra in R 12622,5 18.96N 72.82E 10
235 Buenos Aires Distrito Federal / Buenos Aires ar B 11928,4 34.61S 58.37W 44
236-Moskva Moskva ru B 11246,6 55.75N 37.62E 140
237+Москва Московская область ru B 11246,6 55.75N 37.62E 140
238 Karâchi Sind pk R 10807,8 24.86N 67.01E 9
239 Dilli Delhi in R 10400,9 28.67N 77.21E 234
240 São Paulo São Paulo br R 10333,2 23.53S 46.63W 736
241+Altônia Paraná br N 20,5 23.873889S 53.901944W 310
242+Corbélia Paraná br N 16,3 24.795384S 53.296051W 895
243+Entre Rios do Oeste Paraná br N 3,9 24.703889S 54.242222W 230
244+Maripá Paraná br N 5,8 24.417778S 53.830000W 402
245+Mercedes Paraná br N 4,6 24.453889S 54.161944W 415
246+Nova Santa Rosa Paraná br N 7,1 24.465833S 53.952778W 417
247+Pato Bragado Paraná br N 4 24.625833S 54.225000W 563
248+Quatro Pontes Paraná br N 3,6 24.575000S 53.976944W 427
249+Santa Helena Paraná br N 23,4 24.860019S 54.332832W 258
250+São José das Palmeiras Paraná br N 4,1 24.837778S 54.063889W 563
251+Terra Roxa Paraná br N 16,3 24.165314S 54.097281W 410
252 Manila National Capital Region ph B 10330,1 14.62N 120.97E 11
253 Istanbul Istanbul tr R 9631,7 41.01N 28.96E 46
254 Seoul Seoul kr B 9551,8 37.56N 126.99E 52
255@@ -47,7 +58,7 @@
256 Baghdâd Baghdâd iq B 5948,8 33.33N 44.44E 35
257 Lahore Punjab pk R 5903,9 31.56N 74.35E 213
258 Kolkata Bangla in R 4852,8 22.57N 88.36E 12
259-Sankt Peterburg Sankt-Peterburg ru R 4644,9 59.93N 30.32E 13
260+Санкт-Петербург Ленинградская область ru R 4644,9 59.93N 30.32E 13
261 Toronto Ontario ca R 4558,8 43.65N 79.38W 84.9490280151367
262 Bengalûru Karnataka in R 4547,3 12.97N 77.56E 875
263 Chennai Tamil Nadu in R 4466,9 13.09N 80.27E 5
264@@ -182,7 +193,7 @@
265 Fushun Liaoning cn N 1449,3 41.87N 123.88E 77
266 Taejeon Taejeon kr R 1442,2 36.33N 127.43E 59
267 Kuala Lumpur Kuala Lumpur my B 1440,3 3.16N 101.71E 71
268-Novosibirsk Novosibirsk ru R 1434,9 55.02N 82.93E 118
269+Новосибирск Новосибирская область ru R 1434,9 55.02N 82.93E 118
270 Phoenix Arizona us R 1430,9 33.54N 112.07W 363.130218505859
271 Kwangju Kwangju kr R 1426 35.16N 126.91E 44
272 Belém Pará br R 1421,9 1.44S 48.50W 0
273@@ -214,7 +225,7 @@
274 Datong Shanxi cn N 1310,4 40.08N 113.30E 1047
275 ŽAmmân ŽAmmân jo B 1308,3 31.95N 35.93E 829
276 Anshan Liaoning cn N 1305,7 41.12N 122.95E 24
277-Jekaterinburg Sverdlovsk ru R 1300 56.85N 60.60E 252
278+Екатеринбург Свердловская область ru R 1300 56.85N 60.60E 252
279 Hangzhou Zhejiang cn R 1300 30.25N 120.17E 20
280 al-Khartûm Bahrî al-Khartûm sd N 1299,1 15.64N 32.52E 383
281 Lusaka Lusaka zm B 1296,1 15.42S 28.29E 1282
282@@ -225,7 +236,7 @@
283 Semarang Jawa Tengah id R 1289,5 6.97S 110.42E 6
284 Kawasaki Kanagawa jp N 1284,9 35.53N 139.70E 19
285 Kampala Central ug B 1280,3 0.32N 32.58E 1242
286-Nizhnij Novgorod Nizhnij Novgorod ru R 1268,5 56.32N 44.00E 150
287+Нижний Новгород Нижегородская область ru R 1268,5 56.32N 44.00E 150
288 Makasar Sulawesi Selatan id R 1268,5 5.14S 119.41E 8
289 Stockholm Stockholm se B 1264,8 59.33N 18.07E 30
290 Kalyân Maharashtra in N 1264,2 19.25N 73.16E 10
291@@ -257,7 +268,7 @@
292 Vârânasî Uttar Pradesh in N 1166,2 25.32N 83.01E 79
293 Guiyang Guizhou cn R 1158,6 26.58N 106.72E 1077
294 Port-au-Prince Ouest ht B 1156,4 18.54N 72.34W 23
295-Samara Samara ru R 1152,8 53.23N 50.17E 103
296+Самара Самарская область ru R 1152,8 53.23N 50.17E 103
297 Peshâwar North-West Frontier pk R 1152 34.01N 71.54E 348
298 Seongnam Kyeonggi kr N 1148,8 37.44N 127.15E 58
299 Guarulhos São Paulo br N 1147,1 23.46S 46.49W 737
300@@ -272,9 +283,9 @@
301 Karaj Tehrân ir N 1123,2 35.80N 50.97E 1303
302 Farîdâbad Haryana in N 1117,7 28.38N 77.30E 204
303 Benin Edo ng R 1113,4 6.34N 5.62E 88
304-Rostov Rostov ru R 1112,9 47.23N 39.70E 60
305-Omsk Omsk ru R 1110,7 54.98N 73.37E 62
306-Kazan Tatarstan ru R 1108,2 55.79N 49.17E 109
307+Ростов-на-Дону Ростовская область ru R 1112,9 47.23N 39.70E 60
308+Омск Омская область ru R 1110,7 54.98N 73.37E 62
309+Казань Татарстан ru R 1108,2 55.79N 49.17E 109
310 Glasgow Scotland gb N 1101,4 55.87N 4.27W 30
311 København Københavns Kommune dk B 1100,7 55.68N 12.57E 17
312 Adelaide South Australia au R 1093,2 34.93S 138.60E 50
313@@ -283,7 +294,7 @@
314 Nanchang Jiangxi cn R 1078,3 28.68N 115.88E 42
315 Freetown Western sl B 1070,2 8.49N 13.24W 0
316 Hâora Bangla in N 1068,7 22.58N 88.33E 13
317-Cheljabinsk Cheljabinsk ru R 1068,7 55.15N 61.44E 221
318+Челябинск Челябинская область ru R 1068,7 55.15N 61.44E 221
319 Pimpri Maharashtra in N 1066,2 18.62N 73.80E 560
320 Urumqi Xinjiang cn R 1063,9 43.80N 87.58E 938
321 Allahâbâd Uttar Pradesh in N 1049,2 25.45N 81.84E 101
322@@ -292,7 +303,7 @@
323 Campinas São Paulo br N 1035,9 22.91S 47.08W 673
324 Amritsar Punjab in N 1033,7 31.64N 74.87E 231
325 Sendai Miyagi jp R 1032 38.26N 140.89E 39
326-Volgograd Volgograd ru R 1028,9 48.71N 44.48E 11
327+Волгоград Волгоградская область ru R 1028,9 48.71N 44.48E 11
328 Dublin Dublin ie B 1027,9 53.33N 6.25W 13
329 Visakhapatnam Andhra Pradesh in N 1027,2 17.73N 83.30E 19
330 Ghâziâbâd Uttar Pradesh in N 1026,1 28.66N 77.41E 206
331@@ -305,7 +316,7 @@
332 Odesa Odes'ka ua R 1018,8 46.49N 30.73E 46
333 Pucheon Kyeonggi kr N 1016,6 37.48N 126.77E 46
334 Maiduguri Borno ng R 1016,5 11.85N 13.16E 323
335-Ufa Bashkortostan ru R 1012,7 54.81N 56.07E 116
336+Уфа Башкортостан ru R 1012,7 54.81N 56.07E 116
337 Kitakyûshû Fukuoka jp N 1011 33.88N 130.86E 4
338 Mendoza Mendoza ar R 1009,1 32.89S 68.83W 747
339 Jabalpur Madhya Pradesh in N 1008 23.17N 79.94E 407
340@@ -317,7 +328,7 @@
341 Napoli Campania it R 990,7 40.85N 14.27E 6
342 Suweon Kyeonggi kr R 985,5 37.26N 127.01E 34
343 Brussel Brussel be B 983,9 50.83N 4.33E 23
344-Perm Perm ru R 980,2 58.00N 56.23E 133
345+Пермь Пермский край ru R 980,2 58.00N 56.23E 133
346 Barquisimeto Lara ve R 979,2 10.05N 69.30W 484
347 Koyampattur Tamil Nadu in N 977,9 11.01N 76.96E 423
348 Madurai Tamil Nadu in N 977,8 9.92N 78.12E 144
349@@ -334,7 +345,7 @@
350 Calgary Alberta ca N 943,4 51.05N 114.06W 1059
351 Dubayy Dubayy ae R 940,6 25.27N 55.33E 1
352 Qom Qom ir R 935,1 34.65N 50.95E 908
353-Krasnojarsk Krasnojarsk ru R 929,4 56.02N 93.06E 153
354+Красноярск Красноярский край ru R 929,4 56.02N 93.06E 153
355 Xuzhou Jiangsu cn N 926,8 34.27N 117.18E 38
356 Cartagena Bolívar co N 925,6 10.40N 75.50W 15
357 Sholâpur Maharashtra in N 924,9 17.67N 75.89E 465
358@@ -350,7 +361,7 @@
359 Irbîl Irbîl iq R 891,3 36.19N 44.02E 414
360 Gwalior Madhya Pradesh in N 876,1 26.23N 78.17E 268
361 Vijayawâda Andhra Pradesh in N 874,5 16.52N 80.63E 25
362-Saratov Saratov ru R 868,6 51.55N 46.00E 106
363+Саратов Саратовская область ru R 868,6 51.55N 46.00E 106
364 Naucalpan México mx N 867,9 19.48N 99.23W 2269
365 al-Madînah al-Madînah sa R 867,9 24.48N 39.59E 606
366 Kunming Yunnan cn R 867,2 25.05N 102.70E 1897
367@@ -382,7 +393,7 @@
368 Ulaanbaatar Ulaanbaatar mn B 819,4 47.93N 106.91E 1305
369 Qiqihar Heilongjiang cn N 818,8 47.35N 124.00E 151
370 Luoyang Henan cn N 818,3 34.68N 112.47E 147
371-Voronezh Voronezh ru R 808,6 51.72N 39.26E 90
372+Воронеж Воронежская область ru R 808,6 51.72N 39.26E 90
373 Ilorin Kwara ng R 805,8 8.50N 4.53E 322
374 Hims Hims sy R 800,9 34.73N 36.72E 513
375 Benxi Liaoning cn N 800 41.33N 123.75E 177
376@@ -461,7 +472,7 @@
377 Rîga Rîga lv B 687,7 56.97N 24.13E 7
378 Bangui Bangui cf B 687,1 4.36N 18.56E 351
379 Bhubaneswar Orissa in R 685,8 20.27N 85.84E 49
380-Toljatti Samara ru N 685 53.48N 49.51E 52
381+Тольятти Самарская область ru N 685 53.48N 49.51E 52
382 Libreville Estuaire ga B 684,8 0.39N 9.45E 19
383 L'viv L'vivs'ka ua R 684,5 49.84N 24.03E 283
384 Santo André São Paulo br N 682,9 23.65S 46.53W 754
385@@ -484,7 +495,7 @@
386 San Luis Potosí San Luis Potosí mx R 659,5 22.16N 100.98W 1866
387 Memphis Tennessee us N 653,4 35.11N 90.01W 89.5176086425781
388 Quetta Baluchistan pk R 653,3 30.21N 67.02E 1694
389-Krasnodar Krasnodar ru R 651,1 45.04N 38.96E 23
390+Краснодар Краснодарский край ru R 651,1 45.04N 38.96E 23
391 Palermo Sicilia it R 650,9 38.12N 13.36E 27
392 Hamilton Ontario ca N 646,1 43.26N 79.85W 80.8473815917969
393 Zaragoza Zaragoza es R 646,1 41.65N 0.89W 222
394@@ -512,14 +523,14 @@
395 Chiclayo Lambayeque pe R 620,9 6.76S 79.84W 31
396 N'Djaména Chari-Baguirmi td B 617,8 12.11N 15.05E 297
397 Islâmâbâd Federal Capital Area pk B 617 33.72N 73.06E 563
398-Barnaul Altaj ru R 616 53.35N 83.75E 164
399-Izhevsk Udmurtija ru R 612 56.84N 53.19E 95
400+Барнаул Алтайский край ru R 616 53.35N 83.75E 164
401+Ижевск Удмуртия ru R 612 56.84N 53.19E 95
402 Mudanjiang Heilongjiang cn N 611 44.58N 129.60E 239
403 Handan Hebei cn N 611 36.58N 114.48E 61
404 an-Najaf an-Najaf iq R 609,4 31.99N 44.33E 59
405 Surakarta Jawa Tengah id N 606,7 7.57S 110.82E 98
406-Uljanovsk Uljanovsk ru R 606,5 54.31N 48.36E 96
407-Jaroslavl Jaroslavl ru R 604,6 57.61N 39.85E 91
408+Ульяновск Ульяновская область ru R 606,5 54.31N 48.36E 96
409+Ярославль Ярославская область ru R 604,6 57.61N 39.85E 91
410 Jamshedpur Jharkhand in N 604,2 22.79N 86.20E 171
411 Diyarbakir Diyarbakir tr R 604 37.92N 40.23E 671
412 Rotterdam Zuid-Holland nl N 603,3 51.93N 4.48E 3
413@@ -549,7 +560,7 @@
414 an-Nâsirîyah Dhî Qâr iq R 587 31.04N 46.26E 9
415 Bhilai Chhattisgarh in N 586,8 21.21N 81.38E 307
416 Liaoyang Liaoning cn N 585,5 41.28N 123.18E 27
417-Irkutsk Irkutsk ru R 582,7 52.33N 104.24E 428
418+Иркутск Иркутская область ru R 582,7 52.33N 104.24E 428
419 Amrâvati Maharashtra in N 582 20.95N 77.76E 346
420 Essen Nordrhein-Westfalen de N 581,6 51.47N 7.00E 63
421 Anyang Henan cn N 579,6 36.08N 114.35E 72
422@@ -560,7 +571,7 @@
423 Hengyang Hunan cn N 575,5 26.97N 112.35E 87
424 Morelia Michoacán mx R 574,9 19.72N 101.18W 1889
425 Poznań Wielkopolskie pl R 574,1 52.40N 16.90E 92
426-Vladivostok Primorje ru R 574,1 43.13N 131.90E 56
427+Владивосток Приморский край ru R 574,1 43.13N 131.90E 56
428 Nashville Tennessee us R 573,6 36.17N 86.78W 133.904861450195
429 Hermosillo Sonora mx R 573,3 29.07N 110.97W 197
430 al-Hillah Bâbil iq R 573 32.48N 44.46E 29
431@@ -573,7 +584,7 @@
432 Denver Colorado us R 563,3 39.77N 104.87W 1608.83081054688
433 Culiacán Sinaloa mx R 563,2 24.80N 107.39W 62
434 Blantyre Blantyre City mw R 562,4 15.79S 34.99E 999
435-Orenburg Orenburg ru R 562,1 51.78N 55.10E 108
436+Оренбург Оренбургская область ru R 562,1 51.78N 55.10E 108
437 Bucaramanga Santander co N 561,2 7.13N 73.14W 847
438 Pointe Noire Kouilou cg R 561,2 4.77S 11.87E 7
439 Pekan Baru Riau id R 561,2 0.56N 101.43E 7
440@@ -585,7 +596,7 @@
441 Baoding Hebei cn N 559,4 38.87N 115.48E 21
442 Dandong Liaoning cn N 558,8 40.13N 124.40E 0
443 Funabashi Chiba jp N 558 35.70N 139.99E 5
444-Habarovsk Habarovsk ru R 557,8 48.42N 135.12E 56
445+Хабаровск Хабаровский край ru R 557,8 48.42N 135.12E 56
446 Hachiôji Tôkyô jp N 557,5 35.66N 139.33E 124
447 Monrovia Montserrado lr B 557,5 6.31N 10.80W 25
448 Abeokuta Ogun ng R 556,4 7.16N 3.35E 92
449@@ -609,7 +620,7 @@
450 Bhâvnagar Gujarat in N 541,3 21.79N 72.13E 6
451 Asunción Asunción py B 539,2 25.30S 57.63W 150
452 ŽAdan ŽAdan ye R 537,8 12.79N 45.03E 139
453-Novokuzneck Kemerovo ru N 537,7 53.75N 87.11E 204
454+Новокузнецк Кемеровская область ru N 537,7 53.75N 87.11E 204
455 Onitsha Anambra ng N 536,8 6.16N 6.78E 55
456 Kisangani Haut-Congo cd R 536 0.53N 25.19E 398
457 Petare Miranda ve N 535,8 10.52N 66.83W 1466
458@@ -633,28 +644,28 @@
459 Matola Maputo Provincia mz N 520,5 25.97S 32.46E 40
460 Xiangtan Hunan cn N 519,2 27.85N 112.90E 29
461 Samarinda Kalimantan Timur id R 517,9 0.50S 117.15E 9
462-Astrahan Astrahan ru R 517,4 46.37N 48.09E -22
463+Астрахань Астраханская область ru R 517,4 46.37N 48.09E -22
464 Hannover Niedersachsen de N 516,3 52.40N 9.73E 56
465 Puente Alto Metropolitana cl N 515,4 33.61S 70.57W 704
466 Pontianak Kalimantan Barat id R 515,3 0.02S 109.34E 0
467 Asansol Bangla in N 515,2 23.69N 86.98E 111
468-Mahackala Dagestan ru R 515 42.98N 47.51E -1
469+Махачкала Дагестан ru R 515 42.98N 47.51E -1
470 Málaga Málaga es R 514,6 36.72N 4.42W 21
471 Ajmer Rajasthan in N 514 26.45N 74.64E 477
472 Kolhâpur Maharashtra in N 514 16.70N 74.22E 563
473 Higashiôsaka Ôsaka jp N 513,8 34.67N 135.59E 3
474 San Salvador San Salvador sv B 513,4 13.69N 89.19W 652
475 Lilongwe Lilongwe City mw B 512,8 13.97S 33.80E 1026
476-Tjumen Tjumen ru R 511,7 57.17N 65.50E 74
477+Тюмень Тюменьская область ru R 511,7 57.17N 65.50E 74
478 Denpasar Bali id R 511 8.65S 115.22E 32
479 San Nicolás de los Garza Nuevo León mx N 510,5 25.75N 100.30W 505
480 Zhuzhou Hunan cn N 510,2 27.83N 113.15E 50
481 Tuanmun Xianggang cn N 510 22.41N 113.98E 12
482 az-Zarqâ' az-Zarqâ' jo R 509,8 32.07N 36.10E 592
483-Rjazan Rjazan ru R 509,5 54.60N 39.70E 140
484+Рязань Рязанская область ru R 509,5 54.60N 39.70E 140
485 Göteborg Västra Götaland se R 509,5 57.72N 12.01E 19
486 Pingdingshan Henan cn N 507,4 33.73N 113.30E 87
487-Naberezhnyje Chelny Tatarstan ru N 507 55.69N 52.32E 58
488+Набережные Челны Татарстан ru N 507 55.69N 52.32E 58
489 Duisburg Nordrhein-Westfalen de N 506,7 51.43N 6.75E 32
490 Ningbo Zhejiang cn N 506,4 29.88N 121.55E 1
491 Santiago Santiago do R 505,6 19.48N 70.69W 185
492@@ -667,7 +678,7 @@
493 Mykolayiv Mykolayivs'ka ua R 503,6 46.96N 32.01E 22
494 Maracay Aragua ve R 503,4 10.33N 67.47W 882
495 Wenzhou Zhejiang cn N 502,8 28.02N 120.65E 10
496-Penza Penza ru R 501,7 53.20N 45.00E 153
497+Пенза Пензенская область ru R 501,7 53.20N 45.00E 153
498 Ulhâsnagar Maharashtra in N 501,1 19.23N 73.15E 13
499 Aracaju Sergipe br R 499,4 10.91S 37.07W 15
500 Orûmîyeh Azarbayjân-e Bakhtari ir R 499,1 37.53N 45.00E 1520
501@@ -676,11 +687,11 @@
502 Homjel' Homjel' by R 497,2 52.43N 30.99E 135
503 Nürnberg Bayern de N 495,6 49.45N 11.05E 307
504 Leipzig Sachsen de N 494,7 51.35N 12.40E 109
505-Lipeck Lipeck ru R 493,3 52.62N 39.62E 125
506+Липецк Липецкая область ru R 493,3 52.62N 39.62E 125
507 Yogyakarta Yogyakarta id R 492,8 7.78S 110.37E 122
508 Yichang Hubei cn N 489,7 30.70N 111.28E 74
509 Toluca México mx R 489 19.29N 99.67W 2679
510-Tomsk Tomsk ru R 488,2 56.48N 84.98E 110
511+Томск Томская область ru R 488,2 56.48N 84.98E 110
512 Benoni Gauteng za N 487,7 26.15S 28.33E 1661
513 Beira Sofala mz R 487,1 19.83S 34.84E 7
514 Siâlkot Punjab pk N 486,9 32.52N 74.55E 251
515@@ -696,7 +707,7 @@
516 Tlaquepaque Jalisco mx N 477,1 20.64N 103.32W 1566
517 Mariupol' Donets'ka ua N 476,6 47.11N 37.59E 4
518 Niterói Rio de Janeiro br N 476 22.90S 43.13W 12
519-Kemerovo Kemerovo ru R 475,6 55.42N 86.08E 173
520+Кемерово Кемеровская область ru R 475,6 55.42N 86.08E 173
521 Dehra Dûn Uttaranchal in R 474,4 30.34N 78.05E 702
522 Jâmnagar Gujarat in N 474,3 22.47N 70.07E 21
523 Okene Kogi ng N 474 7.56N 6.23E 363
524@@ -762,14 +773,14 @@
525 Antwerpen Antwerpen be R 451,2 51.22N 4.42E 9
526 ash-Shâriqah ash-Shâriqah ae R 449,9 25.37N 55.41E 5
527 Utsunomiya Tochigi jp R 449,3 36.56N 139.89E 124
528-Tula Tula ru R 448,6 54.21N 37.60E 155
529+Тула Тульская область ru R 448,6 54.21N 37.60E 155
530 Mesa Arizona us N 448,3 33.42N 111.74W 399.790924072266
531 TaŽizz TaŽizz ye R 448,2 13.60N 44.04E 1255
532 Kansas City Missouri us N 446,5 39.12N 94.55W 227.181549072266
533 Ananindeua Pará br N 446,5 1.38S 48.38W 29
534 Panamá Panamá pa B 445,8 8.97N 79.53W 0
535 Luhans'k Luhans'ka ua R 445,8 48.57N 39.31E 100
536-Kirov Kirov ru R 444,5 58.60N 49.65E 164
537+Киров Кировская область ru R 444,5 58.60N 49.65E 164
538 Virginia Beach Virginia us N 444,2 36.74N 76.04W 2.71300005912781
539 Lyon Rhône fr R 443,6 45.76N 4.83E 166
540 Durango Durango mx R 443,6 24.03N 104.67W 1893
541@@ -784,7 +795,7 @@
542 Oshogbo Osun ng R 437,8 7.83N 4.58E 353
543 Panjin Liaoning cn N 436,4 41.18N 122.05E 2
544 Tirunelveli Tamil Nadu in N 435,7 8.73N 77.69E 45
545-Kaliningrad Kaliningrad ru R 435,2 54.72N 20.51E 18
546+Калининград Калининградская область ru R 435,2 54.72N 20.51E 18
547 Kurashiki Okayama jp N 434,1 34.61N 133.77E 3
548 Mâlegaon Maharashtra in N 433,5 20.56N 74.52E 434
549 Atlanta Georgia us R 433 33.76N 84.42W 299.546264648438
550@@ -797,7 +808,7 @@
551 Rasht Gîlân ir R 428,4 37.30N 49.63E -8
552 Jambi Jambi id R 427,7 1.59S 103.61E 12
553 Urfa Sanliurfa tr R 426,6 37.17N 38.79E 553
554-Cheboksary Chuvashija ru R 425,5 56.13N 47.24E 83
555+Чебоксары Чувашия ru R 425,5 56.13N 47.24E 83
556 Akola Maharashtra in N 423,8 20.71N 77.00E 291
557 Chitungwiza Harare zw N 423,8 18.00S 31.10E 1452
558 East London Eastern Cape za N 423,5 32.97S 27.87E 152
559@@ -826,12 +837,12 @@
560 Udaipur Rajasthan in N 412,5 24.58N 73.69E 585
561 Maheshtala Bangla in N 412,3 22.51N 88.23E 9
562 Donghe Nei Monggol cn N 411,9 40.60N 110.00E 1067
563-Brjansk Brjansk ru R 411,5 53.26N 34.42E 151
564-Magnitogorsk Cheljabinsk ru N 411,1 53.42N 58.97E 392
565+Брянск Брянская область ru R 411,5 53.26N 34.42E 151
566+Магнитогорск Челябинская область ru N 411,1 53.42N 58.97E 392
567 Tanggu Tianjin cn N 411,1 39.00N 117.67E 0
568 Hamadân Hamadân ir R 410,9 34.77N 48.58E 1900
569 Asyût Asyût eg R 410,5 27.19N 31.18E 61
570-Ivanovo Ivanovo ru R 409,9 57.01N 40.99E 127
571+Иваново Ивановская область ru R 409,9 57.01N 40.99E 127
572 Hsinchu Hsinchu Shih tw R 409,5 24.82N 120.98E 16
573 Pohang Kyeongsangbuk kr R 409,3 36.03N 129.37E 3
574 Garoua Nord cm R 409 9.30N 13.39E 198
575@@ -875,7 +886,7 @@
576 Jâlgaon Maharashtra in N 390,5 21.01N 75.56E 227
577 Zhangjiakou Hebei cn N 389,9 40.83N 114.93E 1058
578 Manchester England gb N 389,5 53.48N 2.25W 41
579-Kursk Kursk ru R 389,3 51.74N 36.19E 234
580+Курск Курская область ru R 389,3 51.74N 36.19E 234
581 Machida Tôkyô jp N 389,2 35.56N 139.43E 94
582 Sineuiju Pyeonganbukto kp R 389,2 40.10N 124.41E 10
583 Miami Florida us N 388,4 25.78N 80.21W 1.62900018692017
584@@ -887,7 +898,7 @@
585 Akure Ondo ng R 387,4 7.25N 5.20E 347
586 Honolulu Hawaii us R 387,4 21.32N 157.80W 94.2328414916992
587 Haikou Hainan cn R 387,4 20.05N 110.32E 10
588-Nizhnij Tagil Sverdlovsk ru N 387,1 57.93N 60.02E 233
589+Нижний Тагил Свердловская область ru N 387,1 57.93N 60.02E 233
590 Ciudad Bolívar Bolívar ve R 386,9 8.10N 63.60W 108
591 Davanagere Karnataka in N 385,4 14.46N 75.92E 606
592 Florianópolis Santa Catarina br R 384,6 27.60S 48.54W 166
593@@ -902,7 +913,7 @@
594 Soyapango San Salvador sv N 381 13.70N 89.16W 630
595 Makiyivka Donets'ka ua N 381 48.04N 37.98E 170
596 Fukuyama Hiroshima jp N 380,8 34.50N 133.37E 9
597-Tver Tver ru R 380,4 56.86N 35.91E 134
598+Тверь Тверская область ru R 380,4 56.86N 35.91E 134
599 Kaunas Kauno lt R 380,1 54.90N 23.91E 39
600 Bello Antioquia co N 379,9 6.33N 75.57W 1511
601 al-Qanitrah Gharb-Chrarda-Béni Hssen ma R 379,3 34.27N 6.58W 8
602@@ -941,7 +952,7 @@
603 Mahiljow Mahiljow by R 365,4 53.90N 30.33E 160
604 Arlington Texas us N 365 32.69N 97.13W 208.228118896484
605 Carapicuíba São Paulo br N 364,3 23.52S 46.84W 745
606-Stavropol Stavropol ru R 364 45.05N 41.97E 519
607+Ставрополь Ставропольский край ru R 364 45.05N 41.97E 519
608 Nârâyanganj Nârâyanganj bd R 363,6 23.62N 90.50E 12
609 Wuppertal Nordrhein-Westfalen de N 362,8 51.26N 7.18E 188
610 Andijon Andijon uz R 362,6 40.79N 72.34E 489
611@@ -987,7 +998,7 @@
612 Ndola Copperbelt zm R 348,3 12.97S 28.64E 1292
613 Boksburg Gauteng za N 348,1 26.27S 28.23E 1575
614 Campina Grande Paraíba br N 347,7 7.23S 35.88W 516
615-Ulan-Ude Burjatija ru R 347,1 51.83N 107.60E 535
616+Улан-Удэ Бурятия ru R 347,1 51.83N 107.60E 535
617 London Ontario ca N 347 42.97N 81.24W 245.773452758789
618 San José San José cr B 346,8 9.93N 84.08W 1164
619 Ciputat Banten id N 346,7 6.23S 106.68E 22
620@@ -1002,7 +1013,7 @@
621 Jinxi Liaoning cn N 344,3 40.75N 120.83E 15
622 Piracicaba São Paulo br N 343,9 22.71S 47.64W 527
623 Mazatlán Sinaloa mx N 343,8 23.22N 106.42W 10
624-Arhangelsk Arhangelsk ru R 343,5 64.54N 40.54E 0
625+Архангельск Архангельская область ru R 343,5 64.54N 40.54E 0
626 Buraydah Qasîm sa R 342,4 26.37N 43.97E 623
627 Cusco Cusco pe R 342,1 13.52S 71.99W 3480
628 Neiva Huila co N 341,8 2.94N 75.27W 518
629@@ -1031,7 +1042,7 @@
630 Irapuato Guanajuato mx N 335,9 20.68N 101.36W 1723
631 Nuevo Laredo Tamaulipas mx N 335,8 27.48N 99.51W 124.971954345703
632 Bellary Karnataka in N 335,8 15.14N 76.91E 457
633-Belgorod Belgorod ru R 335,8 50.61N 36.58E 170
634+Белгород Белгородская область ru R 335,8 50.61N 36.58E 170
635 Muzaffarnagar Uttar Pradesh in N 335,3 29.48N 77.69E 247
636 Bauru São Paulo br N 335,2 22.33S 49.08W 529
637 Kashiwa Chiba jp N 335,1 35.87N 139.97E 10
638@@ -1054,11 +1065,11 @@
639 Taipo Xianggang cn N 329 22.45N 114.16E 14
640 Tampa Florida us N 328,7 27.96N 82.48W 8.31035423278809
641 ad-Dawhah ad-Dawhah qa R 328,5 25.30N 51.51E 19
642-Kaluga Kaluga ru R 328,5 54.54N 36.29E 195
643-Kurgan Kurgan ru R 328,2 55.44N 65.32E 79
644+Калуга Калужская область ru R 328,5 54.54N 36.29E 195
645+Курган Курганская область ru R 328,2 55.44N 65.32E 79
646 São Vicente São Paulo br N 327,7 23.96S 46.39W 9
647 Simkent Ontüstik Kazakstan kz R 327 42.32N 69.59E 526
648-Volzhskij Volgograd ru N 327 48.82N 44.74E 17
649+Волжский Волгоградская область ru N 327 48.82N 44.74E 17
650 Hulan Ergi Heilongjiang cn N 327 47.21N 123.61E 155
651 Canoas Rio Grande do Sul br N 326,9 29.92S 51.18W 24
652 Holguín Holguín cu R 326,6 20.89N 76.25W 142
653@@ -1072,7 +1083,7 @@
654 Jundiaí São Paulo br N 324,7 23.20S 46.88W 720
655 Komîllâ Komîllâ bd R 324,3 23.46N 91.17E 17
656 Zhongshan Guangdong cn N 324,1 22.53N 113.35E 9
657-Vladikavkaz Alanija ru R 323,9 43.03N 44.67E 687
658+Владикавказ Алания ru R 323,9 43.03N 44.67E 687
659 Raleigh North Carolina us R 323,8 35.82N 78.66W 83.0435638427734
660 Bielefeld Nordrhein-Westfalen de N 323,7 52.03N 8.53E 123
661 Luzhou Sichuan cn N 323,7 28.88N 105.38E 282
662@@ -1080,7 +1091,7 @@
663 Titwân Tangier-Tétouan ma N 323,5 35.58N 5.37W 134
664 Maturín Monagas ve R 323,3 9.75N 63.17W 68
665 Seremban Negeri Sembilan my R 323 2.71N 101.95E 62
666-Orjol Orjol ru R 322,6 52.97N 36.07E 145
667+Орёл Орловская область ru R 322,6 52.97N 36.07E 145
668 Montes Claros Minas Gerais br N 321,8 16.72S 43.86W 621
669 Vitória Espírito Santo br R 321,2 20.31S 40.31W 4
670 Kuantan Pahang my R 321,2 3.82N 103.34E 7
671@@ -1104,12 +1115,12 @@
672 Mathura Uttar Pradesh in N 316,6 27.50N 77.68E 190
673 Leicester England gb N 316,5 52.64N 1.13W 60
674 al-Qadârif al-Qadârif sd R 316,4 14.04N 35.38E 596
675-Chita Chita ru R 316,1 52.05N 113.46E 646
676+Чита Читинская область ru R 316,1 52.05N 113.46E 646
677 Anápolis Goiás br N 316 16.32S 48.96W 1032
678 Koshigaya Saitama jp N 315,7 35.89N 139.79E 7
679 Shâhjahânpur Uttar Pradesh in N 315,6 27.88N 79.90E 152
680 Hrodna Hrodna by R 315,5 53.67N 23.83E 107
681-Sochi Krasnodar ru N 315,4 43.58N 39.74E 85
682+Сочи Краснодарский край ru N 315,4 43.58N 39.74E 85
683 Chandrapur Maharashtra in N 315,3 19.96N 79.30E 193
684 Lârkâna Sind pk N 315,2 27.56N 68.21E 55
685 San Miguelito Panamá pa N 314,8 9.03N 79.50W 43
686@@ -1127,7 +1138,7 @@
687 Ni Dilli Delhi in C 312,3 28.60N 77.22E 216
688 al-Fayyûm al-Fayyûm eg R 311,9 29.31N 30.84E 32
689 BaŽqûbah Diyalâ iq R 311,8 33.75N 44.64E 52
690-Murmansk Murmansk ru R 311,8 68.96N 33.08E 0
691+Мурманск Мурманская область ru R 311,8 68.96N 33.08E 0
692 Porto Velho Rondônia br R 311,6 8.76S 63.91W 88
693 Bari Puglia it R 311,6 41.12N 16.87E 13
694 Noida Uttar Pradesh in N 311,4 28.58N 77.33E 207
695@@ -1169,7 +1180,7 @@
696 Sandakan Sabah my N 305,7 5.85N 118.11E 37
697 Catania Sicilia it N 305,6 37.50N 15.08E 33
698 Kitwe Copperbelt zm N 305,3 12.81S 28.22E 1223
699-Smolensk Smolensk ru R 305,1 54.79N 32.05E 182
700+Смоленск Смоленская область ru R 305,1 54.79N 32.05E 182
701 Posadas Misiones ar R 305 27.40S 55.91W 125
702 Denizli Denizli tr R 304,8 37.78N 29.08E 402
703 Soacha Cundinamarca co N 304,6 4.58N 74.22W 2564
704@@ -1179,7 +1190,7 @@
705 Nizâmâbâd Andhra Pradesh in N 304 18.68N 78.10E 389
706 Rohtak Haryana in N 303,8 28.90N 76.58E 229
707 Alacant Alacant es R 303,6 38.35N 0.48W 82
708-Nalchik Kabardino-Balkarija ru R 303,4 43.49N 43.61E 484
709+Нальчик Кабардино-Балкария ru R 303,4 43.49N 43.61E 484
710 Kherson Khersons'ka ua R 303,4 46.65N 32.60E 49
711 Sariweon Hwanghaebukto kp R 303,4 38.51N 125.76E 23
712 Zanjân Zanjân ir R 303,3 36.67N 48.50E 1661
713@@ -1189,9 +1200,9 @@
714 Guarujá São Paulo br N 301,9 24.00S 46.27W 124
715 al-Mubarraz ash-Sharqîyah sa N 301,7 25.43N 49.57E 149
716 Okâra Punjab pk N 301,2 30.81N 73.45E 183
717-Cherepovec Vologda ru N 301 59.14N 37.91E 130
718+Череповец Вологодская область ru N 301 59.14N 37.91E 130
719 Ribeirão das Neves Minas Gerais br N 300,2 19.76S 44.08W 796
720-Vladimir Vladimir ru R 300,1 56.15N 40.41E 133
721+Владимир Владимирская область ru R 300,1 56.15N 40.41E 133
722 Khamîs Mushayt ŽAsîr sa N 300 18.31N 42.73E 2001
723 Taraz Taraz kz R 299,8 42.90N 71.37E 624
724 al-Hufûf ash-Sharqîyah sa N 299,6 25.35N 49.58E 156
725@@ -1210,7 +1221,7 @@
726 Ôtsu Shiga jp R 297,9 35.01N 135.87E 83
727 Celaya Guanajuato mx N 297,8 20.52N 100.82W 1758
728 Maroua Nord Extrème cm R 297,6 10.58N 14.33E 397
729-Surgut Hanty-Mansija ru N 297,1 61.25N 73.39E 0
730+Сургутt Ханты-Мансийский АО ru N 297,1 61.25N 73.39E 0
731 Bhîlwâra Rajasthan in N 296,8 25.35N 74.63E 425
732 Victoria British Columbia ca R 296,7 48.43N 123.37W 14
733 Zunyi Guizhou cn N 296,7 27.70N 106.92E 871
734@@ -1222,7 +1233,7 @@
735 Fîrozâbâd Uttar Pradesh in N 295,4 27.15N 78.39E 168
736 Wad Madanî al-Jazîrah sd R 295,4 14.40N 33.51E 412
737 Kasugai Aichi jp N 294,9 35.24N 136.98E 21
738-Saransk Mordovija ru R 294,8 54.18N 45.16E 138
739+Саранск Мордовия ru R 294,8 54.18N 45.16E 138
740 Elazig Elazig tr R 294,8 38.68N 39.23E 1088
741 Yokkaichi Mie jp N 294,5 34.97N 136.64E 1
742 Brèst Brèst by R 294,4 52.12N 23.68E 141
743@@ -1263,7 +1274,7 @@
744 Sumy Sums'ka ua R 283,5 50.93N 34.79E 145
745 Quanwan Xianggang cn N 283,5 22.37N 114.11E 35
746 Khefa Khefa il R 283,4 32.82N 34.99E 25
747-Vologda Vologda ru R 283,2 59.23N 39.90E 118
748+Вологда Вологодская область ru R 283,2 59.23N 39.90E 118
749 Kuala Terengganu Terengganu my R 283,2 5.33N 103.14E 14
750 Pekalongan Jawa Tengah id N 283,1 6.88S 109.66E 7
751 Karlsruhe Baden-Württemberg de N 283 49.00N 8.40E 117
752@@ -1275,7 +1286,7 @@
753 Öskemen Sigis Kazakstan kz R 282,4 49.97N 82.61E 289
754 Blumenau Santa Catarina br N 282,4 26.92S 49.09W 21
755 Petrópolis Rio de Janeiro br N 282,4 22.51S 43.20W 852
756-Taganrog Rostov ru N 282 47.23N 38.90E 21
757+Таганрог Ростовская область ru N 282 47.23N 38.90E 21
758 Kasûr Punjab pk N 281,8 31.12N 74.45E 215
759 Chinju Kyeongsangnam kr N 281,8 35.19N 128.08E 37
760 Newark New Jersey us N 281,7 40.72N 74.17W 3.56300020217896
761@@ -1295,7 +1306,7 @@
762 Dasarahalli Karnataka in N 279,3 13.01N 77.49E 887
763 Tegucigalpa Francisco Morazán hn B 279 14.09N 87.22W 994
764 Ichinomiya Aichi jp N 278,9 35.30N 136.80E 12
765-Tambov Tambov ru R 278,7 52.72N 41.42E 141
766+Тамбов Тамбовская область ru R 278,7 52.72N 41.42E 141
767 Anchorage Alaska us N 278,6 61.18N 149.19W 206.081832885742
768 Sivas Sivas tr R 278,5 39.75N 37.02E 1282
769 Valparaíso Valparaíso cl R 278 33.04S 71.64W 107
770@@ -1342,11 +1353,11 @@
771 Safâqis Safâqis tn R 271 34.75N 10.72E 15
772 Zhytomyr Zhytomyrs'ka ua R 270,8 50.26N 28.66E 221
773 Münster Nordrhein-Westfalen de N 270,2 51.96N 7.62E 59
774-Komsomolsk-na-Amure Habarovsk ru N 270,1 50.56N 137.00E 35
775+Комсомольск-на-Амуре Хабаровский край ru N 270,1 50.56N 137.00E 35
776 Barîsâl Barîsâl bd R 269,9 22.70N 90.37E 12
777 Nottingham England gb N 269,4 52.97N 1.18W 33
778 Itagüí Antioquia co N 269,3 6.17N 75.62W 1595
779-Kostroma Kostroma ru R 269,1 57.77N 40.94E 110
780+Кострома Костромская область ru R 269,1 57.77N 40.94E 110
781 Vigo Pontevedra es N 268,3 42.22N 8.71W 41
782 Suihua Heilongjiang cn N 267,9 46.63N 126.98E 181
783 Pyeongtaek Kyeonggi kr N 267,8 36.98N 127.10E 10
784@@ -1375,7 +1386,7 @@
785 Stoke-on-Trent England gb N 264,5 53.01N 2.19W 115
786 Cheju Cheju kr R 264,5 33.51N 126.52E 15
787 Heze Shandong cn N 264,4 35.23N 115.45E 55
788-Sterlitamak Bashkortostan ru N 263,6 53.64N 55.95E 155
789+Стерлитамак Башкортостан ru N 263,6 53.64N 55.95E 155
790 Tumkûr Karnataka in N 263,4 13.34N 77.10E 820
791 Mönchengladbach Nordrhein-Westfalen de N 263,3 51.20N 6.42E 79
792 Yingcheng Hubei cn N 263,2 30.94N 113.57E 31
793@@ -1396,7 +1407,7 @@
794 Makurdi Benue ng R 259,4 7.73N 8.53E 111
795 Uberaba Minas Gerais br N 259,2 19.76S 47.94W 797
796 Purwokerto Jawa Tengah id N 259,2 7.43S 109.24E 78
797-Joshkar-Ola Marij El ru R 258,7 56.64N 47.87E 100
798+Йошкар-Ола Марий Эл ru R 258,7 56.64N 47.87E 100
799 Ljubljana Osrednjeslovenska si B 258,7 46.06N 14.51E 299
800 Mianyang Sichuan cn N 258,7 31.47N 104.77E 459
801 Changde Hunan cn N 257,9 29.03N 111.68E 27
802@@ -1427,7 +1438,7 @@
803 Ado Ekiti ng R 252,7 7.67N 5.27E 376
804 Ensenada Baja California mx N 252,7 31.87N 116.62W 6
805 Xuchang Henan cn N 252,6 34.02N 113.82E 75
806-Petrozavodsk Karelija ru R 252,5 61.79N 34.34E 0
807+Петрозаводск Карелия ru R 252,5 61.79N 34.34E 0
808 Pematang Siantar Sumatera Utara id N 252,1 2.96N 99.06E 396
809 Governador Valadares Minas Gerais br N 252 18.87S 41.97W 174
810 Huaiyin Jiangsu cn N 252 33.58N 119.03E 11
811@@ -1447,14 +1458,14 @@
812 Cascavel Paraná br N 250 24.96S 53.46W 770
813 Chemnitz Sachsen de N 249,9 50.83N 12.92E 302
814 Satif Satif dz R 249,7 36.19N 5.41E 1085
815-Dzerzhinsk Nizhnij Novgorod ru N 249,7 56.27N 43.40E 104
816+Дзержинск Нижегородская область ru N 249,7 56.27N 43.40E 104
817 Râmagundam Andhra Pradesh in N 249,5 18.80N 79.45E 147
818 Jâlna Maharashtra in N 249,5 19.85N 75.88E 502
819 Baicheng Jilin cn N 249,3 45.62N 122.82E 153
820 Aachen Nordrhein-Westfalen de N 249,2 50.77N 6.09E 181
821 Częstochowa Śląskie pl N 249,2 50.81N 19.13E 247
822 Plymouth England gb N 248,7 50.38N 4.16W 54
823-Novorossijsk Krasnodar ru N 248,6 44.72N 37.77E 14
824+Новороссийск Краснодарский край ru N 248,6 44.72N 37.77E 14
825 Jixi Heilongjiang cn N 248,6 45.30N 130.97E 202
826 Ede Osun ng N 248,4 7.73N 4.52E 355
827 Boa Vista Roraima br R 248,2 2.83N 60.66W 78
828@@ -1470,7 +1481,7 @@
829 Santa Maria Rio Grande do Sul br N 246,5 29.69S 53.83W 96
830 Malmö Skåne se R 246,5 55.61N 13.02E 3
831 Sâgar Madhya Pradesh in N 246,1 23.85N 78.75E 522
832-Nizhnevartovsk Hanty-Mansija ru N 246,1 60.94N 76.54E 0
833+Нижневартовск Ханты-Мансийский АО ru N 246,1 60.94N 76.54E 0
834 Norfolk Virginia us N 246,1 36.92N 76.24W 3.74600005149841
835 Welkom Free State za N 246,1 27.97S 26.73E 1372
836 Floridablanca Santander co N 245,9 7.07N 73.10W 864
837@@ -1483,7 +1494,7 @@
838 Palmira Valle del Cauca co N 245,2 3.55N 76.30W 1008
839 Oshawa Ontario ca N 245,1 43.89N 78.86W 103.822998046875
840 Durg Chhattisgarh in N 244,9 21.20N 81.28E 291
841-Bratsk Irkutsk ru N 244,9 56.30N 101.71E 397
842+Братск Иркутская область ru N 244,9 56.30N 101.71E 397
843 Semey Sigis Kazakstan kz N 244,8 50.43N 80.27E 209
844 Avadi Tamil Nadu in N 244,6 13.12N 80.11E 29
845 Santa Catarina Nuevo León mx N 244,5 25.67N 100.47W 737
846@@ -1520,7 +1531,7 @@
847 Krefeld Nordrhein-Westfalen de N 239 51.33N 6.55E 44
848 Satna Madhya Pradesh in N 238,9 24.58N 80.83E 322
849 Buenaventura Valle del Cauca co N 238,8 3.89N 77.04W 0
850-Groznyj Chechenija ru R 238,8 43.31N 45.68E 129
851+Грозный Чечня ru R 238,8 43.31N 45.68E 129
852 Ranghulu Heilongjiang cn N 238,7 46.65N 124.86E 152
853 Kurume Fukuoka jp N 238,6 33.31N 130.51E 13
854 Balikesir Balikesir tr R 238,3 39.65N 27.88E 145
855@@ -1531,7 +1542,7 @@
856 Changhwa Changhwa tw R 237,9 24.08N 120.52E 11
857 Trabzon Trabzon tr R 237,8 41.00N 39.71E 114
858 Los Reyes México mx N 237,7 19.36N 98.98W 2240
859-Orsk Orenburg ru N 237,7 51.21N 58.63E 217
860+Орск Оренбургская область ru N 237,7 51.21N 58.63E 217
861 Kirovohrad Kirovohrads'ka ua R 237,5 48.51N 32.27E 128
862 Granada Granada es R 237,5 37.17N 3.59W 704
863 L'Hospitalet de Llobregat Barcelona es N 237,4 41.35N 2.10E 13
864@@ -1563,7 +1574,7 @@
865 Fuchû Tôkyô jp N 234 35.67N 139.48E 75
866 Pondicherry Pondicherry in R 233,9 11.94N 79.83E 9
867 Kikwit Bandundu cd N 233,7 5.03S 18.81E 421
868-Angarsk Irkutsk ru N 233,5 52.57N 103.91E 428
869+Ангарск Иркутская область ru N 233,5 52.57N 103.91E 428
870 Damaturu Yobe ng R 233,3 11.75N 11.96E 370
871 Hebi Henan cn N 233,2 35.95N 114.22E 202
872 North Dum Dum Bangla in N 233,1 22.64N 88.41E -2
873@@ -1589,7 +1600,7 @@
874 Ploiesti Prahova ro N 230,1 44.94N 26.03E 153
875 Tasikmalaya Jawa Barat id N 230,1 7.32S 108.21E 359
876 Kajang-Sungai Chua Selangor my N 230,1 2.98N 101.77E 30
877-Zeljenograd Moskva ru N 230 55.94N 37.29E 192
878+Зеленоград Московская область ru N 230 55.94N 37.29E 192
879 Aktöbe Aktöbe kz R 229,9 50.28N 57.17E 212
880 Georgetown Demerara-Mahaica gy C 229,6 6.79N 58.16W 4
881 Tongchuan Shaanxi cn N 229,4 35.08N 109.03E 938
882@@ -1616,7 +1627,7 @@
883 Gent Oost-Vlaanderen be R 227,5 51.05N 3.72E 9
884 Kisumu Nyanza ke R 227,1 0.09S 34.75E 1134
885 Chernivtsi Chernivets'ka ua R 227 48.29N 25.95E 194
886-Nizhnekamsk Tatarstan ru N 226,9 55.64N 51.79E 95
887+Нижнекамск Татарстан ru N 226,9 55.64N 51.79E 95
888 Kirikkale Kirikkale tr R 226,9 39.85N 33.52E 751
889 Chigasaki Kanagawa jp N 226,8 35.33N 139.41E 9
890 Xincheng Ningxia Hui cn N 226,8 38.49N 106.15E 1110
891@@ -1639,7 +1650,7 @@
892 Baton Rouge Louisiana us R 224,6 30.45N 91.13W 15.0004329681396
893 Hâpur Uttar Pradesh in N 224,6 28.73N 77.77E 215
894 Tirûvottiyûr Tamil Nadu in N 224,4 13.16N 80.29E 2
895-Syktyvkar Komi ru R 224,4 61.67N 50.82E 0
896+Сыктывкар Коми ru R 224,4 61.67N 50.82E 0
897 Garland Texas us N 224,3 32.91N 96.63W 160.519302368164
898 Nanchong Sichuan cn N 224,2 30.78N 106.13E 312
899 Juazeiro do Norte Ceará br N 224,1 7.21S 39.32W 398
900@@ -1668,7 +1679,7 @@
901 Embu São Paulo br N 220,4 23.64S 46.84W 781
902 Carltonville Gauteng za N 220,4 26.34S 27.37E 1501
903 Kharagpur Bangla in N 220,3 22.34N 87.31E 50
904-Shahty Rostov ru N 220,3 47.69N 40.25E 108
905+Шахты Ростовская область ru N 220,3 47.69N 40.25E 108
906 Takarazuka Hyôgo jp N 220,3 34.80N 135.35E 44
907 Gómez Palacio Durango mx N 219,9 25.57N 103.50W 1133
908 Buenavista México mx N 219,8 19.55N 99.05W 2240
909@@ -1684,7 +1695,7 @@
910 Sumaré São Paulo br N 218,6 22.80S 47.29W 570
911 Paramaribo Paramaribo sr B 218,5 5.85N 55.20W 6
912 Rancagua Libertador General Bernardo O'Higgins cl R 218,3 34.17S 70.74W 508
913-Staryj Oskol Belgorod ru N 218,2 51.30N 37.84E 138
914+Старый Оскол Белгородская область ru N 218,2 51.30N 37.84E 138
915 Ageo Saitama jp N 218,1 35.95N 139.61E 19
916 Lapu-Lapu Central Visayas ph N 218,1 10.33N 123.93E 6
917 Râichûr Karnataka in N 217,9 16.21N 77.35E 399
918@@ -1697,7 +1708,7 @@
919 Mbandaka Équateur cd R 217 0.04N 18.26E 317
920 Nakhon Ratchasima Nakhon Ratchasima th R 217 15.00N 102.10E 180
921 Huaibei Anhui cn N 216,9 33.95N 116.75E 31
922-Jakutsk Saha ru R 216,8 62.17N 129.83E 0
923+Якутск Саха ru R 216,8 62.17N 129.83E 0
924 Biñan Southern Tagalog ph N 216,8 14.34N 121.08E 10
925 Türkmenabat Lebap tm R 216,7 39.10N 63.57E 191
926 Rochester New York us N 216,6 43.17N 77.62W 149.338027954102
927@@ -1717,7 +1728,7 @@
928 Ara Bihar in N 215,5 25.56N 84.66E 64
929 Magé Rio de Janeiro br N 215,5 22.65S 43.05W 29
930 Tarâbulus ash-Sham ash-Shamal lb R 215,5 34.43N 35.87E 101
931-Prokopjevsk Kemerovo ru N 215,4 53.90N 86.71E 330
932+Прокопьевск Кемеровская область ru N 215,4 53.90N 86.71E 330
933 Mîrpur Khâs Sind pk N 215,1 25.53N 69.01E 20
934 Xinpu Jiangsu cn N 215 34.60N 119.17E 6
935 Braila Braila ro N 214,8 45.28N 27.97E 18
936@@ -1734,7 +1745,7 @@
937 Nawâbshâh Sind pk N 213,5 26.24N 68.40E 30
938 al-Hasakah al-Hasakah sy R 213,5 36.50N 40.76E 296
939 Lübeck Schleswig-Holstein de N 213,5 53.87N 10.66E 15
940-Bijsk Altaj ru N 213,4 52.53N 85.17E 183
941+Бийск Алтайский край ru N 213,4 52.53N 85.17E 183
942 Akron Ohio us N 213,4 41.08N 81.52W 288.585174560547
943 Daloa Haut-Sassandra ci R 213,4 6.89N 6.45W 274
944 Bommanahalli Karnataka in N 213,2 13.01N 77.63E 901
945@@ -1746,14 +1757,14 @@
946 Sidi Belabbès Sidi Belabbès dz R 212,4 35.19N 0.64W 473
947 Freiburg Baden-Württemberg de N 211,9 47.99N 7.85E 276
948 General Santos Southern Mindanao ph N 211,9 6.10N 125.25E 3
949-Rybinsk Jaroslavl ru N 211,8 58.05N 38.84E 98
950+Рыбинск Ярославская область ru N 211,8 58.05N 38.84E 98
951 Tiraspol' Transnistria md N 211,8 46.85N 29.63E 37
952 Mokolo Nord Extrème cm N 211,8 10.75N 13.81E 868
953 Aryânah Aryânah tn R 211,8 36.88N 10.18E 7
954 São José dos Pinhais Paraná br N 211,3 25.57S 49.18W 916
955 Bayamón Bayamón pr R 211,2 18.35N 66.17W 68.8866500854492
956 Matsumoto Nagano jp N 211,2 36.24N 137.97E 597
957-Blagoveshchensk Amur ru R 211,2 50.28N 127.54E 130
958+Благовещенск Амурский край ru R 211,2 50.28N 127.54E 130
959 Gusau Zamfara ng R 211,1 12.17N 6.66E 445
960 Sârî Mâzandarân ir R 211 36.55N 53.10E 51
961 Dhanbad Jharkhand in N 210,8 23.80N 86.42E 221
962@@ -1783,7 +1794,7 @@
963 Prishtina Kosovo and Metohija rs R 209,1 42.65N 21.17E 644
964 Sucre Chuquisaca bo B 209 19.06S 65.26W 2814
965 Trieste Friuli-Venezia Giulia it R 209 45.65N 13.77E 16
966-Armavir Krasnodar ru N 208,9 44.98N 41.14E 197
967+Армавир Краснодарский край ru N 208,9 44.98N 41.14E 197
968 ar-Russayfah az-Zarqâ' jo N 208,9 32.02N 36.02E 669
969 Los Mochis Sinaloa mx N 208,9 25.79N 109.00W 12
970 Lubbock Texas us N 208,8 33.58N 101.88W 981.998596191406
971@@ -1802,7 +1813,7 @@
972 Presidente Prudente São Paulo br N 207,5 22.12S 51.39W 467
973 Kunsan Chollabuk kr N 207,5 35.99N 126.71E 10
974 Mossoró Rio Grande do Norte br N 207,3 5.19S 37.34W 16
975-Velikij Novgorod Novgorod ru R 207,2 58.54N 31.26E 29
976+Великий Новгород Новгородская область ru R 207,2 58.54N 31.26E 29
977 Fuenlabrada Madrid es N 207 40.27N 3.80W 665
978 Alor Setar Kedah my R 207 6.11N 100.37E 7
979 São Leopoldo Rio Grande do Sul br N 206,6 29.78S 51.15W 26
980@@ -1865,7 +1876,7 @@
981 Hagen Nordrhein-Westfalen de N 200,6 51.37N 7.46E 105
982 Colombo Paraná br N 200,6 25.29S 49.24W 1006
983 Zouxian Shandong cn N 200,6 35.41N 116.94E 67
984-Pskov Pskov ru R 200,4 57.82N 28.34E 45
985+Псков Псковская область ru R 200,4 57.82N 28.34E 45
986 Georgetown Pulau Pinang my R 200,4 5.37N 100.31E 19
987 Oviedo Asturias es R 200,2 43.35N 5.83W 319
988 Kure Hiroshima jp N 199,7 34.25N 132.56E 7
989@@ -1909,12 +1920,12 @@
990 Americana São Paulo br N 196,7 22.75S 47.33W 583
991 Singrauli Madhya Pradesh in N 196,6 23.84N 82.27E 487
992 Banja Luka Republika Srpska ba N 196,5 44.78N 17.19E 166
993-Petropavlovsk-Kamchatskij Kamchatka ru R 196,5 53.04N 158.64E 249
994+Петропавловск-Камчатский Камчатка ru R 196,5 53.04N 158.64E 249
995 Owerri Imo ng R 196,3 5.50N 7.02E 55
996 Grand Rapids Michigan us N 196,2 42.96N 85.66W 209.77587890625
997-Balakovo Saratov ru N 196,2 52.00N 47.78E 30
998+Балаково Саратовская область ru N 196,2 52.00N 47.78E 30
999 Ijebu Ode Ogun ng N 196,1 6.81N 3.92E 64
1000-Engels Saratov ru N 196 51.48N 46.13E 31
1001+Энгельс Саратовская область ru N 196 51.48N 46.13E 31
1002 Madiun Jawa Timur id N 196 7.63S 111.51E 71
1003 Sîkar Rajasthan in N 195,9 27.61N 75.13E 433
1004 Taytay Southern Tagalog ph N 195,9 14.57N 121.13E 11
1005@@ -1957,7 +1968,7 @@
1006 Osmaniye Osmaniye tr R 192,5 37.07N 36.25E 132
1007 Vantaa Uusimaa fi N 192,5 60.29N 25.04E 0
1008 Madero Tamaulipas mx N 192,4 22.27N 97.83W 9
1009-Zlatoust Cheljabinsk ru N 192,3 55.18N 59.64E 486
1010+Златоуст Челябинская область ru N 192,3 55.18N 59.64E 486
1011 Nam Dinh Dong Bang Song Hong vn N 192,2 20.43N 106.17E 8
1012 Yamoussoukro Lacs ci B 192,1 6.82N 5.28W 203
1013 Novi Sad Vojvodina rs R 192 45.25N 19.85E 84
1014@@ -2003,7 +2014,7 @@
1015 Jiutai Jilin cn N 187,6 44.15N 125.84E 181
1016 Brescia Lombardia it N 187,4 45.55N 10.22E 154
1017 Catamarca Catamarca ar R 187,3 28.47S 65.78W 528
1018-Syzran Samara ru N 187,3 53.17N 48.45E 53
1019+Сызрань Самарская область ru N 187,3 53.17N 48.45E 53
1020 Zaozhuang Shandong cn N 187,3 34.88N 117.57E 78
1021 Araraquara São Paulo br N 187,2 21.75S 48.13W 756
1022 Santa Rosa Southern Tagalog ph N 187,1 14.44N 120.88E 5
1023@@ -2013,7 +2024,7 @@
1024 Marka Shabêllaha Hôse so R 186,6 1.72N 44.76E 75
1025 Sabadell Barcelona es N 186,6 41.55N 2.10E 193
1026 Liège Liège be R 186,2 50.64N 5.57E 69
1027-Severodvinsk Arhangelsk ru N 186,2 64.57N 39.82E 0
1028+Северодвинск Архангельская область ru N 186,2 64.57N 39.82E 0
1029 Sullana Piura pe N 186,1 4.89S 80.68W 61
1030 Itaboraí Rio de Janeiro br N 186,1 22.75S 42.87W 15
1031 Miri Sarawak my N 186 4.40N 113.97E 0
1032@@ -2062,7 +2073,7 @@
1033 Khandwa Madhya Pradesh in N 182,2 21.83N 76.35E 311
1034 Maoming Guangdong cn N 182,1 21.92N 110.87E 51
1035 Guacara Carabobo ve N 182 10.24N 67.89W 449
1036-Kamensk-Uralskij Sverdlovsk ru N 182 56.42N 61.93E 176
1037+Каменьск-Уральский Свердловская область ru N 182 56.42N 61.93E 176
1038 Hortolândia São Paulo br N 182 22.85S 47.26W 572
1039 Jilfah Jilfah dz R 181,8 34.68N 3.25E 1139
1040 Misrâtah Misrâtah ly R 181,8 32.38N 15.09E 13
1041@@ -2145,7 +2156,7 @@
1042 Mitaka Tôkyô jp N 175,9 35.68N 139.57E 54
1043 Santander Cantabria es R 175,8 43.47N 3.80W 52
1044 Eloy Alfaro Guayas ec N 175,7 2.17S 79.83W 4
1045-Podolsk Moskovskaja Oblast ru N 175,7 55.44N 37.57E 154
1046+Подольск Московская область ru N 175,7 55.44N 37.57E 154
1047 Bitung Sulawesi Utara id N 175,6 1.46N 125.19E 115
1048 Portsmouth England gb N 175,2 50.81N 1.09W 2
1049 Korhogo Savanes ci R 175,1 9.45N 5.65W 484
1050@@ -2274,7 +2285,7 @@
1051 Getafe Madrid es N 168 40.30N 3.73W 627
1052 Coquimbo Coquimbo cl N 167,9 29.96S 71.33W 0
1053 Isparta Isparta tr R 167,9 37.77N 30.55E 1051
1054-Juzhno-Sahalinsk Sahalin ru R 167,9 46.97N 142.73E 36
1055+Южно-Сахалинск Сахалин ru R 167,9 46.97N 142.73E 36
1056 Tall ŽAfar Ninawa iq N 167,8 36.38N 42.45E 407
1057 Indaiatuba São Paulo br N 167,7 23.09S 47.21W 628
1058 Chillán Bío Bío cl N 167,6 36.60S 72.11W 121
1059@@ -2291,7 +2302,7 @@
1060 Xiaogan Hubei cn N 166,8 30.92N 113.90E 29
1061 Chengde Hebei cn N 166,6 41.55N 120.42E 177
1062 Huntsville Alabama us N 166,5 34.71N 86.63W 199.979827880859
1063-Berezniki Perm ru N 166,3 59.41N 56.77E 113
1064+Березники Пермский край ru N 166,3 59.41N 56.77E 113
1065 Pate Taoyuan tw N 166,3 24.92N 121.28E 156
1066 Wellington Wellington nz B 166,2 41.28S 174.78E 4
1067 Aurora Illinois us N 166,1 41.77N 88.29W 214.520004272461
1068@@ -2319,7 +2330,7 @@
1069 Madhyamgram Bangla in N 164,7 22.70N 88.45E 10
1070 Solingen Nordrhein-Westfalen de N 164,6 51.18N 7.06E 192
1071 Criciúma Santa Catarina br N 164,6 28.68S 49.39W 60
1072-Novocherkassk Rostov ru N 164,6 47.42N 40.08E 101
1073+Новочеркасск Ростовская область ru N 164,6 47.42N 40.08E 101
1074 Comodoro Rivadavia Chubut ar N 164,5 45.86S 67.49W 29
1075 Tartûs Tartûs sy R 164,3 34.90N 35.89E 40
1076 Gadag Karnataka in N 164,1 15.44N 75.63E 646
1077@@ -2346,11 +2357,11 @@
1078 Gejiu Yunnan cn N 162,8 23.38N 103.15E 1718
1079 Klerksdorp North West za N 162,7 26.88S 26.62E 1333
1080 Midnapur Bangla in N 162,5 22.33N 87.15E 66
1081-Rubcovsk Altaj ru N 162,5 51.53N 81.20E 219
1082+Рубцовск Алтайский край ru N 162,5 51.53N 81.20E 219
1083 Fort Lauderdale Florida us N 162,5 26.14N 80.14W 1.42199993133545
1084 Ludwigshafen Rheinland-Pfalz de N 162,5 49.48N 8.44E 94
1085 San-Pédro Bas Sassandra ci R 162,5 4.77N 6.64W 10
1086-Mytishchi Moskovskaja Oblast ru N 162,5 55.90N 37.75E 153
1087+Мытищи Московская область ru N 162,5 55.90N 37.75E 153
1088 Fianarantsoa Fianarantsoa mg R 162,3 21.45S 47.07E 1243
1089 Linhe Nei Monggol cn N 162,2 40.83N 107.50E 1037
1090 Kânchipuram Tamil Nadu in N 162,1 12.84N 79.70E 87
1091@@ -2359,7 +2370,7 @@
1092 Sayama Saitama jp N 162,1 35.87N 139.40E 51
1093 Angren Toskent uz N 162 41.03N 70.15E 980
1094 Wâdî as-Sîr ŽAmmân jo N 162 31.95N 35.82E 811
1095-Kolpino Leningrad ru N 161,9 59.75N 30.60E 9
1096+Колпино Ленинградская область ru N 161,9 59.75N 30.60E 9
1097 Kangneung Kangweon kr N 161,9 37.76N 128.89E 32
1098 Basel Basel-Stadt ch R 161,8 47.57N 7.58E 264
1099 San Nicolás Buenos Aires ar N 161,8 33.33S 60.24W 20
1100@@ -2376,7 +2387,7 @@
1101 Sîtâpur Uttar Pradesh in N 160,9 27.57N 80.69E 133
1102 Juliaca Puno pe N 160,9 15.50S 70.14W 3900
1103 Ponce Ponce pr R 160,9 18.02N 66.60W 20
1104-Volgodonsk Rostov ru N 160,9 47.52N 42.13E 36
1105+Волгодонск Ростовская область ru N 160,9 47.52N 42.13E 36
1106 Fatehpur Uttar Pradesh in N 160,8 25.93N 80.81E 121
1107 Nandyâl Andhra Pradesh in N 160,8 15.49N 78.48E 212
1108 ŽAjmân ŽAjman ae R 160,8 25.42N 55.43E 0
1109@@ -2402,17 +2413,17 @@
1110 Sapele Delta ng N 159,9 5.90N 5.67E 10
1111 Geelong Victoria au N 159,9 38.14S 144.32E 64
1112 Kawanishi Hyôgo jp N 159,9 34.82N 135.42E 21
1113-Abakan Hakasija ru R 159,8 53.73N 91.44E 247
1114+Абакан Хакасия ru R 159,8 53.73N 91.44E 247
1115 Leshan Sichuan cn N 159,8 29.57N 103.74E 393
1116 Tallahassee Florida us R 159,6 30.46N 84.28W 47.9970016479492
1117 Bûshehr Bûshehr ir R 159,6 28.92N 50.83E 19
1118 Serilungampalle Andhra Pradesh in N 159,5 17.48N 78.33E 567
1119-Salavat Bashkortostan ru N 159,5 53.40N 55.89E 172
1120+Салават Башкортостан ru N 159,5 53.40N 55.89E 172
1121 Chungju Chungcheongbuk kr N 159,4 36.98N 127.94E 101
1122 Nângloi Jât Delhi in N 159,3 28.68N 77.07E 219
1123 Xinji Hebei cn N 159,3 37.91N 115.19E 40
1124 Nova Friburgo Rio de Janeiro br N 159,2 22.26S 42.54W 971
1125-Majkop Adygeja ru R 159,2 44.61N 40.08E 214
1126+Майкоп Адыгея ru R 159,2 44.61N 40.08E 214
1127 Uttarpara-Kotrung Bangla in N 159,1 22.66N 88.35E 13
1128 Waru Jawa Timur id N 159,1 7.38S 112.65E 10
1129 Brownsville Texas us N 159 25.93N 97.48W 8.31445598602295
1130@@ -2426,7 +2437,7 @@
1131 Ongole Andhra Pradesh in N 158,5 15.50N 80.05E 18
1132 Aydin Aydin tr R 158,5 37.86N 27.84E 170
1133 Santa Rosa California us N 158,4 38.45N 122.70W 57.6668891906738
1134-Balashiha Moskovskaja Oblast ru N 158,3 55.83N 37.95E 146
1135+Балашиха Московская область ru N 158,3 55.83N 37.95E 146
1136 Oyama Tochigi jp N 158,3 36.32N 139.80E 46
1137 Moreno Valley California us N 158,2 33.93N 117.21W 503.037567138672
1138 Pomona California us N 158 34.06N 117.76W 260.758880615234
1139@@ -2465,7 +2476,7 @@
1140 Chilpancingo Guerrero mx R 155,9 17.55N 99.50W 1259
1141 Guangshui Hubei cn N 155,9 31.62N 114.00E 87
1142 Rondonópolis Mato Grosso br N 155,8 16.47S 54.64W 227
1143-Ussurijsk Primorje ru N 155,8 43.81N 131.97E 17
1144+Уссурийск Приморский край ru N 155,8 43.81N 131.97E 17
1145 Parma Emilia-Romagna it N 155,8 44.81N 10.32E 56
1146 Coro Falcón ve R 155,7 11.42N 69.68W 15
1147 Itajaí Santa Catarina br N 155,7 26.90S 48.68W 1
1148@@ -2497,7 +2508,7 @@
1149 Swindon England gb N 154 51.57N 1.78W 100
1150 Chapecó Santa Catarina br N 153,8 27.10S 52.64W 655
1151 Angers Maine-et-Loire fr R 153,8 47.48N 0.54W 35
1152-Ljubercy Moskovskaja Oblast ru N 153,7 55.66N 37.95E 135
1153+Люберцы Московская область ru N 153,7 55.66N 37.95E 135
1154 Nagareyama Chiba jp N 153,7 35.86N 139.91E 24
1155 Tangâyal Tangâyal bd R 153,6 24.25N 89.92E 20
1156 Nossa Senhora do Socorro Sergipe br N 153,6 10.87S 37.12W 18
1157@@ -2508,7 +2519,7 @@
1158 Kigoma Kigoma tz R 153,3 4.88S 29.61E 767
1159 Jinhua Zhejiang cn N 153,3 29.12N 119.65E 51
1160 Jamâlpûr Jamâlpûr bd R 153,1 24.92N 89.94E 20
1161-Miass Cheljabinsk ru N 153,1 55.00N 60.09E 344
1162+Миасс Челябинская область ru N 153,1 55.00N 60.09E 344
1163 Niiza Saitama jp N 153,1 35.81N 139.55E 19
1164 Zhoukou Henan cn N 153,1 33.64N 114.63E 51
1165 Rockford Illinois us N 152,9 42.27N 89.06W 247.890701293945
1166@@ -2548,7 +2559,7 @@
1167 Sîrjân Kermân ir N 151,1 29.47N 55.73E 1784
1168 Hanam Kyeonggi kr N 151,1 37.53N 127.19E 80
1169 Silchar Assam in N 150,9 24.83N 92.77E 23
1170-Korolyov Moskovskaja Oblast ru N 150,9 55.92N 37.82E 166
1171+Королёв Московская область ru N 150,9 55.92N 37.82E 166
1172 Saydâ' al-Janub lb R 150,9 33.57N 35.39E 77
1173 Ôta Gumma jp N 150,9 36.30N 139.38E 42
1174 Gongzhuling Jilin cn N 150,9 43.51N 124.81E 206
1175@@ -2557,11 +2568,11 @@
1176 Guarapuava Paraná br N 150,7 25.38S 51.48W 1053
1177 Salamanca Salamanca es R 150,7 40.97N 5.67W 826
1178 Shimla Himachal Pradesh in R 150,6 31.11N 77.16E 1911
1179-Kolomna Moskovskaja Oblast ru N 150,6 55.09N 38.79E 116
1180+Коломна Московская область ru N 150,6 55.09N 38.79E 116
1181 Chingola Copperbelt zm N 150,6 12.54S 27.85E 1338
1182 Ôgaki Gifu jp N 150,6 35.37N 136.61E 10
1183 Masjed-e Soleymân Khûzestân ir N 150,5 31.98N 49.30E 273
1184-Kovrov Vladimir ru N 150,5 56.37N 41.33E 125
1185+Ковров Владимирская область ru N 150,5 56.37N 41.33E 125
1186 Pak Kret Nonthaburi th N 150,5 13.90N 100.51E 6
1187 Margilon Fargona uz N 150,2 40.47N 71.71E 488
1188 Melitpol' Zaporiz'ka ua N 150,2 46.85N 35.36E 39
1189@@ -2619,7 +2630,7 @@
1190 Shangrao Jiangxi cn N 147,4 28.47N 117.97E 100
1191 Krishnanagar Bangla in N 147,3 23.41N 88.51E 21
1192 Hampton Virginia us N 147,3 37.05N 76.29W 0.697000026702881
1193-Himki Moskovskaja Oblast ru N 147,3 55.89N 37.44E 181
1194+Химки Московская область ru N 147,3 55.89N 37.44E 181
1195 Otaru Hokkaido jp N 147,3 43.20N 141.00E 10
1196 Komaki Aichi jp N 147,3 35.30N 136.91E 17
1197 Chuzhou Anhui cn N 147,3 32.30N 118.30E 30
1198@@ -2641,10 +2652,10 @@
1199 Blackpool England gb N 146,5 53.82N 3.06W 0
1200 Shântipur Bangla in N 146,4 23.26N 88.44E 13
1201 Dijon Côte-d'Or fr R 146,4 47.33N 5.03E 265
1202-Elektrostal Moskovskaja Oblast ru N 146,4 55.77N 38.47E 146
1203+Электросталь Московская область ru N 146,4 55.77N 38.47E 146
1204 Cianjur Jawa Barat id N 146,4 6.82S 107.14E 457
1205 Bîd Maharashtra in N 146,3 18.99N 75.76E 512
1206-Pjatigorsk Stavropol ru N 146,2 44.04N 43.06E 516
1207+Пятигорск Ставропольский край ru N 146,2 44.04N 43.06E 516
1208 Matanzas Matanzas cu R 146,1 23.06N 81.58W 72
1209 Kohât North-West Frontier pk N 146,1 33.60N 71.44E 525
1210 Calbayog Eastern Visayas ph N 146,1 12.07N 124.63E 14
1211@@ -2723,7 +2734,7 @@
1212 Stara Zagora Stara Zagora bg R 142,5 42.42N 25.63E 195
1213 Hamilton Waikato nz R 142,5 37.78S 175.28E 25
1214 Rybnik Śląskie pl N 142,4 50.10N 18.55E 250
1215-Nahodka Primorje ru N 142,4 42.81N 132.88E 9
1216+Находка Приморский край ru N 142,4 42.81N 132.88E 9
1217 Yamaguchi Yamaguchi jp R 142,4 34.18N 131.48E 29
1218 Paderborn Nordrhein-Westfalen de N 142,3 51.72N 8.74E 113
1219 Leiyang Hunan cn N 142,3 26.42N 112.84E 92
1220@@ -2753,8 +2764,8 @@
1221 Zaanstad Noord-Holland nl N 140,7 52.45N 4.82E -1
1222 al-Baydâ al-Jabal al Akhdar ly R 140,7 32.76N 21.62E 488
1223 Aksu Xinjiang cn N 140,6 41.15N 80.25E 1100
1224-Almetjevsk Tatarstan ru N 140,4 54.90N 52.31E 137
1225-Odincovo Moskovskaja Oblast ru N 140,4 55.67N 37.29E 186
1226+Альметьевск Татарстан ru N 140,4 54.90N 52.31E 137
1227+Одинцово Московская область ru N 140,4 55.67N 37.29E 186
1228 Longyan Fujian cn N 140,4 25.18N 117.03E 419
1229 Lhokseumawe Aceh id N 140,3 5.19N 97.14E 5
1230 Siverek Sanliurfa tr N 140,3 37.76N 39.33E 807
1231@@ -2816,7 +2827,7 @@
1232 Bandar Penggaram Johor my N 136,8 1.85N 102.93E 8
1233 Depok Yogyakarta id N 136,7 7.75S 110.41E 177
1234 Suq Ahras Suq Ahras dz R 136,6 36.29N 7.95E 711
1235-Kislovodsk Stavropol ru N 136,6 43.90N 42.71E 875
1236+Кисловодск Ставропольский край ru N 136,6 43.90N 42.71E 875
1237 Bat Yam Tel Aviv il N 136,6 32.02N 34.75E 30
1238 Baia Mare Maramures ro N 136,6 47.66N 23.58E 225
1239 Kariya Aichi jp N 136,6 34.99N 137.00E 10
1240@@ -2866,7 +2877,7 @@
1241 Carmen Campeche mx N 134,6 18.63N 91.83W 0
1242 Queimados Rio de Janeiro br N 134,6 22.70S 43.58W 35
1243 Martapura Kalimantan Selatan id N 134,6 3.41S 114.84E 4
1244-Hasavjurt Dagestan ru N 134,5 43.25N 46.58E 136
1245+Хасавьюрт Дагестан ru N 134,5 43.25N 46.58E 136
1246 Benguela Benguela ao R 134,5 12.58S 13.40E 9
1247 Citeureup Jawa Barat id N 134,5 6.48S 106.86E 134
1248 's-Hertogenbosch Noord-Brabant nl R 134,4 51.70N 5.31E 8
1249@@ -2908,7 +2919,7 @@
1250 Peoria Arizona us N 132,5 33.69N 112.24W 395.476989746094
1251 Pemalang Jawa Tengah id N 132,5 6.88S 109.38E 9
1252 Mesquite Texas us N 132,4 32.77N 96.60W 151.830993652344
1253-Nevinomyssk Stavropol ru N 132,4 44.64N 41.93E 319
1254+Невиномысск Ставропольский край ru N 132,4 44.64N 41.93E 319
1255 Jabâliyah Ghazzah ash-Shamâliyah ps R 132,4 31.53N 34.29E 0
1256 Coral Springs Florida us N 132,3 26.27N 80.26W 3.13800001144409
1257 Klaten Jawa Tengah id N 132,3 7.71S 110.59E 161
1258@@ -2944,7 +2955,7 @@
1259 Saharsa Bihar in N 131,4 25.88N 86.59E 47
1260 Copiapó Atacama cl R 131,4 27.36S 70.34W 396
1261 Okrika Rivers ng N 131,4 4.74N 7.08E 4
1262-Serpuhov Moskovskaja Oblast ru N 131,4 54.92N 37.43E 171
1263+Серпухов Московская область ru N 131,4 54.92N 37.43E 171
1264 Miyakonojô Miyazaki jp N 131,3 31.72N 131.06E 144
1265 Licheng Guangdong cn N 131,3 23.30N 113.82E 8
1266 Pyay Bago mm N 131,2 18.82N 95.21E 19
1267@@ -2958,10 +2969,10 @@
1268 Garza García Nuevo León mx N 131 25.66N 100.38W 610
1269 North Bârâkpur Bangla in N 130,9 22.78N 88.37E 12
1270 Pindamonhangaba São Paulo br N 130,9 22.92S 45.47W 534
1271-Kamyshin Volgograd ru N 130,9 50.10N 45.40E 30
1272+Камышин Волгоградская область ru N 130,9 50.10N 45.40E 30
1273 Quilpué Valparaíso cl N 130,8 33.04S 71.50W 66
1274 Zama Kanagawa jp N 130,8 35.50N 139.40E 85
1275-Norilsk Krasnojarsk ru N 130,7 69.32N 88.19E 0
1276+Норильск Красноярский край ru N 130,7 69.32N 88.19E 0
1277 Shuimogou Xinjiang cn N 130,7 43.83N 87.61E 823
1278 Obosi Anambra ng N 130,7 6.11N 6.87E 121
1279 Fujieda Shizuoka jp N 130,7 34.88N 138.26E 21
1280@@ -2973,7 +2984,7 @@
1281 Sayda' Sayda' dz R 130,6 34.84N 0.14E 789
1282 Valera Trujillo ve N 130,5 9.32N 70.62W 587
1283 Zâbol Sîstân-e Balûchestân ir N 130,5 31.02N 61.48E 481
1284-Nazran Ingusetija ru R 130,5 43.21N 44.80E 532
1285+Назрань Ингушетия ru R 130,5 43.21N 44.80E 532
1286 Misato Saitama jp N 130,5 35.83N 139.88E 6
1287 Palmdale California us N 130,5 34.61N 118.09W 778.100891113281
1288 Riobamba Chimborazo ec R 130,4 1.67S 78.65W 2759
1289@@ -2992,12 +3003,12 @@
1290 Wuning Zhejiang cn N 130 29.27N 120.22E 98
1291 Chitradurga Karnataka in N 129,9 14.23N 76.39E 735
1292 Dibrugarh Assam in N 129,8 27.49N 94.91E 103
1293-Novomoskovsk Tula ru N 129,8 54.09N 38.18E 226
1294+Новомосковск Тульская область ru N 129,8 54.09N 38.18E 226
1295 al-Qasr-al-Kabîr Tangier-Tétouan ma N 129,7 35.02N 5.91W 23
1296 Cibinong Jawa Barat id N 129,7 6.44S 106.84E 113
1297 Apopa San Salvador sv N 129,6 13.80N 89.18W 437
1298 Chhindwâra Madhya Pradesh in N 129,6 22.07N 78.94E 689
1299-Pervouralsk Sverdlovsk ru N 129,6 56.91N 59.95E 327
1300+Первоуральск Свердловская область ru N 129,6 56.91N 59.95E 327
1301 Jequié Bahia br N 129,6 13.85S 40.08W 206
1302 Cap-Haïtien Nord ht R 129,5 19.76N 72.20W 11
1303 Gonda Uttar Pradesh in N 129,4 27.14N 81.95E 108
1304@@ -3072,16 +3083,16 @@
1305 Èkibastuz Pavlodar kz N 126,6 51.73N 75.32E 200
1306 Murîdke Punjab pk N 126,6 31.81N 74.25E 214
1307 Lambaré Central py N 126,6 25.33S 57.64W 62
1308-Neftekamsk Bashkortostan ru N 126,6 56.11N 54.26E 99
1309+Нефтекамск Башкортостан ru N 126,6 56.11N 54.26E 99
1310 Chândpûr Chândpûr bd R 126,5 23.22N 90.67E 10
1311 Deoli Delhi in N 126,5 28.49N 77.22E 245
1312 Girardot Cundinamarca co N 126,5 4.31N 74.81W 292
1313 Haarlemmermeer Noord-Holland nl N 126,5 52.30N 4.70E -4
1314 Oulu Pohjois-Pohjanmaa fi R 126,5 65.02N 25.47E 0
1315 Hâjîpur Bihar in N 126,4 25.68N 85.20E 62
1316-Murom Vladimir ru N 126,4 55.57N 42.04E 118
1317+Муром Владимирская область ru N 126,4 55.57N 42.04E 118
1318 Âdityâpur Jharkhand in N 126,3 22.80N 85.97E 179
1319-Novocheboksarsk Chuvashija ru N 126,3 56.12N 47.49E 107
1320+Новочебоксарск Чувашия ru N 126,3 56.12N 47.49E 107
1321 Desê Amhara et N 126,3 11.13N 39.63E 2556
1322 Gaozhou Guangdong cn N 126,2 21.93N 110.84E 41
1323 Acuña Coahuila mx N 126,2 29.32N 100.94W 297.208190917969
1324@@ -3115,7 +3126,7 @@
1325 Laiwu Shandong cn N 125,2 36.20N 117.66E 187
1326 Quevedo Los Ríos ec N 125,1 1.02S 79.48W 74
1327 Maicao La Guajira co N 125,1 11.39N 72.24W 52
1328-Dimitrovgrad Uljanovsk ru N 125,1 54.23N 49.59E 75
1329+Димитровоград Ульяновская область ru N 125,1 54.23N 49.59E 75
1330 Tokat Tokat tr R 125,1 40.30N 36.56E 692
1331 Khanshalah Khanshalah dz R 125 35.44N 7.15E 1078
1332 Luanshya Copperbelt zm N 125 13.12S 28.39E 1197
1333@@ -3218,7 +3229,7 @@
1334 Vallejo California us N 121,6 38.11N 122.26W 10.5321893692017
1335 Qundûz Qundûz af R 121,5 36.73N 68.86E 405
1336 Wencheng Shandong cn N 121,5 37.19N 122.04E 38
1337-Orehovo-Zujevo Moskovskaja Oblast ru N 121,4 55.80N 38.97E 121
1338+Орехово-Зуево Московская область ru N 121,4 55.80N 38.97E 121
1339 al-Manâqil al-Jazîrah sd N 121,4 14.25N 32.98E 412
1340 MacAllen Texas us N 121,3 26.22N 98.24W 36.4599990844727
1341 Heilbronn Baden-Württemberg de N 121,3 49.14N 9.22E 169
1342@@ -3262,7 +3273,7 @@
1343 Slov'yans'k Donets'ka ua N 120,2 48.85N 37.58E 73
1344 San Mateo Southern Tagalog ph N 120,2 14.71N 121.13E 19
1345 Flint Michigan us N 120,1 43.02N 83.69W 216.154205322266
1346-Shchjolkovo Moskovskaja Oblast ru N 120,1 55.90N 38.02E 150
1347+Щёлково Московская область ru N 120,1 55.90N 38.02E 150
1348 Panevėžys Panevėžio lt R 120,1 55.74N 24.37E 52
1349 Nehe Heilongjiang cn N 120,1 48.49N 124.88E 209
1350 Rishra Bangla in N 120 22.71N 88.36E 0
1351@@ -3293,7 +3304,7 @@
1352 Ingolstadt Bayern de N 119,3 48.77N 11.43E 380
1353 Majalaya Jawa Barat id N 119,3 7.05S 107.76E 675
1354 Hardoî Uttar Pradesh in N 119,2 27.42N 80.12E 150
1355-Noginsk Moskovskaja Oblast ru N 119,2 55.86N 38.48E 135
1356+Ногинск Московская область ru N 119,2 55.86N 38.48E 135
1357 Khairpur Sind pk N 119,1 27.53N 68.74E 56
1358 Carrollton Texas us N 119 32.99N 96.90W 145.076889038086
1359 León León es R 119 42.59N 5.57W 824
1360@@ -3380,7 +3391,7 @@
1361 Ikoma Nara jp N 116,4 34.70N 135.72E 191
1362 Imabari Ehime jp N 116,4 34.06N 133.00E 8
1363 Innsbruck Tirol at R 116,4 47.28N 11.41E 570
1364-Sergijev Posad Moskovskaja Oblast ru N 116,3 56.32N 38.13E 216
1365+Сергиев Посад Московская область ru N 116,3 56.32N 38.13E 216
1366 George Western Cape za N 116,3 33.95S 22.45E 244
1367 Nyíregyháza Szabolcs-Szatmár-Bereg hu R 116,3 47.96N 21.72E 110
1368 Dumaguete Central Visayas ph N 116,3 9.32N 123.31E 8
1369@@ -3388,10 +3399,10 @@
1370 Tunja Boyacá co N 116,2 5.55N 73.37W 2797
1371 Pinhais Paraná br N 116,2 25.54S 49.22W 873
1372 Amaigbo Abia ng N 116,1 5.78N 7.83E 118
1373-Neftejugansk Hanty-Mansija ru N 116,1 55.10N 54.28E 150
1374+Нефтеюганск Ханты-Мансийский АО ru N 116,1 55.10N 54.28E 150
1375 Marv Dasht Fârs ir N 116,1 29.80N 52.83E 1588
1376 Qalyûb al-Qalyûbiyah eg N 116,1 30.18N 31.20E 12
1377-Achinsk Krasnojarsk ru N 116 56.27N 90.49E 204
1378+Ачинск Красноярский край ru N 116 56.27N 90.49E 204
1379 Ann Arbor Michigan us N 116 42.28N 83.73W 277.426696777344
1380 Sucheng Jiangsu cn N 116 33.95N 118.29E 26
1381 Beibei Chongqing cn N 116 29.83N 106.44E 220
1382@@ -3438,7 +3449,7 @@
1383 Gashua Yobe ng N 114,6 12.88N 11.04E 339
1384 Dawukou Ningxia Hui cn N 114,6 39.02N 106.36E 1115
1385 Sâtâra Maharashtra in N 114,5 17.70N 74.00E 673
1386-Batajsk Rostov ru N 114,5 47.13N 39.75E 5
1387+Батайск Ростовская область ru N 114,5 47.13N 39.75E 5
1388 Musoma Mara tz R 114,5 1.49S 33.80E 1134
1389 Satu Mare Satu Mare ro N 114,5 47.79N 22.89E 121
1390 Talara Piura pe N 114,4 4.58S 81.28W 2
1391@@ -3453,7 +3464,7 @@
1392 Beaumont Texas us N 114,1 30.09N 94.14W 6.01338529586792
1393 Tanshui Taipei Hsien tw N 114,1 25.19N 121.42E 3
1394 Bintulu Sarawak my N 114,1 3.17N 113.03E 17
1395-Jelec Lipeck ru N 114 52.60N 38.51E 124
1396+Елец Липецкая область ru N 114 52.60N 38.51E 124
1397 Jirjâ Sawhâj eg N 114 26.33N 31.88E 61
1398 Bellevue Washington us N 114 47.60N 122.16W 41.3238906860352
1399 Maymyo Mandalay mm N 113,9 22.04N 96.46E 1079
1400@@ -3472,7 +3483,7 @@
1401 Bandar-e Mâhshahr Khûzestân ir N 113,8 30.65N 49.22E 10
1402 Durrës Durrës al R 113,8 41.33N 19.45E 2
1403 Achalpur Maharashtra in N 113,7 21.26N 77.50E 370
1404-Cherkessk Karachaj-Cherkessija ru R 113,7 44.29N 42.06E 477
1405+Черкесск Карачаево-Черкесия ru R 113,7 44.29N 42.06E 477
1406 Kâduqlî Janûb Kurdufân sd R 113,7 11.01N 29.70E 513
1407 West Valley City Utah us N 113,7 40.69N 112.01W 1320.53393554688
1408 Behbahân Khûzestân ir N 113,6 30.58N 50.27E 324
1409@@ -3490,7 +3501,7 @@
1410 Kiryû Gumma jp N 113,2 36.43N 139.33E 446
1411 Rongcheng Hubei cn N 113,2 29.82N 112.88E 31
1412 Yingzhong Hubei cn N 113,2 31.17N 112.58E 48
1413-Seversk Tomsk ru N 113,1 56.61N 84.87E 93
1414+Северск Томская область ru N 113,1 56.61N 84.87E 93
1415 Ubon Ratchathani Ubon Ratchathani th R 113,1 15.25N 104.83E 127
1416 Rayong Rayong th R 113,1 12.68N 101.28E 12
1417 Kingston Ontario ca N 112,9 44.23N 76.50W 95.8990249633789
1418@@ -3578,12 +3589,12 @@
1419 Bergamo Lombardia it N 110,4 45.70N 9.67E 264
1420 Karamay Xinjiang cn N 110,4 45.60N 84.86E 419
1421 Deoria Uttar Pradesh in N 110,4 26.51N 83.78E 76
1422-Novokujbyshevsk Samara ru N 110,4 53.10N 49.88E 43
1423+Новокуйбышевск Самарская область ru N 110,4 53.10N 49.88E 43
1424 Pouso Alegre Minas Gerais br N 110,4 22.22S 45.94W 898
1425 Sinnâr Sinnâr sd N 110,4 13.55N 33.60E 428
1426 Zhuji Zhejiang cn N 110,4 29.71N 120.24E 17
1427 Salzgitter Niedersachsen de N 110,4 52.17N 10.33E 86
1428-Leninsk-Kuzneckij Kemerovo ru N 110,3 54.66N 86.16E 248
1429+Лениск-Кузнецкий Кемеровская область ru N 110,3 54.66N 86.16E 248
1430 Kadoma Mashonaland West zw N 110,3 18.33S 29.91E 1188
1431 West Covina California us N 110,3 34.05N 117.91W 146.681549072266
1432 Panvel Maharashtra in N 110,2 19.00N 73.10E 1
1433@@ -3603,7 +3614,7 @@
1434 Iwatsuki Saitama jp N 109,8 35.96N 139.70E 11
1435 Iguala Guerrero mx N 109,7 18.37N 99.54W 814
1436 Manchester New Hampshire us N 109,6 42.98N 71.44W 92.2214660644531
1437-Derbent Dagestan ru N 109,6 42.06N 48.29E 11
1438+Дербент Дагестан ru N 109,6 42.06N 48.29E 11
1439 Conselheiro Lafaiete Minas Gerais br N 109,6 20.67S 43.79W 954
1440 Ifon Osun Osun ng N 109,6 7.87N 4.48E 355
1441 al-Hawâmidîyah al-Jîzah eg N 109,6 29.90N 31.25E 23
1442@@ -3671,10 +3682,10 @@
1443 Tanjung Balai Sumatera Utara id N 107,6 2.97N 99.80E 2
1444 Bama Borno ng N 107,6 11.52N 13.68E 329
1445 Motîhâri Bihar in N 107,5 26.66N 84.91E 70
1446-Arzamas Nizhnij Novgorod ru N 107,5 55.38N 43.83E 118
1447+Арзамас Новгородская область ru N 107,5 55.38N 43.83E 118
1448 Rantauprapat Sumatera Utara id N 107,4 2.10N 99.82E 45
1449 Uromi Edo ng N 107,4 6.72N 6.32E 400
1450-Zheleznodorozhnyj Moskovskaja Oblast ru N 107,4 55.75N 38.13E 140
1451+Железнодорожный Московская область ru N 107,4 55.75N 38.13E 140
1452 Vitória de Santo Antão Pernambuco br N 107,4 8.12S 35.30W 164
1453 ŽAtbarah Nahr-an-Nil sd N 107,4 17.71N 33.98E 351
1454 Fujimi Saitama jp N 107,4 35.87N 139.54E 8
1455@@ -3692,7 +3703,7 @@
1456 Zonguldak Zonguldak tr R 107 41.46N 31.80E 118
1457 Ternate Maluku Utara id R 107 0.79N 127.36E 289
1458 Rewâri Haryana in N 106,9 28.19N 76.60E 246
1459-Oktjabrskij Bashkortostan ru N 106,8 54.47N 53.46E 125
1460+Октябрьский Башкортостан ru N 106,8 54.47N 53.46E 125
1461 Araras São Paulo br N 106,8 22.36S 47.39W 616
1462 Akishima Tôkyô jp N 106,8 35.70N 139.36E 95
1463 Pare Pare Sulawesi Selatan id N 106,8 3.87S 119.62E 17
1464@@ -3704,7 +3715,7 @@
1465 South Bend Indiana us N 106,6 41.68N 86.27W 218.179061889648
1466 Tumbes Tumbes pe R 106,6 3.57S 80.46W 9
1467 Guaratinguetá São Paulo br N 106,6 22.82S 45.19W 548
1468-Zhukovskij Moskovskaja Oblast ru N 106,6 55.55N 38.25E 127
1469+Жуковский Московская область ru N 106,6 55.55N 38.25E 127
1470 Râmnicu Vâlcea Vâlcea ro N 106,6 45.11N 24.38E 238
1471 Gera Thüringen de N 106,6 50.88N 12.08E 200
1472 Palwal Haryana in N 106,5 28.15N 77.32E 196
1473@@ -3745,7 +3756,7 @@
1474 Jahrom Fârs ir N 105,6 28.55N 53.57E 1029
1475 Dunedin Otago nz R 105,6 45.88S 170.48E 140
1476 Pueblo Colorado us N 105,6 38.27N 104.62W 1422.45397949219
1477-Kyzyl Tyva ru R 105,5 51.71N 94.38E 614
1478+Кызыл Тыва ru R 105,5 51.71N 94.38E 614
1479 Bergisch Gladbach Nordrhein-Westfalen de N 105,5 50.98N 7.15E 130
1480 Bilqâs ad-Daqahlîyah eg N 105,5 31.22N 31.35E 3
1481 Chhatarpur Madhya Pradesh in N 105,4 24.92N 79.58E 296
1482@@ -3766,7 +3777,7 @@
1483 Rouen Seine-Maritime fr R 105,1 49.44N 1.08E 1
1484 Katumba Rukwa tz N 105 9.23S 33.62E 1411
1485 Mâhesana Gujarat in N 104,9 23.60N 72.38E 87
1486-Uhta Komi ru N 104,9 63.57N 53.72E 0
1487+Ухта Коми ru N 104,9 63.57N 53.72E 0
1488 Dûmâ Dimashq sy N 104,9 33.58N 36.39E 669
1489 Idkû al-Buhayrah eg N 104,9 31.31N 30.30E 7
1490 Thaton Mon mm N 104,8 16.93N 97.36E 19
1491@@ -3821,12 +3832,12 @@
1492 Dumai Riau id N 103,5 1.68N 101.45E 2
1493 Coimbra Centro pt R 103,4 40.22N 8.43W 30
1494 Chûru Rajasthan in N 103,4 28.31N 74.96E 285
1495-Novotroick Orenburg ru N 103,4 51.22N 58.35E 220
1496+Новотроицк Оренбургская область ru N 103,4 51.22N 58.35E 220
1497 Mîândoâb Azarbayjân-e Bakhtari ir N 103,4 36.97N 46.10E 1297
1498 Sawâi Mâdhopur Rajasthan in N 103,3 26.03N 76.34E 262
1499 Shahr-e Kord Chahâr Mahâl-e Bakhtiari ir R 103,3 32.32N 50.85E 2049
1500 Ilobu Osun ng N 103,3 7.84N 4.48E 322
1501-Kiseljovsk Kemerovo ru N 103,2 53.98N 86.65E 312
1502+Киселёвск Кемеровская область ru N 103,2 53.98N 86.65E 312
1503 Saint Helens England gb N 103,2 53.46N 2.75W 33
1504 Funchal Madeira pt R 103,2 32.65N 16.90W 31
1505 Arvada Colorado us N 103,2 39.82N 105.11W 1649.55249023438
1506@@ -3836,7 +3847,7 @@
1507 Tanay Southern Tagalog ph N 103,1 14.50N 121.29E 12
1508 Witten Nordrhein-Westfalen de N 103 51.44N 7.34E 121
1509 Santa Cruz do Sul Rio Grande do Sul br N 103 29.71S 52.44W 37
1510-Obninsk Kaluga ru N 103 55.10N 36.61E 175
1511+Обнинск Калужская область ru N 103 55.10N 36.61E 175
1512 Drobeta-Turnu Severin Mehedinti ro N 103 44.64N 22.66E 82
1513 Tauranga Bay of Plenty nz N 103 37.70S 176.15E 8
1514 Tuguegarao Cagayan ph R 103 17.62N 121.72E 26
1515@@ -3847,7 +3858,7 @@
1516 Shiqiao Guangdong cn N 102,9 22.94N 113.36E 13
1517 Rûrkî Uttaranchal in N 102,8 29.87N 77.89E 269
1518 Saham al-Bâtinah om N 102,8 24.18N 56.88E 5
1519-Elista Kalmykija ru R 102,8 46.32N 44.21E 125
1520+Элиста Калмыкия ru R 102,8 46.32N 44.21E 125
1521 Oldham England gb N 102,8 53.55N 2.12W 191
1522 Louga Louga sn R 102,8 15.61N 16.25W 37
1523 Hidalgo Chihuahua mx N 102,8 26.93N 105.67W 1720
1524@@ -3914,11 +3925,11 @@
1525 Akhmîm Sawhâj eg N 101,3 26.56N 31.75E 55
1526 Malabo Bioko Norte gq B 101,2 3.74N 8.79E 52
1527 Viluppuram Tamil Nadu in N 101,1 11.95N 79.49E 47
1528-Nojabrsk Jamalo-Nenets ru N 101,1 63.17N 75.61E 0
1529+Ноябрьск Ямало-Ненецкий АО ru N 101,1 63.17N 75.61E 0
1530 Fîrozpur Punjab in N 101,1 30.92N 74.61E 200
1531 Bandar-e Anzalî Gîlân ir N 101,1 37.47N 49.45E -27
1532-Novoshahtinsk Rostov ru N 101,1 47.76N 39.93E 150
1533-Magadan Magadan ru R 101,1 59.57N 150.79E 78
1534+Новошахтинск Ростовская область ru N 101,1 47.76N 39.93E 150
1535+Магадан Магаданская область ru R 101,1 59.57N 150.79E 78
1536 Enshi Hubei cn N 101,1 30.28N 109.47E 448
1537 Vinh Long Dong Bang Song Cuu Long vn N 101,1 10.25N 105.97E 7
1538 Thornton Colorado us N 101,1 39.89N 104.96W 1593.8603515625
1539@@ -3953,9 +3964,9 @@
1540 Kânpur Cantonment Uttar Pradesh in N 100,4 26.50N 80.28E 123
1541 Suriâpet Andhra Pradesh in N 100,4 17.15N 79.62E 180
1542 Trier Rheinland-Pfalz de N 100,4 49.75N 6.63E 133
1543-Sarapul Udmurtija ru N 100,4 56.47N 53.80E 98
1544+Сарапул Удмуртия ru N 100,4 56.47N 53.80E 98
1545 Algeciras Cádiz es N 100,4 36.13N 5.45W 38
1546-Jessentuki Stavropol ru N 100,4 44.04N 42.85E 614
1547+Ессентуки Ставропольский край ru N 100,4 44.04N 42.85E 614
1548 al-Qurayyat al-Hudûd-ash-Shamâlîyah sa N 100,4 31.33N 37.34E 498
1549 Gary Indiana us N 100,3 41.60N 87.34W 182.798324584961
1550 Tando Allâh Yâr Sind pk N 100,3 25.46N 68.72E 25
1551@@ -3977,7 +3988,7 @@
1552 Hoa Binh Mien Nui Va Trung Du vn N 100,1 20.84N 105.33E 47
1553 Tulancingo Hidalgo mx N 100 20.09N 98.39W 2150
1554 Nandurbâr Maharashtra in N 100 21.38N 74.23E 191
1555-Zeljonodolsk Tatarstan ru N 100 55.84N 48.66E 56
1556+Зеленодольск Татарстан ru N 100 55.84N 48.66E 56
1557 Votorantim São Paulo br N 100 23.55S 47.43W 578
1558 Muroran Hokkaido jp N 100 42.34N 141.01E 0
1559 Ikeda Ôsaka jp N 100 34.82N 135.43E 27
1560@@ -3985,10 +3996,10 @@
1561 Petapa Guatemala gt N 99,9 14.50N 90.57W 1283
1562 Tahoua Tahoua ne R 99,9 14.90N 5.26E 371
1563 Jena Thüringen de N 99,9 50.93N 11.58E 160
1564-Kansk Krasnojarsk ru N 99,8 56.21N 95.72E 202
1565+Канск Красноярский край ru N 99,8 56.21N 95.72E 202
1566 Cary North Carolina us N 99,8 35.78N 78.80W 142.388488769531
1567 Ovalle Coquimbo cl N 99,8 30.59S 71.20W 306
1568-Serov Sverdlovsk ru N 99,8 59.61N 60.58E 123
1569+Серов Свердловская область ru N 99,8 59.61N 60.58E 123
1570 Grudziądz Kujawsko-Pomorskie pl N 99,8 53.49N 18.75E 29
1571 Kônan Aichi jp N 99,8 35.34N 136.86E 15
1572 Chikushino Fukuoka jp N 99,8 33.48N 130.52E 53
1573@@ -3996,14 +4007,14 @@
1574 Hepo Guangdong cn N 99,8 23.44N 115.83E 38
1575 Cambridge England gb N 99,8 52.21N 0.13E 5
1576 Tartu Tartu ee R 99,7 58.38N 26.71E 72
1577-Mezhdurechensk Kemerovo ru N 99,6 53.68N 88.09E 248
1578+Междуреченск Кемеровская область ru N 99,6 53.68N 88.09E 248
1579 Iranshahr Sîstân-e Balûchestân ir N 99,6 27.20N 60.70E 568
1580 Harer Harar et R 99,6 9.31N 42.13E 1869
1581 Sliven Sliven bg R 99,6 42.68N 26.32E 260
1582 Udagamandalam Tamil Nadu in N 99,5 11.42N 76.69E 2335
1583 Yenakiyeve Donets'ka ua N 99,5 48.23N 38.23E 198
1584 Itârsi Madhya Pradesh in N 99,4 22.62N 77.76E 321
1585-Solikamsk Perm ru N 99,4 59.64N 56.76E 172
1586+Соликамск Пермская область ru N 99,4 59.64N 56.76E 172
1587 Zhoucheng Yunnan cn N 99,4 24.36N 102.55E 1641
1588 Kaiserslautern Rheinland-Pfalz de N 99,3 49.45N 7.75E 261
1589 Guaíba Rio Grande do Sul br N 99,3 30.11S 51.32W 17
1590@@ -4044,7 +4055,7 @@
1591 Granada Granada ni R 98,6 11.94N 85.96W 68
1592 Narita Chiba jp N 98,6 35.79N 140.32E 15
1593 Lishu Heilongjiang cn N 98,6 45.09N 130.69E 237
1594-Usolje-Sibirskoje Irkutsk ru N 98,6 52.76N 103.63E 448
1595+Усолье-Сибирское Иркутская область ru N 98,6 52.76N 103.63E 448
1596 Galmûnê Amparai lk N 98,5 7.41N 81.82E 3
1597 Kâshîpur Uttaranchal in N 98,5 29.22N 78.96E 237
1598 Liling Hunan cn N 98,5 27.67N 113.49E 70
1599@@ -4058,7 +4069,7 @@
1600 Elgin Illinois us N 98,3 42.04N 88.29W 218.453628540039
1601 Salto São Paulo br N 98,3 23.19S 47.29W 538
1602 Shinyanga Shinyanga tz R 98,3 3.66S 33.42E 1132
1603-Velikije Luki Pskov ru N 98,3 56.34N 30.52E 107
1604+Великие Луки Псковская область ru N 98,3 56.34N 30.52E 107
1605 Navapolack Vicebsk by N 98,3 55.54N 28.66E 104
1606 Darwin Northern Territory au R 98,3 12.43S 130.85E 28
1607 Bolgatanga Upper East gh R 98,3 10.79N 0.85W 187
1608@@ -4146,7 +4157,7 @@
1609 Puerto Princessa Southern Tagalog ph N 96,7 9.74N 118.72E 0
1610 Tarakan Kalimantan Timur id N 96,7 3.28N 117.62E 26
1611 Kuningan Jawa Barat id N 96,7 6.98S 108.48E 524
1612-Glazov Udmurtija ru N 96,6 58.14N 52.64E 156
1613+Глазов Удмуртия ru N 96,6 58.14N 52.64E 156
1614 Porto Seguro Bahia br N 96,6 16.43S 39.08W 32
1615 Thika Central ke N 96,6 1.04S 37.09E 1496
1616 Ziftâ al-Gharbîyah eg N 96,6 30.70N 31.25E 9
1617@@ -4170,7 +4181,7 @@
1618 Zárate Buenos Aires ar N 96,2 34.09S 59.04W 27
1619 Giresun Giresun tr R 96,2 40.92N 38.39E 110
1620 Jastrzębie-Zdrój Śląskie pl N 96,2 49.99N 18.59E 261
1621-Ust-Ilimsk Irkutsk ru N 96,2 58.00N 102.66E 285
1622+Усть-Илимск Иркутская область ru N 96,2 58.00N 102.66E 285
1623 Pergamino Buenos Aires ar N 96,1 33.90S 60.57W 61
1624 Gillingham England gb N 96,1 51.39N 0.55E 32
1625 Puerto Padre Las Tunas cu N 96 21.20N 76.60W 14
1626@@ -4242,7 +4253,7 @@
1627 Linköping Östergötland se R 94,7 58.41N 15.63E 51
1628 Miaoli Miaoli tw R 94,7 24.57N 120.81E 56
1629 České Budějovice Jihočeský cz R 94,7 48.98N 14.46E 382
1630-Votkinsk Udmurtija ru N 94,6 57.05N 53.98E 83
1631+Воткинск Удмуртия ru N 94,6 57.05N 53.98E 83
1632 Kani Gifu jp N 94,6 35.43N 137.07E 102
1633 Iriga Bicol ph N 94,6 13.42N 123.40E 15
1634 Hede Jiangsu cn N 94,6 33.78N 120.25E 2
1635@@ -4276,19 +4287,19 @@
1636 Roanoke Virginia us N 93,8 37.28N 79.96W 305.290802001953
1637 Parli Maharashtra in N 93,8 18.84N 76.54E 466
1638 Albany New York us R 93,8 42.67N 73.80W 71.2595062255859
1639-Balashov Saratov ru N 93,8 51.54N 43.17E 154
1640-Krasnogorsk Moskovskaja Oblast ru N 93,8 55.83N 37.33E 177
1641+Балашов Саратовская область ru N 93,8 51.54N 43.17E 154
1642+Красногорск Московская область ru N 93,8 55.83N 37.33E 177
1643 Yamatokôriyama Nara jp N 93,8 34.64N 135.79E 47
1644 Licung Shandong cn N 93,8 36.17N 120.41E 18
1645 Yingtai Jiangxi cn N 93,8 28.25N 117.03E 24
1646 Margahayu Jawa Barat id N 93,8 6.96S 107.55E 674
1647 Metro Lampung id N 93,8 5.10S 105.33E 58
1648-Bugulma Tatarstan ru N 93,7 54.53N 52.80E 298
1649+Бугульма Татарстан ru N 93,7 54.53N 52.80E 298
1650 Maizuru Kyôto jp N 93,7 35.45N 135.32E 24
1651 Kharagpur Railway Settlement Bangla in N 93,6 22.34N 87.26E 61
1652 Mughal Sarâi Uttar Pradesh in N 93,6 25.30N 83.12E 84
1653 Huaraz Ancash pe N 93,6 9.53S 77.53W 3060
1654-Novyj Urengoj Jamalo-Nenets ru N 93,6 66.09N 76.51E 0
1655+Новый Уренгой Ямало-Ненецкий АО ru N 93,6 66.09N 76.51E 0
1656 Bûndi Rajasthan in N 93,6 25.45N 75.63E 323
1657 Nâgaur Rajasthan in N 93,6 27.21N 73.73E 292
1658 Japeri Rio de Janeiro br N 93,6 22.65S 43.66W 62
1659@@ -4334,7 +4345,7 @@
1660 Ushirombo Shinyanga tz N 92,9 3.49S 31.96E 1189
1661 Hetian Xinjiang cn N 92,8 37.12N 79.92E 1367
1662 Ranip Gujarat in N 92,8 23.03N 72.54E 53
1663-Tobolsk Tjumen ru N 92,8 58.19N 68.24E 48
1664+Тобольск Тюменская область ru N 92,8 58.19N 68.24E 48
1665 Venlo Limburg nl N 92,8 51.38N 6.17E 28
1666 Lingdong Heilongjiang cn N 92,8 46.57N 131.14E 149
1667 Puli Nantou tw N 92,8 23.97N 120.96E 442
1668@@ -4363,7 +4374,7 @@
1669 Ríohacha La Guajira co N 92,2 11.55N 72.90W 4
1670 Kot Addu Punjab pk N 92,2 30.46N 70.97E 130
1671 Lünen Nordrhein-Westfalen de N 92,2 51.62N 7.52E 56
1672-Klin Moskovskaja Oblast ru N 92,2 56.34N 36.70E 154
1673+Клин Московская область ru N 92,2 56.34N 36.70E 154
1674 Southport England gb N 92,2 53.66N 3.01W 0
1675 Lawton Oklahoma us N 92,1 34.60N 98.42W 339.625885009766
1676 Châkdaha Bangla in N 92,1 22.48N 88.35E 12
1677@@ -4427,7 +4438,7 @@
1678 Zhangshui Jiangxi cn N 91 28.07N 115.53E 18
1679 Sunrise Florida us N 90,9 26.15N 80.30W 1.02999997138977
1680 Baraut Uttar Pradesh in N 90,9 29.10N 77.26E 235
1681-Michurinsk Tambov ru N 90,9 52.90N 40.47E 160
1682+Мичуринск Тамбовская область ru N 90,9 52.90N 40.47E 160
1683 Mbanza-Ngungu Bas-Congo cd N 90,9 5.25S 14.86E 730
1684 Phan Rang Duyen Hai Mien Trung vn N 90,9 11.57N 109.00E 4
1685 Cikampek Jawa Barat id N 90,9 6.40S 107.46E 46
1686@@ -4484,7 +4495,7 @@
1687 Mau Madhya Pradesh in N 90,1 22.56N 75.75E 580
1688 Pesaro Marche it N 90,1 43.92N 12.91E 1
1689 Santa Barbara California us N 90,1 34.43N 119.72W 45.789249420166
1690-Zheleznogorsk Krasnojarsk ru N 90 56.33N 93.60E 366
1691+Железногорск Красноярский край ru N 90 56.33N 93.60E 366
1692 West Palm Beach Florida us N 90 26.75N 80.13W 4.64355039596558
1693 Torre del Greco Campania it N 90 40.79N 14.36E 7
1694 Dashiqiao Liaoning cn N 90 40.64N 122.50E 16
1695@@ -4494,7 +4505,7 @@
1696 Ubá Minas Gerais br N 89,9 21.12S 42.95W 379
1697 Chutung Hsinchu Hsien tw N 89,9 24.73N 121.07E 222
1698 Tuxtepec Oaxaca mx N 89,8 18.09N 96.12W 31
1699-Anzhero-Sudzhensk Kemerovo ru N 89,8 56.08N 86.02E 205
1700+Анжеро-Судженск Кемеровская область ru N 89,8 56.08N 86.02E 205
1701 Hindaun Rajasthan in N 89,8 26.74N 77.02E 231
1702 Duitama Boyacá co N 89,8 5.83N 73.04W 2563
1703 Velbert Nordrhein-Westfalen de N 89,8 51.35N 7.04E 215
1704@@ -4555,8 +4566,8 @@
1705 Jiangdu Jiangsu cn N 89,1 32.43N 119.57E 12
1706 Pompano Beach Florida us N 89 26.24N 80.13W 2.604975938797
1707 Aruppukkottai Tamil Nadu in N 89 9.51N 78.09E 97
1708-Novouralsk Sverdlovsk ru N 89 57.25N 59.80E 372
1709-Kineshma Ivanovo ru N 89 57.45N 42.13E 111
1710+Новоуральск Свердловская область ru N 89 57.25N 59.80E 372
1711+Кинешма Ивановская область ru N 89 57.45N 42.13E 111
1712 Misad Jilfah dz N 89 34.16N 3.50E 760
1713 Wâw Gharb Bahr-al-Ghazâl sd R 89 7.70N 27.99E 444
1714 Chingshui Taichung Hsien tw N 89 24.28N 120.57E 6
1715@@ -4569,7 +4580,7 @@
1716 Yima Henan cn N 88,9 34.72N 111.87E 454
1717 Linxia Gansu cn N 88,9 35.61N 103.21E 1883
1718 Sujângarh Rajasthan in N 88,8 27.70N 74.46E 318
1719-Kuzneck Penza ru N 88,8 53.12N 46.57E 243
1720+Кузнецк Пензенская область ru N 88,8 53.12N 46.57E 243
1721 Kwacheon Kyeonggi kr N 88,8 37.42N 126.99E 56
1722 Yongzhou Hunan cn N 88,8 26.23N 111.60E 172
1723 Lakeland Florida us N 88,7 28.04N 81.96W 51.8519477844238
1724@@ -4581,7 +4592,7 @@
1725 Guozhen Shaanxi cn N 88,7 34.35N 107.38E 541
1726 Nashua New Hampshire us N 88,6 42.75N 71.49W 56.9981231689453
1727 Assis São Paulo br N 88,6 22.66S 50.42W 580
1728-Gubkin Belgorod ru N 88,6 51.28N 37.39E 164
1729+Губкин Белгородская область ru N 88,6 51.28N 37.39E 164
1730 Nkayi Bouenza cg N 88,6 4.18S 13.28E 173
1731 Houma Shanxi cn N 88,6 35.62N 111.21E 440
1732 Bârmer Rajasthan in N 88,5 25.75N 71.39E 204
1733@@ -4617,7 +4628,7 @@
1734 Zhengchang Hubei cn N 88,2 30.38N 113.45E 18
1735 Ludwigsburg Baden-Württemberg de N 88,1 48.90N 9.19E 287
1736 Ni Bârâkpur Bangla in N 88,1 22.77N 88.36E 14
1737-Ramenskoje Moskovskaja Oblast ru N 88,1 55.49N 38.35E 111
1738+Раменское Московская область ru N 88,1 55.49N 38.35E 111
1739 Shumen Shumen bg R 88,1 43.28N 26.93E 239
1740 Jelenia Góra Dolnośląskie pl N 88,1 50.91N 15.73E 326
1741 Pecheng Jiangsu cn N 88,1 34.73N 116.93E 39
1742@@ -4652,7 +4663,7 @@
1743 Râjpura Punjab in N 87,5 30.48N 76.59E 273
1744 El Cafetal Miranda ve N 87,5 10.43N 66.83W 1204
1745 Mâdabâ Mâdabâ jo R 87,5 31.72N 35.79E 802
1746-Zheleznogorsk Kursk ru N 87,5 52.35N 35.41E 220
1747+Железногорск Курская область ru N 87,5 52.35N 35.41E 220
1748 Darlington England gb N 87,5 54.52N 1.57W 53
1749 Santiago de Compostela A Coruña es N 87,4 42.88N 8.54W 257
1750 Surt Surt ly R 87,4 31.21N 16.59E 9
1751@@ -4682,7 +4693,7 @@
1752 Kalyani Bangla in N 86,9 22.98N 88.48E 12
1753 Jharia Jharkhand in N 86,9 23.76N 86.42E 202
1754 Valinhos São Paulo br N 86,9 22.97S 46.99W 712
1755-Jejsk Krasnodar ru N 86,9 46.70N 38.27E 16
1756+Ейск Краснодарский край ru N 86,9 46.70N 38.27E 16
1757 as-Sinbillâwayn ad-Daqahlîyah eg N 86,9 30.88N 31.45E 5
1758 Gyôda Saitama jp N 86,9 36.14N 139.47E 21
1759 Gushi Henan cn N 86,9 32.18N 115.67E 57
1760@@ -4734,7 +4745,7 @@
1761 Nanterre Hauts-de-Seine fr R 86,1 48.90N 2.20E 24
1762 Villa de Alvarez Colima mx N 86,1 19.27N 103.75W 527
1763 Ishieke Ebonyi ng N 86 6.40N 8.03E 65
1764-Kaspijsk Dagestan ru N 86 42.89N 47.63E -17
1765+Каспийск Дагестан ru N 86 42.89N 47.63E -17
1766 Magway Magway mm R 85,9 20.14N 94.92E 33
1767 Panshi Jilin cn N 85,9 42.94N 126.05E 317
1768 Duobao Hubei cn N 85,9 30.65N 112.63E 38
1769@@ -4771,7 +4782,7 @@
1770 Hannô Saitama jp N 85,2 35.86N 139.32E 117
1771 Jati Jawa Tengah id N 85,2 6.84S 110.81E 10
1772 Mudon Mon mm N 85,1 16.26N 97.72E 17
1773-Pushkin Leningrad ru N 85,1 59.76N 30.31E 60
1774+Пушкин Ленинградская область ru N 85,1 59.76N 30.31E 60
1775 Padalarang Jawa Barat id N 85,1 6.84S 107.48E 691
1776 Pisa Toscana it N 85,1 43.72N 10.40E 9
1777 Pyinmana Mandalay mm N 85 19.74N 96.20E 115
1778@@ -4796,7 +4807,7 @@
1779 Yotsukaidô Chiba jp N 84,7 35.68N 140.17E 20
1780 Rafaela Santa Fé ar N 84,6 31.25S 61.50W 103
1781 Baydhabo Bay so R 84,6 3.12N 43.64E 452
1782-Kropotkin Krasnodar ru N 84,6 45.43N 40.56E 78
1783+Кропоткин Краснодарский край ru N 84,6 45.43N 40.56E 78
1784 Igarassu Pernambuco br N 84,6 7.83S 34.90W 18
1785 al-Arbaa Blidah dz N 84,6 36.57N 3.15E 89
1786 Nowy Sącz Małopolskie pl N 84,6 49.63N 20.70E 283
1787@@ -4810,7 +4821,7 @@
1788 Mabalacat Central Luzon ph N 84,5 15.22N 120.57E 114
1789 Baijiantan Xinjiang cn N 84,4 45.64N 85.18E 267
1790 Ârifwâla Punjab pk N 84,4 30.30N 73.07E 158
1791-Ozjorsk Cheljabinsk ru N 84,4 55.77N 60.70E 246
1792+Озёрск Челябинская область ru N 84,4 55.77N 60.70E 246
1793 Hücayli Korakalpogiston uz N 84,4 42.41N 59.43E 73
1794 Bitola Bitola mk R 84,4 41.04N 21.34E 641
1795 Žilina Žilinský sk R 84,4 49.22N 18.74E 350
1796@@ -4884,7 +4895,7 @@
1797 Nanhai Hubei cn N 83,5 30.18N 111.76E 82
1798 Cárdenas Tabasco mx N 83,4 18.01N 93.37W 26
1799 Bloomington Minnesota us N 83,4 44.83N 93.32W 246.149429321289
1800-Berdsk Novosibirsk ru N 83,4 54.76N 83.08E 129
1801+Бердск Новосибирская область ru N 83,4 54.76N 83.08E 129
1802 Sangrûr Punjab in N 83,4 30.25N 75.84E 240
1803 Piedecuesta Santander co N 83,4 6.99N 73.05W 1009
1804 Ogaminana Kogi ng N 83,4 7.60N 6.23E 224
1805@@ -4905,13 +4916,13 @@
1806 Orem Utah us N 83,3 40.30N 111.70W 1451.62329101563
1807 Krathum Baen Samut Sakhon th N 83,3 13.65N 100.27E 6
1808 Apartadó Antioquia co N 83,2 7.89N 76.64W 25
1809-Buzuluk Orenburg ru N 83,2 52.78N 52.26E 72
1810+Бузулук Оренбургская область ru N 83,2 52.78N 52.26E 72
1811 Planaltina Goiás br N 83,2 15.62S 47.67W 955
1812 Sano Tochigi jp N 83,2 36.32N 139.58E 46
1813 Effium Ebonyi ng N 83,1 6.63N 8.07E 111
1814 Fatehpur Rajasthan in N 83,1 27.99N 74.95E 321
1815 Madgaon Goa in N 83,1 15.28N 73.94E 9
1816-Azov Rostov ru N 83,1 47.10N 39.43E 43
1817+Азов Ростовская область ru N 83,1 47.10N 39.43E 43
1818 Abreu e Lima Pernambuco br N 83,1 7.95S 34.88W 55
1819 Resita Caras-Severin ro N 83,1 45.30N 21.89E 317
1820 Gotemba Shizuoka jp N 83,1 35.31N 138.93E 471
1821@@ -4919,13 +4930,13 @@
1822 Chicoloapan México mx N 83 19.41N 98.92W 2243
1823 Kâvali Andhra Pradesh in N 83 14.92N 79.99E 21
1824 Bârân Rajasthan in N 83 25.10N 76.51E 260
1825-Troick Cheljabinsk ru N 83 54.11N 61.57E 212
1826+Троицк Челябинская область ru N 83 54.11N 61.57E 212
1827 Pec Kosovo and Metohija rs N 83 42.66N 20.31E 496
1828 Lecce Puglia it N 83 40.36N 18.16E 48
1829 Santa Maria California us N 83 34.94N 120.44W 66.8089981079102
1830 Cranston Rhode Island us N 82,9 41.77N 71.48W 25.5100250244141
1831 Cáceres Cáceres es R 82,9 39.47N 6.38W 468
1832-Chajkovskij Perm ru N 82,9 56.76N 54.08E 72
1833+Чайковский Пермская область ru N 82,9 56.76N 54.08E 72
1834 Agboville Agnéby ci R 82,9 5.94N 4.28W 48
1835 Shulan Jilin cn N 82,9 44.41N 126.94E 246
1836 Kent Washington us N 82,9 47.39N 122.24W 11.2878160476685
1837@@ -4943,7 +4954,7 @@
1838 Taldikorgan Almati kz N 82,7 45.00N 78.40E 618
1839 Khanîfrah Meknes-Tafilalet ma N 82,7 32.95N 5.67W 844
1840 Antsiranana Antsiranana mg R 82,7 12.28S 49.28E 30
1841-Voskresensk Moskovskaja Oblast ru N 82,7 55.31N 38.70E 123
1842+Воскресенск Московская область ru N 82,7 55.31N 38.70E 123
1843 Ifo Ogun ng N 82,7 6.82N 3.20E 68
1844 Ílion Attikí gr N 82,7 38.03N 23.71E 90
1845 Fangshan Beijing cn N 82,7 39.69N 115.96E 60
1846@@ -4952,7 +4963,7 @@
1847 Ashiaman Greater Accra gh N 82,7 5.70N 0.33W 39
1848 Davie Florida us N 82,6 26.08N 80.29W 1.01399993896484
1849 Viedma Río Negro ar R 82,6 40.81S 63.00W 7
1850-Kirovo-Chepeck Kirov ru N 82,6 58.55N 50.03E 176
1851+Кирово-Чепецк Кировская область ru N 82,6 58.55N 50.03E 176
1852 Eunápolis Bahia br N 82,6 16.36S 39.58W 170
1853 Kefar Sava Hamerkaz il N 82,6 32.19N 34.91E 65
1854 Coslada Madrid es N 82,6 40.43N 3.57W 626
1855@@ -5033,7 +5044,7 @@
1856 Brâjrâjnagar Orissa in N 81,5 21.82N 83.91E 219
1857 Worms Rheinland-Pfalz de N 81,5 49.64N 8.35E 101
1858 Mayarí Santiago de Cuba cu N 81,5 20.66N 75.69W 22
1859-Gatchina Leningrad ru N 81,5 59.56N 30.10E 97
1860+Гатчина Ленинградская область ru N 81,5 59.56N 30.10E 97
1861 Kwekwe Midlands zw N 81,5 18.93S 29.80E 1237
1862 Xinmin Liaoning cn N 81,5 42.00N 122.82E 35
1863 Bandar Seri Begawan Brunei-Muara bn B 81,5 4.93N 114.95E 20
1864@@ -5094,7 +5105,7 @@
1865 Xingcheng Guangdong cn N 80,8 24.15N 115.73E 120
1866 Racine Wisconsin us N 80,7 42.73N 87.81W 182.005416870117
1867 Tuscaloosa Alabama us N 80,7 33.24N 87.54W 72.2406005859375
1868-Jurga Kemerovo ru N 80,7 55.73N 84.91E 163
1869+Юрга Кемеровская область ru N 80,7 55.73N 84.91E 163
1870 Silver Spring Maryland us N 80,7 39.01N 77.02W 79.3255386352539
1871 Trinidad Beni bo R 80,7 14.84S 64.91W 156
1872 Shibata Niigata jp N 80,7 37.94N 139.32E 11
1873@@ -5175,7 +5186,7 @@
1874 Colón Matanzas cu N 79,7 22.73N 80.91W 58
1875 Kanata Ontario ca N 79,7 45.34N 75.88W 69
1876 Bhakkar Punjab pk N 79,7 31.63N 71.06E 169
1877-Chapajevsk Samara ru N 79,7 52.97N 49.69E 31
1878+Чапаевск Самарская область ru N 79,7 52.97N 49.69E 31
1879 Ahar Azarbayjân-e Khavari ir N 79,7 38.47N 47.06E 1340
1880 Créteil Val-de-Marne fr R 79,7 48.79N 2.45E 37
1881 Xinchengxi Liaoning cn N 79,7 42.05N 123.51E 62
1882@@ -5200,7 +5211,7 @@
1883 Bâlâghât Madhya Pradesh in N 79,5 21.80N 80.18E 299
1884 Harihar Karnataka in N 79,5 14.52N 75.80E 543
1885 Gonaïves Artibonite ht R 79,5 19.45N 72.69W 6
1886-Vyborg Leningrad ru N 79,5 60.71N 28.76E 0
1887+Выборг Ленинградская область ru N 79,5 60.71N 28.76E 0
1888 Iizuka Fukuoka jp N 79,5 33.64N 130.69E 6
1889 Bais Central Visayas ph N 79,5 9.60N 123.12E 2
1890 Huilong Jiangsu cn N 79,5 31.81N 121.65E 4
1891@@ -5288,7 +5299,7 @@
1892 al-Qasrayn al-Qasrayn tn R 78,3 35.18N 8.83E 647
1893 Ikom Cross River ng N 78,3 5.97N 8.71E 86
1894 Alegrete Rio Grande do Sul br N 78,3 29.78S 55.79W 100
1895-Sarov Nizhnij Novgorod ru N 78,3 55.38N 43.83E 118
1896+Саров Новгородская область ru N 78,3 55.38N 43.83E 118
1897 ar-Rass Qasîm sa N 78,3 25.87N 43.50E 696
1898 Owariashi Aichi jp N 78,3 35.22N 137.03E 69
1899 Nanma Shandong cn N 78,3 36.18N 118.16E 277
1900@@ -5358,7 +5369,7 @@
1901 Asnières-sur-Seine Hauts-de-Seine fr N 77,4 48.91N 2.29E 40
1902 Elk Grove California us N 77,4 38.40N 121.37W 13.4774789810181
1903 Virudunagar Tamil Nadu in N 77,3 9.59N 77.95E 97
1904-Shadrinsk Kurgan ru N 77,3 56.08N 63.62E 87
1905+Шадринск Курганская область ru N 77,3 56.08N 63.62E 87
1906 Açailândia Maranhão br N 77,3 5.06S 47.54W 373
1907 Sasolburg Free State za N 77,3 26.82S 27.84E 1503
1908 Chôshi Chiba jp N 77,3 35.75N 140.81E 3
1909@@ -5380,9 +5391,9 @@
1910 Arnsberg Nordrhein-Westfalen de N 77,1 51.41N 8.06E 229
1911 Sahrisabz Kaskadar uz N 77,1 39.06N 66.83E 632
1912 Puerto Madryn Chubut ar N 77,1 42.77S 65.04W 12
1913-Asbest Sverdlovsk ru N 77,1 57.02N 61.46E 213
1914+Асбест Свердловская область ru N 77,1 57.02N 61.46E 213
1915 São João da Boa Vista São Paulo br N 77,1 21.98S 46.79W 778
1916-Mineralnyje Vody Stavropol ru N 77,1 44.21N 43.13E 312
1917+Минеральные Воды Ставропольский край ru N 77,1 44.21N 43.13E 312
1918 Bathurst-Orange New South Wales au N 77,1 33.42S 149.57E 678
1919 Yachimata Chiba jp N 77,1 35.66N 140.31E 47
1920 Gamboru Borno ng N 77,1 12.37N 14.22E 286
1921@@ -5400,7 +5411,7 @@
1922 Prey Veaeng Prey Veaeng kh R 77 11.49N 105.33E 12
1923 Vîrappanchatram Tamil Nadu in N 76,9 11.40N 77.70E 154
1924 Mânsa Punjab in N 76,9 29.98N 75.39E 220
1925-Vorkuta Komi ru N 76,9 67.51N 64.03E 0
1926+Воркута Коми ru N 76,9 67.51N 64.03E 0
1927 Manzini Manzini sz R 76,9 26.49S 31.38E 596
1928 Ôbu Aichi jp N 76,9 35.01N 136.96E 11
1929 Cuautitlán México mx N 76,8 19.67N 99.18W 2261
1930@@ -5469,7 +5480,7 @@
1931 Zhoucheng Shandong cn N 75,9 35.91N 116.30E 44
1932 Kedungwuni Jawa Tengah id N 75,9 6.97S 109.64E 20
1933 Katwa Bangla in N 75,8 23.65N 88.13E 21
1934-Belovo Kemerovo ru N 75,8 54.42N 86.29E 218
1935+Белово Кемеровская область ru N 75,8 54.42N 86.29E 218
1936 Kannauj Uttar Pradesh in N 75,8 27.06N 79.91E 142
1937 Dod Ballâpur Karnataka in N 75,8 13.30N 77.52E 901
1938 Fatsa Ordu tr N 75,8 41.03N 37.49E 17
1939@@ -5510,7 +5521,7 @@
1940 Longquan Yunnan cn N 75,4 24.68N 102.15E 1612
1941 Texmelucan Puebla mx N 75,3 19.28N 98.43W 2250
1942 Pawtucket Rhode Island us N 75,3 41.87N 71.37W 24.6121883392334
1943-Jegorjevsk Moskovskaja Oblast ru N 75,3 55.38N 39.03E 144
1944+Егорьевск Московская область ru N 75,3 55.38N 39.03E 144
1945 Dondo Sofala mz N 75,3 19.62S 34.73E 38
1946 Bondoukou Zanzan ci R 75,3 8.03N 2.80W 330
1947 Piła Wielkopolskie pl N 75,3 53.15N 16.74E 59
1948@@ -5606,7 +5617,7 @@
1949 Jiexiu Shanxi cn N 74 37.04N 111.90E 739
1950 Lianyuan Hunan cn N 74 27.66N 111.66E 223
1951 Pará de Minas Minas Gerais br N 73,9 19.84S 44.61W 773
1952-Reutov Moskovskaja Oblast ru N 73,9 55.76N 37.87E 164
1953+Реутов Московская область ru N 73,9 55.76N 37.87E 164
1954 Kitale Rift Valley ke N 73,9 1.03N 34.99E 1856
1955 Lisala Équateur cd N 73,9 2.14N 21.51E 341
1956 Tailai Heilongjiang cn N 73,9 46.39N 123.41E 146
1957@@ -5614,7 +5625,7 @@
1958 Luján Mendoza ar N 73,8 33.03S 68.90W 976
1959 Tatvan Bitlis tr N 73,8 38.49N 42.29E 1666
1960 Ra'anana Hamerkaz il N 73,8 32.19N 34.88E 41
1961-Birobidzhan Jevrej ru R 73,8 48.80N 132.91E 87
1962+Биробиджан Еврейская АО ru R 73,8 48.80N 132.91E 87
1963 Ningan Heilongjiang cn N 73,8 44.34N 129.46E 260
1964 Fengzhen Nei Monggol cn N 73,8 40.45N 113.14E 1193
1965 Tanghe Henan cn N 73,8 32.69N 112.82E 105
1966@@ -5701,7 +5712,7 @@
1967 Valvedditturai Yâpanaya lk N 72,8 9.82N 80.17E 10
1968 Payyannûr Kerala in N 72,8 12.10N 75.19E 4
1969 Lawrence Massachusetts us N 72,8 42.70N 71.16W 12.1908235549927
1970-Beloreck Bashkortostan ru N 72,8 53.97N 58.40E 517
1971+Белорецк Башкортостан ru N 72,8 53.97N 58.40E 517
1972 Türkmenbasi Balkan tm N 72,8 40.02N 52.96E 14
1973 Äli Bayramli Mugan-Salyan az R 72,8 39.93N 48.91E -22
1974 Ünye Ordu tr N 72,8 41.13N 37.29E 0
1975@@ -5710,8 +5721,8 @@
1976 Kuytun Xinjiang cn N 72,7 44.44N 84.89E 466
1977 Bethlehem Pennsylvania us N 72,7 40.63N 75.37W 103.515068054199
1978 Caçapava São Paulo br N 72,7 23.10S 45.71W 556
1979-Kamensk-Shahtinskij Rostov ru N 72,7 48.32N 40.25E 47
1980-Pushkino Moskovskaja Oblast ru N 72,7 56.00N 37.83E 141
1981+Каменск-Шахтинский Ростовская область ru N 72,7 48.32N 40.25E 47
1982+Пушкино Московская область ru N 72,7 56.00N 37.83E 141
1983 Carlisle England gb N 72,7 54.91N 2.95W 30
1984 Qasr-al-Bukhari Midyah dz N 72,7 35.89N 2.74E 603
1985 Yawata Kyôto jp N 72,7 34.87N 135.71E 12
1986@@ -5763,7 +5774,7 @@
1987 New Britain Connecticut us N 72 41.68N 72.79W 78.3197479248047
1988 Shorkot North-West Frontier pk N 72 31.90N 70.86E 184
1989 Bandar-e Emam Khomeynî Khûzestân ir N 72 30.43N 49.08E 5
1990-Prohladnyj Kabardino-Balkarija ru N 72 43.76N 43.99E 212
1991+Прохладный Кабардино-Балкария ru N 72 43.76N 43.99E 212
1992 Mardin Mardin tr R 72 37.33N 40.78E 841
1993 Gouda Zuid-Holland nl N 72 52.02N 4.70E 2
1994 Champigny-sur-Marne Val-de-Marne fr N 72 48.82N 2.51E 55
1995@@ -5888,7 +5899,7 @@
1996 Kafue Lusaka zm N 70,7 15.78S 28.18E 987
1997 Hunedoara Hunedoara ro N 70,7 45.77N 22.92E 240
1998 Lake Charles Louisiana us N 70,6 30.21N 93.20W 3.91673064231873
1999-Chernogorsk Hakasija ru N 70,6 53.83N 91.22E 341
2000+Черногорск Хакасия ru N 70,6 53.83N 91.22E 341
2001 Champaign Illinois us N 70,6 40.11N 88.26W 236.337936401367
2002 Belampalli Andhra Pradesh in N 70,6 19.06N 79.49E 210
2003 Ozubulu Anambra ng N 70,6 5.95N 6.85E 114
2004@@ -5900,7 +5911,7 @@
2005 Sankt Gallen Sankt Gallen ch R 70,5 47.44N 9.36E 579
2006 Aku Enugu ng N 70,5 6.70N 7.33E 333
2007 Chacao Miranda ve N 70,5 10.50N 66.85W 894
2008-Kopejsk Cheljabinsk ru N 70,5 55.13N 61.65E 204
2009+Копейск Челябинская область ru N 70,5 55.13N 61.65E 204
2010 Lelystad Flevoland nl R 70,5 52.52N 5.45E -5
2011 Gemlik Bursa tr N 70,5 40.43N 29.15E 0
2012 Union City California us N 70,5 37.60N 122.02W 24.2834300994873
2013@@ -5924,7 +5935,7 @@
2014 Rèchyca Homjel' by N 70,3 52.36N 30.40E 125
2015 Lamezia Terme Calabria it N 70,3 38.95N 16.29E 111
2016 Madhubani Bihar in N 70,2 26.37N 86.06E 56
2017-Dubna Moskovskaja Oblast ru N 70,2 56.75N 37.15E 119
2018+Дубна Московская область ru N 70,2 56.75N 37.15E 119
2019 Gniezno Wielkopolskie pl N 70,2 52.53N 17.61E 116
2020 Tanabe Wakayama jp N 70,2 33.73N 135.39E 22
2021 Huwei Yunlin tw N 70,2 23.72N 120.39E 19
2022@@ -5935,7 +5946,7 @@
2023 Antibes Alpes-Maritimes fr N 70,1 43.60N 7.12E 13
2024 Maiquetía Vargas ve N 70,1 10.60N 66.97W 30
2025 Kattakürgon Samarkand uz N 70,1 39.90N 66.26E 489
2026-Ishimbaj Bashkortostan ru N 70,1 53.45N 56.05E 162
2027+Ишимбай Башкортостан ru N 70,1 53.45N 56.05E 162
2028 Ayn Tutah Batnah dz N 70,1 35.39N 5.89E 943
2029 Iguatu Ceará br N 70,1 6.36S 39.30W 220
2030 Cuamba Niassa mz N 70,1 14.79S 36.54E 560
2031@@ -5947,8 +5958,8 @@
2032 Juxian Shandong cn N 70,1 35.58N 118.82E 106
2033 Bamberg Bayern de N 70,1 49.90N 10.90E 243
2034 as-Sawîrah Marrakech-Tensift-Al Haouz ma N 70 31.52N 9.77W 0
2035-Bujnaksk Dagestan ru N 70 42.83N 47.12E 463
2036-Dolgoprudnyj Moskovskaja Oblast ru N 70 55.92N 37.51E 181
2037+Буйнакск Дагестан ru N 70 42.83N 47.12E 463
2038+Долгопрудный Московская область ru N 70 55.92N 37.51E 181
2039 Saint-Nazaire Loire-Atlantique fr N 70 47.28N 2.22W 12
2040 Xiashi Zhejiang cn N 70 30.54N 120.69E 5
2041 Fuyang Zhejiang cn N 70 30.06N 119.94E 13
2042@@ -5979,7 +5990,7 @@
2043 Visnagar Gujarat in N 69,7 23.71N 72.54E 128
2044 Denau Surhondar uz N 69,7 38.28N 67.89E 512
2045 Kâshmar Khorâsân ir N 69,7 35.18N 58.45E 991
2046-Kumertau Bashkortostan ru N 69,7 52.76N 55.78E 317
2047+Кимертау Башкортостан ru N 69,7 52.76N 55.78E 317
2048 Lins São Paulo br N 69,7 21.67S 49.76W 470
2049 Ambovombe Toliary mg N 69,7 25.18S 46.08E 134
2050 Zugdidi Samagrelo and Zemo Svaneti ge R 69,7 42.50N 41.86E 97
2051@@ -6008,7 +6019,7 @@
2052 Güigüe Carabobo ve N 69,4 10.08N 67.78W 447
2053 al-Hayy Wâsit iq N 69,4 32.17N 64.03E 1233
2054 Yacuíba Tarija bo N 69,4 22.03S 63.70W 713
2055-Kungur Perm ru N 69,4 57.44N 56.94E 120
2056+Кунгур Пермская область ru N 69,4 57.44N 56.94E 120
2057 Jaboticabal São Paulo br N 69,4 21.25S 48.33W 589
2058 Mengyin Shandong cn N 69,4 35.71N 117.92E 181
2059 Mengcheng Anhui cn N 69,4 33.27N 116.55E 30
2060@@ -6028,7 +6039,7 @@
2061 Kladno Středočeský cz N 69,3 50.15N 14.09E 394
2062 Kâyankulam Kerala in N 69,2 9.17N 76.49E 0
2063 Moro Sind pk N 69,2 26.67N 67.99E 38
2064-Lysva Perm ru N 69,2 58.11N 57.79E 154
2065+Лысьва Пермская область ru N 69,2 58.11N 57.79E 154
2066 Hasselt Limburg be R 69,2 50.93N 5.33E 37
2067 Marivan Kordestân ir N 69,2 35.45N 46.20E 1300
2068 Alfenas Minas Gerais br N 69,2 21.41S 45.95W 807
2069@@ -6077,7 +6088,7 @@
2070 Goya Corrientes ar N 68,8 29.14S 59.27W 42
2071 Itatiba São Paulo br N 68,8 22.99S 46.84W 775
2072 São Sebastião São Paulo br N 68,8 23.79S 45.41W 191
2073-Tihoreck Krasnodar ru N 68,8 45.85N 40.12E 81
2074+Тихорецк Краснодарский край ru N 68,8 45.85N 40.12E 81
2075 Roman Neamt ro N 68,8 46.93N 26.93E 204
2076 Bufarik Blidah dz N 68,8 36.58N 2.90E 40
2077 Kiyose Tôkyô jp N 68,8 35.78N 139.53E 51
2078@@ -6094,7 +6105,7 @@
2079 Hekinan Aichi jp N 68,7 34.89N 136.98E 11
2080 Tsuruga Fukui jp N 68,7 35.65N 136.07E 3
2081 Angangxi Heilongjiang cn N 68,7 47.16N 123.80E 149
2082-Minusinsk Krasnojarsk ru N 68,6 53.71N 91.68E 247
2083+Минусинск Красноярский край ru N 68,6 53.71N 91.68E 247
2084 Galway Galway ie R 68,6 53.28N 9.06W 11
2085 Shahdadpur Sind pk N 68,6 25.92N 68.61E 21
2086 Kot Abdul Malik Punjab pk N 68,6 30.20N 66.98E 1643
2087@@ -6102,7 +6113,7 @@
2088 al-Husaymah Taza-Al Hoceima-Taounate ma N 68,6 35.26N 3.94W 0
2089 Zadar Zadar hr R 68,6 44.12N 15.24E 18
2090 Tamano Okayama jp N 68,6 34.51N 133.94E 96
2091-Nerjungri Saha ru N 68,6 56.68N 124.67E 706
2092+Нерюнгри Саха ru N 68,6 56.68N 124.67E 706
2093 Pingzhuang Nei Monggol cn N 68,6 42.03N 119.28E 513
2094 Putatan Sabah my N 68,6 5.88N 116.05E 7
2095 Arjawinangun Jawa Barat id N 68,6 6.65S 108.40E 11
2096@@ -6114,7 +6125,7 @@
2097 Peñaflor Metropolitana cl N 68,5 33.62S 70.92W 358
2098 Itaituba Pará br N 68,5 4.27S 55.99W 23
2099 al-Khafjî ash-Sharqîyah sa N 68,5 28.42N 48.51E 9
2100-Pavlovskij Posad Moskovskaja Oblast ru N 68,5 55.77N 38.67E 142
2101+Павловский Посад Московская область ru N 68,5 55.77N 38.67E 142
2102 Santa Cruz do Capibaribe Pernambuco br N 68,5 7.96S 36.21W 437
2103 Ödemis Izmir tr N 68,5 38.24N 27.96E 134
2104 Bârlad Vaslui ro N 68,5 46.23N 27.66E 92
2105@@ -6139,7 +6150,7 @@
2106 Jacksonville North Carolina us N 68,2 34.76N 77.40W 6.98764657974243
2107 Paragominas Pará br N 68,2 2.96S 47.49W 128
2108 Velsen Noord-Holland nl N 68,2 52.47N 4.63E -4
2109-Gukovo Rostov ru N 68,2 48.07N 39.93E 231
2110+Гуково Ростовская область ru N 68,2 48.07N 39.93E 231
2111 Feodosiya Krym ua N 68,2 45.04N 35.37E 26
2112 Novomoskovs'k Dnipropetrovs'ka ua N 68,2 48.65N 35.25E 60
2113 GaRankuwa North West za N 68,2 25.62S 27.98E 1256
2114@@ -6151,9 +6162,9 @@
2115 Guildford England gb N 68,2 51.24N 0.58W 34
2116 Fenî Fenî bd R 68,1 23.01N 91.39E 12
2117 Madârîpûr Madârîpûr bd R 68,1 23.18N 90.20E 8
2118-Leninogorsk Tatarstan ru N 68,1 54.60N 52.45E 249
2119-Volsk Saratov ru N 68,1 52.05N 47.37E 113
2120-Georgijevsk Stavropol ru N 68,1 44.14N 43.45E 300
2121+Лениногорск Татарстан ru N 68,1 54.60N 52.45E 249
2122+Вольск Саратовская область ru N 68,1 52.05N 47.37E 113
2123+Георгиевск Ставропольский край ru N 68,1 44.14N 43.45E 300
2124 Okitipupa Ondo ng N 68,1 6.51N 4.69E 34
2125 Ichon Kyeonggi kr N 68,1 37.28N 127.45E 63
2126 Hushitai Liaoning cn N 68,1 41.95N 123.51E 65
2127@@ -6168,7 +6179,7 @@
2128 Mânikganj Mânikganj bd R 67,9 23.83N 90.09E 12
2129 Pattoki Punjab pk N 67,9 31.03N 73.85E 195
2130 Idah Kogi ng N 67,9 7.12N 6.73E 27
2131-Stupino Moskovskaja Oblast ru N 67,9 54.89N 38.11E 179
2132+Ступино Московская область ru N 67,9 54.89N 38.11E 179
2133 Yuncheng Shandong cn N 67,9 35.65N 115.76E 46
2134 Huaicheng Guangdong cn N 67,9 23.91N 112.18E 59
2135 Tuy Hoa Duyen Hai Mien Trung vn N 67,9 13.09N 109.30E 8
2136@@ -6206,7 +6217,7 @@
2137 Torrent Valencia es N 67,6 39.44N 0.46W 43
2138 Lippstadt Nordrhein-Westfalen de N 67,5 51.67N 8.34E 77
2139 Jaorâ Madhya Pradesh in N 67,5 23.64N 75.11E 474
2140-Jelabuga Tatarstan ru N 67,5 55.76N 52.07E 67
2141+Елабуга Татарстан ru N 67,5 55.76N 52.07E 67
2142 Abnûb Asyût eg N 67,5 27.27N 31.15E 59
2143 Néa Ionía Attikí gr N 67,5 38.03N 23.75E 159
2144 Maebaru Fukuoka jp N 67,5 33.56N 130.20E 13
2145@@ -6221,7 +6232,7 @@
2146 Jagüey Grande Matanzas cu N 67,4 22.53N 81.13W 14
2147 Khuresgan Esfahân ir N 67,4 32.65N 51.75E 1557
2148 ash-Shaykhân Ninawa iq N 67,4 36.77N 43.45E 599
2149-Tihvin Leningrad ru N 67,4 59.64N 33.51E 47
2150+Тихвин Ленинградская область ru N 67,4 59.64N 33.51E 47
2151 Shrewsbury England gb N 67,4 52.71N 2.75W 70
2152 Kashiba Nara jp N 67,4 34.55N 135.70E 55
2153 Tangzhai Anhui cn N 67,4 34.43N 116.60E 43
2154@@ -6289,8 +6300,8 @@
2155 Kasihan Yogyakarta id N 66,9 7.82S 110.32E 90
2156 Laibin Guangxi cn N 66,9 23.70N 109.27E 77
2157 Sughar Tiyarat dz N 66,9 35.20N 1.50E 1091
2158-Polevskoj Sverdlovsk ru N 66,8 56.45N 60.18E 362
2159-Tuapse Krasnodar ru N 66,8 44.10N 39.06E 25
2160+Полевской Свердловская область ru N 66,8 56.45N 60.18E 362
2161+Туапсе Краснодарский край ru N 66,8 44.10N 39.06E 25
2162 Kakamega Western ke R 66,8 0.29N 34.73E 1468
2163 Korosten' Zhytomyrs'ka ua N 66,8 50.95N 28.64E 172
2164 Stalowa Wola Podkarpackie pl N 66,8 50.57N 22.05E 159
2165@@ -6310,7 +6321,7 @@
2166 Kambar Sind pk N 66,7 27.59N 67.99E 49
2167 Nahâvand Hamadân ir N 66,7 34.20N 48.37E 1705
2168 Viçosa Minas Gerais br N 66,7 20.76S 42.88W 663
2169-Gus-Hrustalnyj Vladimir ru N 66,7 55.61N 40.65E 134
2170+Гусь-Хрустальный Владимирская область ru N 66,7 55.61N 40.65E 134
2171 Fujiidera Ôsaka jp N 66,7 34.57N 135.60E 22
2172 Folsom California us N 66,7 38.68N 121.15W 118.551902770996
2173 Tianpeng Sichuan cn N 66,7 30.99N 103.94E 606
2174@@ -6321,7 +6332,7 @@
2175 Gûjar Khân Punjab pk N 66,6 33.26N 73.30E 465
2176 Rivadavia Mendoza ar N 66,6 33.19S 68.47W 666
2177 Le Tampon Saint-Pierre re N 66,6 21.27S 55.53E 695
2178-Chistopol Tatarstan ru N 66,6 55.37N 50.62E 97
2179+Чистополь Татарстан ru N 66,6 55.37N 50.62E 97
2180 Yüksekova Hakkari tr N 66,6 37.57N 44.29E 1895
2181 Aksehir Konya tr N 66,6 38.36N 31.41E 1034
2182 Gabrovo Gabrovo bg R 66,6 42.90N 25.31E 438
2183@@ -6382,7 +6393,7 @@
2184 Gurupi Tocantins br N 66 11.72S 49.06W 268
2185 Âddîgrat Tigray et N 66 14.28N 39.47E 2437
2186 Mocuba Zambezia mz N 66 16.85S 38.26E 80
2187-Dmitrov Moskovskaja Oblast ru N 66 56.35N 37.53E 134
2188+Дмитров Московская область ru N 66 56.35N 37.53E 134
2189 Aflu al-Aghwat dz N 66 34.12N 2.09E 1414
2190 Sabae Fukui jp N 66 35.95N 136.19E 15
2191 Lishu Jilin cn N 66 43.31N 124.32E 162
2192@@ -6395,17 +6406,17 @@
2193 Zhaoyuan Heilongjiang cn N 65,9 45.51N 125.07E 130
2194 Saliqi Nei Monggol cn N 65,9 40.55N 110.51E 1002
2195 Massa Toscana it N 65,9 44.06N 10.15E 594
2196-Iskitim Novosibirsk ru N 65,8 54.64N 83.29E 115
2197+Искитим Новосибирская область ru N 65,8 54.64N 83.29E 115
2198 Nârnaul Haryana in N 65,8 28.04N 76.10E 308
2199 Colmar Haut-Rhin fr R 65,8 48.08N 7.36E 193
2200 Enugu Ukwu Anambra ng N 65,8 6.17N 7.00E 245
2201 Dogubeyazit Agri tr N 65,8 39.54N 44.08E 1619
2202 Shiki Saitama jp N 65,8 35.85N 139.55E 16
2203-Zelenogorsk Krasnojarsk ru N 65,7 58.13N 94.48E 190
2204+Зеленогорск Красноярский край ru N 65,7 58.13N 94.48E 190
2205 Râmanâthapuram Tamil Nadu in N 65,7 9.37N 78.83E 13
2206 Dundalk Maryland us N 65,7 39.27N 76.50W 11.1684589385986
2207 San Felipe Valparaíso cl N 65,7 32.75S 70.72W 657
2208-Pavlovo Nizhnij Novgorod ru N 65,7 55.96N 43.09E 127
2209+Павлово Новгородская область ru N 65,7 55.96N 43.09E 127
2210 Gagra Abkhasia ge N 65,7 43.34N 40.24E 581
2211 Alba Iulia Alba ro N 65,7 46.08N 23.57E 232
2212 Kongju Chungcheongnam kr N 65,7 36.45N 127.12E 31
2213@@ -6424,7 +6435,7 @@
2214 Burj Minayal Bumardas dz N 65,6 36.73N 3.72E 37
2215 Fuli Heilongjiang cn N 65,6 46.72N 131.12E 118
2216 Jingcheng Jiangsu cn N 65,6 32.02N 120.26E 8
2217-Lesosibirsk Krasnojarsk ru N 65,5 58.24N 92.49E 84
2218+Лесосибирск Красноярский край ru N 65,5 58.24N 92.49E 84
2219 Siuri Bangla in N 65,5 23.91N 87.53E 82
2220 San José de las Lajas La Habana cu N 65,5 22.97N 82.15W 136
2221 Nuevitas Camagüey cu N 65,5 21.55N 77.27W 31
2222@@ -6467,7 +6478,7 @@
2223 Pyapon Ayeyarwady mm N 65,2 16.29N 95.68E 6
2224 Mannârgudi Tamil Nadu in N 65,2 10.67N 79.45E 20
2225 Cannes Alpes-Maritimes fr N 65,2 43.56N 7.02E 28
2226-Salsk Rostov ru N 65,2 46.46N 41.53E 40
2227+Сальск Ростовская область ru N 65,2 46.46N 41.53E 40
2228 Bukoba Kagera tz R 65,2 1.32S 31.80E 1159
2229 al-Qanâtir-al-Khayrîyah al-Qalyûbiyah eg N 65,2 30.20N 31.13E 16
2230 Chiryu Aichi jp N 65,2 35.01N 137.03E 12
2231@@ -6507,8 +6518,8 @@
2232 Jovellanos Matanzas cu N 64,7 22.80N 81.20W 40
2233 Faridpur Uttar Pradesh in N 64,7 28.22N 79.53E 168
2234 Buin Metropolitana cl N 64,7 33.73S 70.75W 482
2235-Kstovo Nizhnij Novgorod ru N 64,7 56.18N 44.18E 60
2236-Aleksin Tula ru N 64,7 54.51N 37.07E 135
2237+Кстово Новгородская область ru N 64,7 56.18N 44.18E 60
2238+Алексин Тульская область ru N 64,7 54.51N 37.07E 135
2239 Huangzhai Henan cn N 64,7 33.62N 114.63E 52
2240 Allende Guanajuato mx N 64,7 20.92N 100.76W 1924
2241 Amatitlán Guatemala gt N 64,6 14.48N 90.63W 1215
2242@@ -6529,8 +6540,8 @@
2243 Chopda Maharashtra in N 64,5 21.25N 75.28E 197
2244 Çust Namangan uz N 64,5 41.00N 71.23E 671
2245 Itapeva São Paulo br N 64,5 23.98S 48.88W 687
2246-Labinsk Krasnodar ru N 64,5 44.64N 40.72E 269
2247-Slavjansk-na-Kubani Krasnodar ru N 64,5 45.25N 38.11E 3
2248+Лабинск Краснодарский край ru N 64,5 44.64N 40.72E 269
2249+Славянск-на-Кубани Краснодарский край ru N 64,5 45.25N 38.11E 3
2250 Villeneuve-d'Ascq Nord fr N 64,5 50.62N 3.14E 33
2251 Tendô Yamagata jp N 64,5 38.35N 140.38E 223
2252 Laguna Niguel California us N 64,5 33.53N 117.70W 153.149536132813
2253@@ -6540,9 +6551,9 @@
2254 Tirupathur Tamil Nadu in N 64,4 12.50N 78.57E 386
2255 Châmrâjnagar Karnataka in N 64,4 11.92N 76.95E 722
2256 Ilo Moquegua pe N 64,4 17.64S 71.34W 28
2257-Njagan Hanty-Mansija ru N 64,4 62.15N 65.38E 0
2258+Нягань Ханты-Мансийский АО ru N 64,4 62.15N 65.38E 0
2259 Alvand Zanjân ir N 64,4 36.32N 49.16E 1803
2260-Budjonnovsk Stavropol ru N 64,4 44.79N 44.14E 131
2261+Будённовск Ставропольский край ru N 64,4 44.79N 44.14E 131
2262 Natori Miyagi jp N 64,4 38.16N 140.88E 37
2263 Bang Kruai Nonthaburi th N 64,4 13.81N 100.45E 6
2264 Eagan Minnesota us N 64,3 44.82N 93.16W 263.744873046875
2265@@ -6614,7 +6625,7 @@
2266 Tucupita Delta Amacuro ve R 63,7 9.06N 62.06W 4
2267 Moroni Njazídja km B 63,7 11.74S 43.23E 0
2268 Virginia Free State za N 63,7 28.09S 26.87E 1299
2269-Belogorsk Amur ru N 63,7 50.92N 128.46E 166
2270+Белогорск Амурская область ru N 63,7 50.92N 128.46E 166
2271 Anxiang Hunan cn N 63,7 29.41N 112.15E 31
2272 Chengmai Hainan cn N 63,7 19.74N 110.01E 32
2273 Springfield Ohio us N 63,6 39.93N 83.80W 293.311462402344
2274@@ -6713,7 +6724,7 @@
2275 Chiang Rai Chiang Rai th R 62,9 19.91N 99.83E 397
2276 Greenwich Connecticut us N 62,9 41.04N 73.59W 0
2277 San Fernando Libertador General Bernardo O'Higgins cl N 62,9 34.58S 70.99W 337
2278-Tujmazy Bashkortostan ru N 62,9 54.60N 53.70E 122
2279+Туймазы Башкортостан ru N 62,9 54.60N 53.70E 122
2280 Golara Esfahân ir N 62,9 32.63N 51.44E 1619
2281 Zamora Zamora es R 62,9 41.52N 5.75W 667
2282 Caratinga Minas Gerais br N 62,9 19.79S 42.14W 589
2283@@ -6754,7 +6765,7 @@
2284 Caçador Santa Catarina br N 62,6 26.77S 51.02W 945
2285 Rahîmah ash-Sharqîyah sa N 62,6 26.70N 50.06E 4
2286 Parsabad Ardabîl ir N 62,6 39.65N 47.93E 44
2287-Klincy Brjansk ru N 62,6 52.76N 32.23E 168
2288+Клинцы Брянская область ru N 62,6 52.76N 32.23E 168
2289 Xinglongshan Jilin cn N 62,6 43.95N 125.48E 221
2290 Wenshang Shandong cn N 62,6 35.73N 116.48E 44
2291 Qixingtai Hubei cn N 62,6 30.42N 111.77E 34
2292@@ -6781,7 +6792,7 @@
2293 San Marcos San Salvador sv N 62,3 13.66N 89.19W 731
2294 Yâdgîr Karnataka in N 62,3 16.77N 77.13E 370
2295 Panaji Goa in R 62,3 15.50N 73.81E 48
2296-Meleuz Bashkortostan ru N 62,3 52.97N 55.94E 172
2297+Мелеуз Башкортостан ru N 62,3 52.97N 55.94E 172
2298 Subbah-as-Salim Hawallî kw N 62,3 29.26N 48.06E 29
2299 Kawm Umbû Aswân eg N 62,3 24.47N 32.95E 106
2300 Kovel' Volyns'ka ua N 62,3 51.22N 24.71E 169
2301@@ -6807,7 +6818,7 @@
2302 Baheri Uttar Pradesh in N 62,1 28.78N 79.50E 194
2303 Khopoli Maharashtra in N 62,1 18.78N 73.33E 270
2304 La Dolorita Miranda ve N 62,1 10.48N 66.78W 0
2305-Revda Sverdlovsk ru N 62,1 56.81N 59.95E 310
2306+Ревда Свердловская область ru N 62,1 56.81N 59.95E 310
2307 Veenendaal Utrecht nl N 62,1 52.02N 5.55E 15
2308 Ayn Wilman Satif dz N 62,1 35.93N 5.30E 918
2309 Ouro Preto Minas Gerais br N 62,1 20.38S 43.51W 1130
2310@@ -6821,11 +6832,11 @@
2311 Narasapur Andhra Pradesh in N 62 16.45N 81.70E 17
2312 Khatauli Uttar Pradesh in N 62 29.28N 77.72E 237
2313 Malappuram Kerala in N 62 11.07N 76.06E 103
2314-Sosnovyj Bor Leningrad ru N 62 59.90N 29.10E 13
2315+Сосновый Бор Ленинградская область ru N 62 59.90N 29.10E 13
2316 Shuizhai Guangdong cn N 62 23.98N 115.60E 162
2317 Lawang Jawa Timur id N 62 7.83S 112.70E 487
2318 Xiaoweizhai Guizhou cn N 62 26.23N 107.53E 964
2319-Cheremhovo Irkutsk ru N 62 53.15N 103.06E 562
2320+Черемхово Иркутская область ru N 62 53.15N 103.06E 562
2321 Perai Pulau Pinang my N 62 5.38N 100.38E 5
2322 Tura Meghalaya in N 61,9 25.52N 90.22E 362
2323 Mârkâpur Andhra Pradesh in N 61,9 15.73N 79.28E 149
2324@@ -6839,7 +6850,7 @@
2325 Uran Islampur Maharashtra in N 61,8 17.05N 74.27E 594
2326 Jaisalmer Rajasthan in N 61,8 26.92N 70.90E 233
2327 Willemstad Curaçao an B 61,8 12.10N 68.93W 0
2328-Lobnja Moskovskaja Oblast ru N 61,8 56.00N 37.49E 188
2329+Лобня Московская область ru N 61,8 56.00N 37.49E 188
2330 Valjevo Central Serbia rs N 61,8 44.28N 19.89E 210
2331 Keoje Kyeongsangnam kr N 61,8 34.88N 128.63E 11
2332 Zhenhai Zhejiang cn N 61,8 29.95N 121.73E 66
2333@@ -6874,7 +6885,7 @@
2334 Jackson Tennessee us N 61,5 35.63N 88.83W 114.393646240234
2335 Nipâni Karnataka in N 61,5 16.41N 74.38E 587
2336 Sûratgarh Rajasthan in N 61,5 29.32N 73.90E 175
2337-Krasnoturinsk Sverdlovsk ru N 61,5 59.79N 60.48E 121
2338+Краснотурьинск Свердловская область ru N 61,5 59.79N 60.48E 121
2339 Sayyân SanŽâ ye N 61,5 15.17N 44.33E 2460
2340 Vélez-Málaga Málaga es N 61,5 36.79N 4.10W 110
2341 Singida Singida tz R 61,5 4.82S 34.74E 1503
2342@@ -6884,7 +6895,7 @@
2343 Tândûr Andhra Pradesh in N 61,4 17.23N 77.58E 442
2344 Bayonne New Jersey us N 61,4 40.66N 74.11W 2.47890973091125
2345 Uga Anambra ng N 61,4 5.93N 7.08E 222
2346-Aleksandrov Vladimir ru N 61,4 56.40N 38.72E 192
2347+Александров Владимирвская область ru N 61,4 56.40N 38.72E 192
2348 Mizusawa Iwate jp N 61,4 39.14N 141.14E 57
2349 Fukuroi Shizuoka jp N 61,4 34.75N 137.93E 11
2350 Taikang Heilongjiang cn N 61,4 46.87N 124.43E 149
2351@@ -6915,14 +6926,14 @@
2352 Râyagâda Orissa in N 61,2 19.18N 83.41E 231
2353 Bristol Connecticut us N 61,2 41.68N 72.94W 133.981903076172
2354 Pirassununga São Paulo br N 61,2 21.99S 47.43W 597
2355-Borisoglebsk Voronezh ru N 61,2 51.37N 42.09E 106
2356+Борисоглебск Воронежская область ru N 61,2 51.37N 42.09E 106
2357 Druzhkivka Donets'ka ua N 61,2 48.63N 37.53E 73
2358-Chehov Moskovskaja Oblast ru N 61,2 55.14N 37.48E 173
2359+Чехов Московская область ru N 61,2 55.14N 37.48E 173
2360 Gravatá Pernambuco br N 61,2 8.19S 35.55W 468
2361 al-Badrashayn al-Jîzah eg N 61,2 29.85N 31.27E 25
2362 Mielec Podkarpackie pl N 61,2 50.29N 21.43E 172
2363 Takaishi Ôsaka jp N 61,2 34.53N 135.44E 3
2364-Artjom Primorje ru N 61,2 43.36N 132.18E 35
2365+Артём Приморский край ru N 61,2 43.36N 132.18E 35
2366 Bayan Heilongjiang cn N 61,2 46.08N 127.40E 137
2367 Juye Shandong cn N 61,2 35.39N 116.09E 43
2368 Valle de Santiago Guanajuato mx N 61,2 20.38N 101.20W 1753
2369@@ -6981,7 +6992,7 @@
2370 Hânaqîn Diyalâ iq N 60,8 34.35N 45.38E 176
2371 Antratsyt Luhans'ka ua N 60,8 48.12N 39.09E 253
2372 Valença Bahia br N 60,8 13.36S 39.08W 36
2373-Svobodnyj Amur ru N 60,8 51.38N 128.13E 206
2374+Свободный Амурская область ru N 60,8 51.38N 128.13E 206
2375 Chaochou Pingtung tw N 60,8 22.55N 120.53E 9
2376 Cepu Jawa Tengah id N 60,8 7.15S 111.58E 39
2377 al-Munastîr al-Munastîr tn R 60,8 35.79N 10.82E 0
2378@@ -7021,13 +7032,13 @@
2379 Landshut Bayern de N 60,5 48.54N 12.14E 393
2380 Kennewick Washington us N 60,5 46.20N 119.17W 165.474304199219
2381 Xuanwu Henan cn N 60,5 33.86N 115.47E 44
2382-Nazarovo Krasnojarsk ru N 60,4 56.01N 90.38E 258
2383+Назарово Красноярский край ru N 60,4 56.01N 90.38E 258
2384 Phuntsholing Samchi bt N 60,4 26.85N 89.38E 204
2385 Ríonegro Antioquia co N 60,4 6.16N 75.39W 2110
2386 Lâdnûn Rajasthan in N 60,4 27.64N 74.38E 334
2387 Balsas Maranhão br N 60,4 7.52S 46.05W 273
2388-Rossosh Voronezh ru N 60,4 50.21N 39.58E 79
2389-Arsenjev Primorje ru N 60,4 44.16N 133.28E 171
2390+Россош Воронежская область ru N 60,4 50.21N 39.58E 79
2391+Арсеньев Приморский край ru N 60,4 44.16N 133.28E 171
2392 South Whittier California us N 60,4 33.93N 118.03W 56.4436912536621
2393 Xiaoyi Henan cn N 60,4 34.77N 112.95E 109
2394 Rio Rancho New Mexico us N 60,4 35.27N 106.66W 1651.18469238281
2395@@ -7035,7 +7046,7 @@
2396 Kuniyamuthur Tamil Nadu in N 60,3 10.98N 76.95E 408
2397 Haveli Punjab pk N 60,3 30.46N 73.70E 177
2398 Zeist Utrecht nl N 60,3 52.10N 5.23E 13
2399-Rzhev Tver ru N 60,3 56.26N 34.33E 167
2400+Ржев Тверская область ru N 60,3 56.26N 34.33E 167
2401 Wallasey England gb N 60,3 53.43N 3.05W 44
2402 Aubervillers Seine-Saint-Denis fr N 60,3 48.92N 2.38E 34
2403 Kuroiso Tochigi jp N 60,3 36.98N 140.05E 287
2404@@ -7047,7 +7058,7 @@
2405 Yangshan Shandong cn N 60,3 35.07N 116.30E 41
2406 Concord North Carolina us N 60,2 35.41N 80.59W 197.655624389648
2407 Tiruvalla Kerala in N 60,2 9.39N 76.57E 11
2408-Belebej Bashkortostan ru N 60,2 54.11N 54.11E 311
2409+Белебей Башкортостан ru N 60,2 54.11N 54.11E 311
2410 Tahar Jijel dz N 60,2 36.41N 5.94E 534
2411 Irecê Bahia br N 60,2 11.30S 41.87W 709
2412 Troyes Aube fr R 60,2 48.30N 4.08E 109
2413@@ -7058,15 +7069,15 @@
2414 Wanning Hainan cn N 60,2 18.80N 110.39E 7
2415 Suicheng Guangdong cn N 60,2 21.39N 110.24E 5
2416 North Little Rock Arkansas us N 60,1 34.79N 92.26W 122.886611938477
2417-Talnah Krasnojarsk ru N 60,1 69.50N 88.45E 0
2418+Талнах Красноярский край ru N 60,1 69.50N 88.45E 0
2419 Sîtâmarhi Bihar in N 60,1 26.61N 85.48E 66
2420 Hamilton Ohio us N 60,1 39.39N 84.56W 179.760131835938
2421 Sangâreddi Andhra Pradesh in N 60,1 17.63N 78.08E 513
2422-Kogalym Hanty-Mansija ru N 60,1 62.03N 74.50E 0
2423+Когалым Ханты-Мансийский АО ru N 60,1 62.03N 74.50E 0
2424 São Borja Rio Grande do Sul br N 60,1 28.66S 56.01W 90
2425 Paulínia São Paulo br N 60,1 22.75S 47.17W 594
2426 Den Helder Noord-Holland nl N 60,1 52.96N 4.75E 1
2427-Apatity Murmansk ru N 60,1 67.57N 33.39E 0
2428+Апатиты Мурманская область ru N 60,1 67.57N 33.39E 0
2429 Lorient Morbihan fr N 60,1 47.74N 3.37W 17
2430 Tczew Pomorskie pl N 60,1 54.10N 18.78E 20
2431 Liaozhong Liaoning cn N 60,1 41.51N 122.73E 16
2432@@ -7085,8 +7096,8 @@
2433 Haverhill Massachusetts us N 60 42.78N 71.09W 6.71052122116089
2434 Unaí Minas Gerais br N 60 16.36S 46.90W 594
2435 Bragança Pará br N 60 1.05S 46.77W 15
2436-Shuja Ivanovo ru N 60 56.86N 41.35E 94
2437-Solnechnogorsk Moskovskaja Oblast ru N 60 56.18N 36.95E 191
2438+Шуя Ивановская область ru N 60 56.86N 41.35E 94
2439+Солнечногорск Московская область ru N 60 56.18N 36.95E 191
2440 Kavála Kavála gr R 60 40.94N 24.40E 87
2441 Kitahiroshima Hokkaido jp N 60 42.99N 141.56E 22
2442 Jiangkou Fujian cn N 60 25.48N 119.20E 5
2443@@ -7115,8 +7126,8 @@
2444 Nawalgarh Rajasthan in N 59,8 27.85N 75.27E 388
2445 Telêmaco Borba Paraná br N 59,8 24.33S 50.62W 773
2446 Rubizhne Luhans'ka ua N 59,8 49.01N 38.39E 67
2447-Domodedovo Moskovskaja Oblast ru N 59,8 55.43N 37.75E 160
2448-Shchjokino Tula ru N 59,8 54.01N 37.51E 244
2449+Домодедово Московская область ru N 59,8 55.43N 37.75E 160
2450+Щёкино Тульская область ru N 59,8 54.01N 37.51E 244
2451 Sorgun Yozgat tr N 59,8 39.82N 35.17E 1116
2452 Qûs Qinâ eg N 59,8 25.91N 32.76E 81
2453 al-Manshâh Sawhâj eg N 59,8 26.47N 31.81E 67
2454@@ -7135,7 +7146,7 @@
2455 Savona Liguria it N 59,7 44.32N 8.46E 145
2456 Khomeyn Markazî ir N 59,7 33.63N 50.05E 1826
2457 Takestan Qazvîn ir N 59,7 36.07N 49.70E 1260
2458-Naro-Fominsk Moskovskaja Oblast ru N 59,7 55.38N 36.74E 159
2459+Наро-Фоминск Московская область ru N 59,7 55.38N 36.74E 159
2460 Gaogou Jiangsu cn N 59,7 34.02N 119.19E 6
2461 Qixia Jiangsu cn N 59,7 32.15N 118.95E 13
2462 Hushan Zhejiang cn N 59,7 28.72N 118.83E 289
2463@@ -7180,7 +7191,7 @@
2464 Drummondville Québec ca N 59,4 45.89N 72.49W 73.9418334960938
2465 Sahrihan Andijon uz N 59,4 40.71N 72.06E 449
2466 Carazinho Rio Grande do Sul br N 59,4 28.29S 52.80W 575
2467-Mihajlovka Volgograd ru N 59,4 50.06N 43.22E 76
2468+Михайловка Волгоградская область ru N 59,4 50.06N 43.22E 76
2469 Bundaberg Queensland au N 59,4 24.87S 152.35E 9
2470 Lakewood Washington us N 59,4 47.16N 122.53W 65.0459976196289
2471 Zhuwang Shandong cn N 59,4 36.91N 121.51E 16
2472@@ -7219,7 +7230,7 @@
2473 Anurâdhapûraya Anurâdhapûraya lk R 59,1 8.32N 80.41E 99
2474 Tamarac Florida us N 59,1 26.20N 80.26W 2.52999997138977
2475 Fairfield Connecticut us N 59,1 41.13N 73.26W 5.16053867340088
2476-Ishim Tjumen ru N 59,1 56.11N 69.46E 85
2477+Ишим Тюменская область ru N 59,1 56.11N 69.46E 85
2478 Langenfeld Nordrhein-Westfalen de N 59,1 51.11N 6.95E 53
2479 al-Khârijah al-Wadi al-Jadid eg R 59,1 25.44N 30.55E 76
2480 Afragola Campania it N 59,1 40.93N 14.30E 44
2481@@ -7230,8 +7241,8 @@
2482 Lonâvale Maharashtra in N 59 18.75N 73.42E 621
2483 Waltham Massachusetts us N 59 42.39N 71.24W 24.4474124908447
2484 Senador Canedo Goiás br N 59 16.71S 49.10W 770
2485-Bor Nizhnij Novgorod ru N 59 56.35N 44.08E 85
2486-Krymsk Krasnodar ru N 59 44.94N 37.97E 45
2487+Бор Новгородская область ru N 59 56.35N 44.08E 85
2488+Крымск Краснодарский край ru N 59 44.94N 37.97E 45
2489 Bibâ Banî Suwayf eg N 59 28.99N 31.03E 31
2490 Majadahonda Madrid es N 59 40.47N 3.87W 742
2491 Hyûga Miyazaki jp N 59 32.44N 131.65E 0
2492@@ -7281,7 +7292,7 @@
2493 Sânghar Sind pk N 58,6 26.05N 68.93E 20
2494 Shinâs al-Bâtinah om N 58,6 24.73N 56.46E -1
2495 Saquarema Rio de Janeiro br N 58,6 22.93S 42.53W 6
2496-Vyksa Nizhnij Novgorod ru N 58,6 55.32N 42.17E 105
2497+Выкса Новгородская область ru N 58,6 55.32N 42.17E 105
2498 Molepolole Kweneng bw R 58,6 24.40S 25.51E 1139
2499 Będzin Śląskie pl N 58,6 50.34N 19.13E 266
2500 Nago Okinawa jp N 58,6 26.59N 127.99E 10
2501@@ -7290,7 +7301,7 @@
2502 Terre Haute Indiana us N 58,5 39.47N 87.38W 152.03694152832
2503 Cutral Có Neuquén ar N 58,5 38.94S 69.24W 635
2504 Toumodi Lacs ci N 58,5 6.55N 5.03W 161
2505-Balahna Nizhnij Novgorod ru N 58,5 56.49N 43.63E 61
2506+Балахна Новгородская область ru N 58,5 56.49N 43.63E 61
2507 Qasr Shillalah Tiyarat dz N 58,5 35.21N 2.30E 847
2508 Görlitz Sachsen de N 58,5 51.16N 14.98E 205
2509 Saijô Ehime jp N 58,5 33.92N 133.17E 1
2510@@ -7382,7 +7393,7 @@
2511 Kolonnawa Kolamba lk N 57,7 6.93N 79.88E 10
2512 Sangala Hill Punjab pk N 57,7 31.72N 73.37E 197
2513 Yaniyül Toskent uz N 57,7 41.12N 69.05E 356
2514-Zarechnyj Penza ru N 57,7 53.13N 46.58E 223
2515+Заречный Пензенская область ru N 57,7 53.13N 46.58E 223
2516 Formiga Minas Gerais br N 57,7 20.46S 45.43W 871
2517 Chaqalâwa Irbîl iq N 57,7 35.47N 45.43E 681
2518 Reyhanli Hatay tr N 57,7 36.30N 36.53E 99
2519@@ -7396,14 +7407,14 @@
2520 Tahiatos Korakalpogiston uz N 57,6 42.34N 59.58E 78
2521 Tangará da Serra Mato Grosso br N 57,6 14.63S 57.48W 393
2522 Alcalá de Guadaira Sevilla es N 57,6 37.34N 5.84W 61
2523-Kotlas Arhangelsk ru N 57,6 61.26N 46.65E 0
2524+Котлас Архангельская область ru N 57,6 61.26N 46.65E 0
2525 Âsseb Debub-Keih-Bahri er R 57,6 13.01N 42.74E 22
2526 Basyûn al-Gharbîyah eg N 57,6 30.95N 30.81E 6
2527 Honiara Guadalcanal sb B 57,6 9.43S 159.91E 38
2528 Iligan Central Mindanao ph N 57,6 8.17N 124.22E 274
2529 Lakhimpur Assam in N 57,5 27.24N 94.10E 92
2530 Soubré Bas Sassandra ci N 57,5 5.79N 6.61W 128
2531-Sibaj Bashkortostan ru N 57,5 52.72N 58.66E 370
2532+Субай Башкортостан ru N 57,5 52.72N 58.66E 370
2533 Cicalengka Jawa Barat id N 57,5 6.99S 107.83E 708
2534 Sonsonate Sonsonate sv R 57,4 13.72N 89.73W 225
2535 Rock Hill South Carolina us N 57,4 34.94N 81.03W 208.133712768555
2536@@ -7411,7 +7422,7 @@
2537 Takhat Bhai North-West Frontier pk N 57,4 34.28N 71.93E 357
2538 Caucagüita Miranda ve N 57,4 10.48N 66.74W 707
2539 az-Zulfî ar-Riyâd sa N 57,4 26.30N 44.80E 614
2540-Klimovsk Moskovskaja Oblast ru N 57,4 55.37N 37.54E 176
2541+Климовск Московская область ru N 57,4 55.37N 37.54E 176
2542 Prilep Prilep mk R 57,4 41.36N 21.56E 675
2543 Comayagua Comayagua hn R 57,3 14.46N 87.65W 559
2544 Râyadrug Andhra Pradesh in N 57,3 14.70N 76.87E 547
2545@@ -7442,14 +7453,14 @@
2546 Brookline Massachusetts us N 57,1 42.32N 71.14W 63.1681060791016
2547 Azua Azua do R 57,1 18.46N 70.74W 83
2548 San Fernando San Fernando tt R 57,1 10.25N 61.46W 34
2549-Kizljar Dagestan ru N 57,1 43.85N 46.71E -8
2550+Кизляр Дагестан ru N 57,1 43.85N 46.71E -8
2551 Picos Piauí br N 57,1 7.08S 41.44W 209
2552 Samannûd al-Gharbîyah eg N 57,1 30.96N 31.23E 6
2553 Banî Walîd Sawfajjin ly R 57,1 31.77N 13.99E 241
2554 Palo Alto California us N 57,1 37.40N 122.14W 36.3967361450195
2555 Ungaran Jawa Tengah id N 57,1 7.12S 110.40E 303
2556 Acámbaro Guanajuato mx N 57,1 20.03N 100.73W 1860
2557-Novoaltajsk Altaj ru N 57 53.40N 83.93E 135
2558+Новоалтайск Алтайский край ru N 57 53.40N 83.93E 135
2559 Gola Gokarannâth Uttar Pradesh in N 57 28.08N 80.47E 162
2560 Mettûr Tamil Nadu in N 57 11.80N 77.80E 211
2561 Dabwâli Haryana in N 57 29.95N 74.73E 192
2562@@ -7466,7 +7477,7 @@
2563 Madanîyîn Madanîyîn tn R 57 33.35N 10.49E 100
2564 Teoloyucan México mx N 56,9 19.75N 99.18W 2253
2565 Sahagún Córdoba co N 56,9 8.95N 75.44W 79
2566-Volzhsk Marij El ru N 56,9 55.85N 48.51E 101
2567+Волжск Марий Эл ru N 56,9 55.85N 48.51E 101
2568 Stryy L'vivs'ka ua N 56,9 49.26N 23.85E 297
2569 Érd Pest hu N 56,9 47.38N 18.91E 139
2570 Matera Basilicata it N 56,9 40.67N 16.60E 428
2571@@ -7509,7 +7520,7 @@
2572 Damghan Semnân ir N 56,6 36.17N 54.35E 1156
2573 Caldas Novas Goiás br N 56,6 17.74S 48.62W 673
2574 Janaúba Minas Gerais br N 56,6 15.80S 43.31W 535
2575-Anapa Krasnodar ru N 56,6 44.90N 37.32E 5
2576+Анапа Краснодарский край ru N 56,6 44.90N 37.32E 5
2577 Chibuto Gaza mz N 56,6 24.68S 33.53E 73
2578 Kasese Western ug N 56,6 0.22N 30.01E 1676
2579 Linares Jaén es N 56,6 38.10N 3.63W 424
2580@@ -7533,7 +7544,7 @@
2581 Vacaria Rio Grande do Sul br N 56,5 28.50S 50.94W 949
2582 Sidi Khalid Biskrah dz N 56,5 34.39N 5.00E 210
2583 São Sebastião do Paraiso Minas Gerais br N 56,5 20.92S 46.99W 968
2584-Belorechensk Krasnodar ru N 56,5 44.77N 39.85E 116
2585+Белореченск Краснодарский край ru N 56,5 44.77N 39.85E 116
2586 Sinjah Sinnâr sd R 56,5 13.16N 33.93E 437
2587 Vaasa Pohjanmaa fi R 56,5 63.10N 21.61E 0
2588 Fountain Valley California us N 56,5 33.71N 117.95W 10.1338005065918
2589@@ -7557,7 +7568,7 @@
2590 Altagracia de Orituco Guárico ve N 56,3 9.85N 66.38W 338
2591 Oberá Misiones ar N 56,3 27.48S 55.13W 301
2592 al-Mighair al-Wad dz N 56,3 33.96N 5.92E 3
2593-Borovichi Novgorod ru N 56,3 58.40N 33.90E 80
2594+Боровичи Новгородская область ru N 56,3 58.40N 33.90E 80
2595 Itoman Okinawa jp N 56,3 26.13N 127.68E 25
2596 Aprilia Lazio it N 56,3 41.60N 12.65E 82
2597 Rosemead California us N 56,3 34.07N 118.08W 85.7000350952148
2598@@ -7632,7 +7643,7 @@
2599 Weymouth Massachusetts us N 55,7 42.21N 70.95W 19.7360229492188
2600 Sankt Augustin Nordrhein-Westfalen de N 55,7 50.78N 7.18E 57
2601 Azul Buenos Aires ar N 55,7 36.78S 59.87W 140
2602-Vidnoje Moskovskaja Oblast ru N 55,7 55.54N 37.69E 150
2603+Видное Московская область ru N 55,7 55.54N 37.69E 150
2604 Sarcelles Val-d'Oise fr N 55,7 49.00N 2.38E 74
2605 Okaya Nagano jp N 55,7 36.06N 138.06E 764
2606 Terbanggi Besar Lampung id N 55,7 4.88S 105.21E 26
2607@@ -7644,7 +7655,7 @@
2608 Hujra Shâh Muqîm Punjab pk N 55,6 30.75N 73.82E 178
2609 Viana Espírito Santo br N 55,6 20.38S 40.51W 18
2610 Njeru Central ug N 55,6 0.45N 33.18E 1128
2611-Kirishi Leningrad ru N 55,6 59.46N 32.02E 36
2612+Кириши Ленинградская область ru N 55,6 59.46N 32.02E 36
2613 Noisy-le-Grand Seine-Saint-Denis fr N 55,6 48.85N 2.55E 70
2614 Namwôn Chollabuk kr N 55,6 35.40N 127.37E 91
2615 Petaluma California us N 55,6 38.24N 122.63W 5.71280145645142
2616@@ -7669,7 +7680,7 @@
2617 Wheaton Illinois us N 55,4 41.86N 88.11W 230.428405761719
2618 Lancaster Pennsylvania us N 55,4 40.04N 76.30W 122.562393188477
2619 Segovia Segovia es R 55,4 40.94N 4.11W 1019
2620-Uzlovaja Tula ru N 55,4 53.99N 38.16E 225
2621+Узловая Тульская область ru N 55,4 53.99N 38.16E 225
2622 Vranje Central Serbia rs N 55,4 42.57N 21.91E 650
2623 Sale England gb N 55,4 53.42N 2.34W 23
2624 Uzhice Central Serbia rs N 55,4 43.87N 19.84E 607
2625@@ -7680,7 +7691,7 @@
2626 Meerbusch Nordrhein-Westfalen de N 55,3 51.24N 6.73E 37
2627 Charleville-Mézières Ardennes fr R 55,3 49.75N 4.73E 148
2628 Snizhne Donets'ka ua N 55,3 48.02N 38.77E 265
2629-Gelendzhik Krasnodar ru N 55,3 44.56N 38.08E 9
2630+Геленджик Краснодарский край ru N 55,3 44.56N 38.08E 9
2631 Caicó Rio Grande do Norte br N 55,3 6.46S 37.10W 156
2632 Anamur Içel tr N 55,3 36.08N 32.84E 40
2633 Sur-al-Ghuzlan Buirah dz N 55,3 36.15N 3.68E 901
2634@@ -7715,13 +7726,13 @@
2635 Takizawa Iwate jp N 55,1 39.75N 141.07E 188
2636 Maha Sarakham Maha Sarakham th R 55,1 16.18N 103.29E 144
2637 Cholet Maine-et-Loire fr N 55,1 47.07N 0.88W 116
2638-Osinniki Kemerovo ru N 55 53.61N 87.33E 230
2639+Осинники Кемеровская область ru N 55 53.61N 87.33E 230
2640 Winzah Tibissah dz N 55 35.96N 8.12E 664
2641 Changanâcheri Kerala in N 55 9.45N 76.54E 12
2642 Ilkal Karnataka in N 55 15.97N 76.13E 570
2643 Turbaco Bolívar co N 55 10.34N 75.42W 190
2644 Pâlitâna Gujarat in N 55 21.52N 71.83E 62
2645-Timashevsk Krasnodar ru N 55 45.62N 38.94E 21
2646+Тимашевск Краснодарский край ru N 55 45.62N 38.94E 21
2647 Shakhtars'k Donets'ka ua N 55 48.05N 38.46E 249
2648 Roeselare West-Vlaanderen be N 55 50.95N 3.13E 18
2649 Novi Pazar Central Serbia rs N 55 43.15N 20.52E 512
2650@@ -7735,7 +7746,7 @@
2651 Moquegua Moquegua pe R 54,9 17.19S 70.94W 1387
2652 Smallingerland Friesland nl N 54,9 53.11N 6.09E 2
2653 Cianorte Paraná br N 54,9 23.65S 52.62W 496
2654-Frjazino Moskovskaja Oblast ru N 54,9 55.95N 38.05E 166
2655+Фрязино Московская область ru N 54,9 55.95N 38.05E 166
2656 Nyeri Central ke R 54,9 0.41S 36.95E 1800
2657 Choma Southern zm N 54,9 16.81S 26.97E 1311
2658 Suwa Nagano jp N 54,9 36.05N 138.12E 813
2659@@ -7814,7 +7825,7 @@
2660 Tanjung Agung Sumatera Selatan id N 54,3 3.93S 103.80E 111
2661 Tharrawaddy Bago mm N 54,2 17.65N 95.79E 22
2662 Kâtrâs Jharkhand in N 54,2 23.80N 86.28E 205
2663-Gorno-Altajsk Gorno-Altaj ru R 54,2 51.96N 85.96E 299
2664+Горно-Алтайск Алтай ru R 54,2 51.96N 85.96E 299
2665 Latacunga Cotopaxi ec R 54,2 0.93S 78.61W 2806
2666 Bîna-Etâwa Madhya Pradesh in N 54,2 24.20N 78.20E 410
2667 Anjangaon Maharashtra in N 54,2 21.16N 77.31E 339
2668@@ -7951,7 +7962,7 @@
2669 Bad Homburg Hessen de N 53,2 50.23N 8.62E 171
2670 Metpalli Andhra Pradesh in N 53,2 18.83N 78.62E 305
2671 Wanparti Andhra Pradesh in N 53,2 16.37N 78.07E 396
2672-Buguruslan Orenburg ru N 53,2 53.66N 52.44E 117
2673+Бугуруслан Оренбургская область ru N 53,2 53.66N 52.44E 117
2674 Crateús Ceará br N 53,2 5.18S 40.67W 292
2675 Gbadolite Équateur cd N 53,2 4.29N 21.02E 411
2676 Dunaújváros Fejér hu N 53,2 46.98N 18.93E 118
2677@@ -7999,7 +8010,7 @@
2678 West Des Moines Iowa us N 52,9 41.57N 93.75W 265.6318359375
2679 Aspen Hill Maryland us N 52,9 39.09N 77.08W 134.126739501953
2680 Mao Valverde do R 52,9 19.56N 71.08W 78
2681-Ivantejevka Moskovskaja Oblast ru N 52,9 52.27N 49.09E 50
2682+Ивантеевка Московская область ru N 52,9 52.27N 49.09E 50
2683 Çarsamba Samsun tr N 52,9 41.20N 36.73E 16
2684 Sirs-al-Layyânah al-Minûfîyah eg N 52,9 30.43N 30.98E 14
2685 Shoreline Washington us N 52,9 47.75N 122.36W 143.257965087891
2686@@ -8023,7 +8034,7 @@
2687 Río Tercero Córdoba ar N 52,7 32.18S 64.12W 376
2688 Rio do Sul Santa Catarina br N 52,7 27.21S 49.65W 339
2689 Länkäran Länkäran az R 52,7 38.75N 48.84E -19
2690-Kanash Chuvashija ru N 52,7 55.51N 47.47E 191
2691+Канаш Чувашия ru N 52,7 55.51N 47.47E 191
2692 Yevlax Mil-Qarabax az N 52,7 40.62N 47.14E 14
2693 Bayjî Salâh-ad-Dîn iq N 52,7 34.94N 43.48E 119
2694 Sengerama Mwanza tz N 52,7 2.65S 32.64E 1201
2695@@ -8077,8 +8088,8 @@
2696 Vâsai Maharashtra in N 52,3 19.36N 72.80E 11
2697 Mercedes Buenos Aires ar N 52,3 34.66S 59.44W 37
2698 Arles Bouches-du-Rhône fr N 52,3 43.69N 4.63E 8
2699-Liski Voronezh ru N 52,3 50.98N 39.56E 125
2700-Vjazma Smolensk ru N 52,3 55.22N 34.29E 218
2701+Лиски Воронежская область ru N 52,3 50.98N 39.56E 125
2702+Вязьма Смоленская область ru N 52,3 55.22N 34.29E 218
2703 Slonim Hrodna by N 52,3 53.10N 25.32E 130
2704 Bambari Ouaka cf R 52,3 5.76N 20.67E 429
2705 Cava de' Tirreni Campania it N 52,3 40.71N 14.69E 260
2706@@ -8091,7 +8102,7 @@
2707 Batatais São Paulo br N 52,2 20.89S 47.59W 852
2708 Pirapora Minas Gerais br N 52,2 17.33S 44.93W 510
2709 Mijas Málaga es N 52,2 36.60N 4.64W 559
2710-Vyshnij Volochok Tver ru N 52,2 57.59N 34.54E 158
2711+Вышний Волочок Тверская область ru N 52,2 57.59N 34.54E 158
2712 Tavsanli Kütahya tr N 52,2 39.54N 29.49E 831
2713 Trani Puglia it N 52,2 41.28N 16.41E 15
2714 Grays England gb N 52,2 51.48N 0.32E 10
2715@@ -8115,7 +8126,7 @@
2716 Moçambique Nampula mz N 52 15.04S 40.73E 8
2717 Buseresere Kagera tz N 52 3.02S 31.87E 1227
2718 Diyarb Najm ash-Sharqîyah eg N 52 30.75N 31.44E 7
2719-Kingisepp Leningrad ru N 52 59.38N 28.60E 5
2720+Кингисепп Ленинградская область ru N 52 59.38N 28.60E 5
2721 Ouahigouya Yatenga bf R 52 13.57N 2.42W 338
2722 Modica Sicilia it N 52 36.87N 14.76E 447
2723 Yuanli Miaoli tw N 52 24.45N 120.65E 14
2724@@ -8123,7 +8134,7 @@
2725 Sragen Jawa Tengah id N 52 7.43S 111.02E 87
2726 Pirojpûr Pirojpûr bd R 51,9 22.57N 89.99E 7
2727 Sendhwa Madhya Pradesh in N 51,9 21.68N 75.10E 410
2728-Verhnjaja Pyshma Sverdlovsk ru N 51,9 56.97N 60.59E 279
2729+Верхняя Пышма Свердловская область ru N 51,9 56.97N 60.59E 279
2730 al-Bâb Halab sy N 51,9 36.37N 37.53E 443
2731 Izyum Kharkivs'ka ua N 51,9 49.22N 37.27E 70
2732 Mansa Luapala zm R 51,9 11.20S 28.89E 1205
2733@@ -8134,13 +8145,13 @@
2734 Caborca Sonora mx N 51,9 30.72N 112.16W 288
2735 Nuevo Casas Grandes Chihuahua mx N 51,9 30.42N 107.92W 1453
2736 Goâlpâra Assam in N 51,8 26.18N 90.62E 43
2737-Zarinsk Altaj ru N 51,8 53.72N 84.93E 164
2738+Заринск Алтайский край ru N 51,8 53.72N 84.93E 164
2739 Chitrakût Dham Uttar Pradesh in N 51,8 25.20N 80.84E 144
2740 North Bay Ontario ca N 51,8 46.30N 79.45W 204
2741 Rengo Libertador General Bernardo O'Higgins cl N 51,8 34.41S 70.87W 311
2742 Willich Nordrhein-Westfalen de N 51,8 51.27N 6.55E 40
2743-Kurganinsk Krasnodar ru N 51,8 44.90N 40.58E 158
2744-Kimry Tver ru N 51,8 56.88N 37.35E 125
2745+Курганинск Краснодарский край ru N 51,8 44.90N 40.58E 158
2746+Кимры Тверская область ru N 51,8 56.88N 37.35E 125
2747 Morecambe England gb N 51,8 54.08N 2.86W 0
2748 Cové Zou bj N 51,8 7.24N 2.30E 48
2749 Ungsang Kyeongsangnam kr N 51,8 35.41N 129.17E 105
2750@@ -8150,11 +8161,11 @@
2751 Sandîla Uttar Pradesh in N 51,7 27.08N 80.52E 130
2752 Idâppâdi Tamil Nadu in N 51,7 11.58N 77.85E 202
2753 Hiriyûr Karnataka in N 51,7 13.97N 76.60E 627
2754-Lesnoj Sverdlovsk ru N 51,7 58.67N 59.80E 201
2755-Krasnokamsk Perm ru N 51,7 58.09N 55.76E 99
2756+Лесной Свердловская область ru N 51,7 58.67N 59.80E 201
2757+Краснокамск Пермская область ru N 51,7 58.09N 55.76E 99
2758 Roven'ky Luhans'ka ua N 51,7 48.09N 39.37E 292
2759 Bryanka Luhans'ka ua N 51,7 48.51N 38.67E 216
2760-Lytkarino Moskovskaja Oblast ru N 51,7 55.58N 37.91E 158
2761+Лыткарино Московская область ru N 51,7 55.58N 37.91E 158
2762 at-Tall-al-Kabîr ash-Sharqîyah eg N 51,7 30.55N 31.78E 7
2763 Miura Kanagawa jp N 51,7 35.15N 139.63E 26
2764 Iwade Wakayama jp N 51,7 34.25N 135.32E 18
2765@@ -8166,11 +8177,11 @@
2766 San Carlos Bío Bío cl N 51,6 36.42S 71.96W 177
2767 Cuneo Piemonte it N 51,6 44.39N 7.54E 542
2768 Zhob Baluchistan pk N 51,6 31.35N 69.44E 1397
2769-Otradnyj Samara ru N 51,6 53.34N 51.37E 68
2770+Отрадный Самарская область ru N 51,6 53.34N 51.37E 68
2771 Belo Jardim Pernambuco br N 51,6 8.33S 36.42W 627
2772 Bungoma Western ke N 51,6 0.57N 34.56E 1439
2773 Çubuk Ankara tr N 51,6 40.25N 33.03E 1006
2774-Roslavl Smolensk ru N 51,6 53.96N 32.86E 208
2775+Рославль Смоленская область ru N 51,6 53.96N 32.86E 208
2776 Joensuu Pohjois-Karjala fi R 51,6 62.61N 29.78E 0
2777 Asenovgrad Plovdiv bg N 51,6 42.02N 24.88E 223
2778 Kateríni Piería gr R 51,6 40.27N 22.50E 36
2779@@ -8190,7 +8201,7 @@
2780 al-Musayyib Bâbil iq N 51,5 32.78N 44.30E 36
2781 al-Jubayhah ŽAmmân jo N 51,5 32.02N 35.86E 1044
2782 al-Afrun Blidah dz N 51,5 36.47N 2.61E 92
2783-Spassk-Dalnij Primorje ru N 51,5 44.60N 132.81E 89
2784+Спасск-Дальний Приморский край ru N 51,5 44.60N 132.81E 89
2785 Rowland Heights California us N 51,5 33.98N 117.89W 159.705139160156
2786 Tantan Guelmim ma N 51,5 28.43N 11.10W 61
2787 Thai Binh Dong Bang Song Hong vn N 51,5 20.45N 106.34E 5
2788@@ -8230,11 +8241,11 @@
2789 ash-Shahir Hadramaut ye N 51,2 14.76N 49.61E 15
2790 Mirassol São Paulo br N 51,2 20.82S 49.52W 563
2791 Campos do Jordão São Paulo br N 51,2 22.73S 45.59W 1642
2792-Malgobek Ingusetija ru N 51,2 43.54N 44.58E 473
2793+Малгобек Ингушетия ru N 51,2 43.54N 44.58E 473
2794 Qiryat Gat Hadarom il N 51,2 31.61N 34.76E 134
2795 Onesti Bacau ro N 51,2 46.26N 26.76E 202
2796 Tivaouane Thiès sn N 51,2 14.97N 16.83W 63
2797-Ust-Kut Irkutsk ru N 51,2 56.80N 105.62E 295
2798+Усть-Кут Иркутская область ru N 51,2 56.80N 105.62E 295
2799 Minnetonka Minnesota us N 51,1 44.93N 93.46W 304.655181884766
2800 Bowling Green Kentucky us N 51,1 36.97N 86.44W 160.629592895508
2801 Riddir Sigis Kazakstan kz N 51,1 50.36N 83.52E 726
2802@@ -8282,7 +8293,7 @@
2803 Charleston West Virginia us R 50,8 38.35N 81.63W 181.935745239258
2804 Sardhana Uttar Pradesh in N 50,8 29.15N 77.62E 233
2805 Tefé Amazonas br N 50,8 3.36S 64.70W 37
2806-Chusovoj Perm ru N 50,8 58.29N 57.80E 127
2807+Чусовой Пермская область ru N 50,8 58.29N 57.80E 127
2808 Taquaritinga São Paulo br N 50,8 21.41S 48.51W 568
2809 Amparafaravola Toamasina mg N 50,8 17.59S 48.21E 777
2810 Dosso Dosso ne R 50,8 13.05N 3.20E 230
2811@@ -8376,7 +8387,7 @@
2812 Itauguá Central py N 50,2 25.38S 57.34W 143
2813 Presidente Franco Alto Paraná py N 50,2 25.57S 54.61W 225
2814 Krasnodon Luhans'ka ua N 50,2 48.30N 39.74E 138
2815-Volhov Leningrad ru N 50,2 59.93N 32.34E 30
2816+Волхов Ленинградская область ru N 50,2 59.93N 32.34E 30
2817 Ibshawây al-Fayyûm eg N 50,2 29.37N 30.68E -4
2818 Mollet del Vallès Barcelona es N 50,2 41.55N 2.21E 95
2819 Bagheria Sicilia it N 50,2 38.09N 13.51E 53
2820@@ -8385,7 +8396,7 @@
2821 Martínez Veracruz mx N 50,1 20.06N 97.05W 65
2822 Woodbury Minnesota us N 50,1 44.91N 92.92W 294.548156738281
2823 Cobán Alta Verapaz gt R 50,1 15.47N 90.38W 1319
2824-Raduzhnyj Hanty-Mansija ru N 50,1 62.09N 77.23E 0
2825+Радужный Ханты-Мансийский АО ru N 50,1 62.09N 77.23E 0
2826 Lachhmangarh Rajasthan in N 50,1 27.82N 75.03E 361
2827 New Brunswick New Jersey us N 50,1 40.49N 74.45W 16.6787166595459
2828 Âbu Road Rajasthan in N 50,1 24.48N 72.78E 261
2829@@ -8413,7 +8424,7 @@
2830 Biel Bern ch N 50 47.15N 7.24E 683
2831 Goaigoaza Carabobo ve N 50 10.42N 67.96W 124
2832 Cetikara Kostanay kz N 50 52.19N 61.24E 260
2833-Verhnjaja Salda Sverdlovsk ru N 50 58.06N 60.55E 217
2834+Верхняя Сальда Свердловская область ru N 50 58.06N 60.55E 217
2835 Belfort Territoire de Belfort fr R 50 47.65N 6.85E 367
2836 Tacuarembó Tacuarembó uy R 50 31.71S 55.98W 132
2837 Ponte Nova Minas Gerais br N 50 20.41S 42.90W 403
2838@@ -8441,9 +8452,9 @@
2839 Kanakapura Karnataka in N 49,8 12.54N 77.42E 635
2840 Kavundampalayam Tamil Nadu in N 49,8 11.07N 76.91E 485
2841 Annecy Haute-Savoie fr R 49,8 45.91N 6.12E 457
2842-Pechora Komi ru N 49,8 65.15N 57.21E 0
2843+Печора Коми ru N 49,8 65.15N 57.21E 0
2844 Capanema Pará br N 49,8 1.19S 47.18W 17
2845-Doneck Rostov ru N 49,8 48.35N 40.03E 28
2846+Донецк Ростовская область ru N 49,8 48.35N 40.03E 28
2847 Nawâ DarŽâ sy N 49,8 32.90N 36.04E 577
2848 Tríkala Tríkala gr R 49,8 39.56N 21.77E 112
2849 Skarżysko-Kamienna Świętokrzyskie pl N 49,8 51.12N 20.88E 233
2850@@ -8457,8 +8468,8 @@
2851 Sihor Gujarat in N 49,7 21.70N 71.97E 95
2852 Biguaçu Santa Catarina br N 49,7 27.50S 48.66W 6
2853 Bitlis Bitlis tr R 49,7 38.43N 42.14E 1650
2854-Livny Orjol ru N 49,7 52.41N 37.58E 140
2855-Jarcevo Smolensk ru N 49,7 55.07N 32.68E 175
2856+Ливны Орловская область ru N 49,7 52.41N 37.58E 140
2857+Ярцево Смоленская область ru N 49,7 55.07N 32.68E 175
2858 Kirkcaldy Scotland gb N 49,7 57.14N 3.16W 524
2859 Kjustendil Kjustendil bg R 49,7 42.30N 22.69E 540
2860 Cupertino California us N 49,7 37.31N 122.05W 104.352890014648
2861@@ -8476,7 +8487,7 @@
2862 Arjona Bolívar co N 49,6 10.26N 75.35W 58
2863 Barnstable Town Massachusetts us N 49,6 41.70N 70.30W 8.3444995880127
2864 Bûr Hakkaba Bay so N 49,6 2.80N 44.08E 214
2865-Jefremov Tula ru N 49,6 53.15N 38.13E 150
2866+Ефремов Тульская область ru N 49,6 53.15N 38.13E 150
2867 Niksar Tokat tr N 49,6 40.59N 36.95E 355
2868 'Akko Hazafon il N 49,6 32.94N 35.08E 7
2869 Suma Blidah dz N 49,6 36.52N 2.92E 152
2870@@ -8488,7 +8499,7 @@
2871 Muntilan Jawa Tengah id N 49,6 7.58S 110.27E 328
2872 Kalasin Kalasin th R 49,6 16.43N 103.50E 146
2873 Simpang Empat Perak my N 49,6 4.95N 100.63E 5
2874-Sajanogorsk Hakasija ru N 49,5 53.10N 91.39E 313
2875+Саяногорск Хакасия ru N 49,5 53.10N 91.39E 313
2876 Langenhagen Niedersachsen de N 49,5 52.45N 9.74E 57
2877 Çartak Namangan uz N 49,5 41.07N 71.81E 529
2878 al-Khabûrah al-Bâtinah om N 49,5 23.99N 57.10E 0
2879@@ -8503,7 +8514,7 @@
2880 Kettering England gb N 49,5 52.40N 0.73W 87
2881 Jhâlâkâtî Jhâlâkâtî bd R 49,4 22.64N 90.21E 0
2882 Cuyahoga Falls Ohio us N 49,4 41.17N 81.52W 305.894866943359
2883-Kujbyshev Novosibirsk ru N 49,4 55.44N 78.30E 103
2884+Куйбышев Новосибирская область ru N 49,4 55.44N 78.30E 103
2885 Ellicott City Maryland us N 49,4 39.27N 76.83W 137.65754699707
2886 Rivoli Piemonte it N 49,4 45.09N 7.51E 342
2887 Uroteppa Sughd tj N 49,4 39.92N 69.00E 972
2888@@ -8542,7 +8553,7 @@
2889 Martaban Mon mm N 49,2 16.53N 97.60E 9
2890 Huntington West Virginia us N 49,2 38.41N 82.43W 178.182769775391
2891 Kleve Nordrhein-Westfalen de N 49,2 51.79N 6.12E 83
2892-Monchegorsk Murmansk ru N 49,2 67.92N 32.82E 0
2893+Мончегорск Мурманская область ru N 49,2 67.92N 32.82E 0
2894 Orhangazi Bursa tr N 49,2 40.49N 29.31E 116
2895 Masuda Shimane jp N 49,2 34.68N 131.86E 26
2896 Velletri Lazio it N 49,2 41.69N 12.76E 356
2897@@ -8572,7 +8583,7 @@
2898 Marano di Napoli Campania it N 49 40.90N 14.18E 162
2899 Foligno Umbria it N 49 42.96N 12.70E 239
2900 Narsimhapur Madhya Pradesh in N 48,9 22.95N 79.20E 359
2901-Chebarkul Cheljabinsk ru N 48,9 54.98N 60.36E 335
2902+Чебаркуль Челябинская область ru N 48,9 54.98N 60.36E 335
2903 al-MasnaŽah al-Bâtinah om N 48,9 23.78N 57.63E 1
2904 Bunda Mara tz N 48,9 2.05S 33.87E 1175
2905 Larnaka Government controlled area cy N 48,9 34.92N 33.63E 8
2906@@ -8605,7 +8616,7 @@
2907 Chittaranjan Bangla in N 48,7 23.86N 86.90E 146
2908 Coari Amazonas br N 48,7 4.08S 63.13W 35
2909 Goianésia Goiás br N 48,7 15.31S 49.13W 658
2910-Belaja Kalitva Rostov ru N 48,7 48.18N 40.77E 19
2911+Белая Калитва Ростов ru N 48,7 48.18N 40.77E 19
2912 Chalon-sur-Saône Saône-et-Loire fr N 48,7 46.79N 4.84E 189
2913 Escada Pernambuco br N 48,7 8.36S 35.24W 103
2914 Svidlovods'k Kirovohrads'ka ua N 48,7 49.06N 33.25E 70
2915@@ -8618,7 +8629,7 @@
2916 Keningau Sabah my N 48,7 5.35N 116.15E 322
2917 Rembang Jawa Tengah id N 48,7 6.71S 111.34E 16
2918 Siena Toscana it N 48,7 43.33N 11.32E 342
2919-Shelehov Irkutsk ru N 48,7 52.21N 104.09E 460
2920+Шелехов Иркутская область ru N 48,7 52.21N 104.09E 460
2921 Tamlûk Bangla in N 48,6 22.30N 87.92E 11
2922 Itahari Koshi np N 48,6 26.67N 87.28E 121
2923 Mishawaka Indiana us N 48,6 41.67N 86.17W 220.196472167969
2924@@ -8644,7 +8655,7 @@
2925 Sçuçe Soltüstik Kazakstan kz N 48,5 52.94N 70.18E 406
2926 Sumayl ad-Dakhîlîyah om N 48,5 23.30N 57.98E 381
2927 Ibitinga São Paulo br N 48,5 21.76S 48.83W 490
2928-Ruzajevka Mordovija ru N 48,5 54.07N 44.95E 242
2929+Рузаевка Мордовия ru N 48,5 54.07N 44.95E 242
2930 Serrinha Bahia br N 48,5 11.65S 39.01W 375
2931 Sousa Paraíba br N 48,5 6.76S 38.23W 231
2932 Barrow-in-Furness England gb N 48,5 54.13N 3.22W 53
2933@@ -8686,7 +8697,7 @@
2934 Gumia Jharkhand in N 48,2 23.78N 85.82E 247
2935 Tiruvallûr Tamil Nadu in N 48,2 13.15N 79.92E 38
2936 Pantalam Kerala in N 48,2 9.32N 76.73E 13
2937-Satka Cheljabinsk ru N 48,2 55.04N 59.03E 417
2938+Сатка Челябинская область ru N 48,2 55.04N 59.03E 417
2939 Ipojuca Pernambuco br N 48,2 8.40S 35.07W 10
2940 Shirakawa Fukushima jp N 48,2 37.13N 140.21E 356
2941 Novato California us N 48,2 38.09N 122.56W 4.48460006713867
2942@@ -8764,14 +8775,14 @@
2943 Ami Ibaraki jp N 47,7 36.04N 140.24E 3
2944 Genteng Jawa Timur id N 47,7 8.36S 114.14E 180
2945 Diwek Jawa Timur id N 47,7 7.58S 112.23E 55
2946-Tulun Irkutsk ru N 47,7 54.56N 100.57E 473
2947+Тулун Иркутская область ru N 47,7 54.56N 100.57E 473
2948 Clacton-on-Sea England gb N 47,7 51.80N 1.14E 17
2949 Huesca Huesca es R 47,7 42.14N 0.41W 485
2950 Chiautempan Tlaxcala mx N 47,6 19.32N 98.18W 2306
2951 Conway Arkansas us N 47,6 35.09N 92.45W 97.6598205566406
2952 Baruipur Bangla in N 47,6 22.35N 88.45E 12
2953 Dumka Jharkhand in N 47,6 24.27N 87.25E 151
2954-Berjozovskij Kemerovo ru N 47,6 55.67N 86.26E 220
2955+Берёзовский Кемеровская область ru N 47,6 55.67N 86.26E 220
2956 Frankenthal Rheinland-Pfalz de N 47,6 49.55N 8.35E 94
2957 Tigri Delhi in N 47,6 28.82N 78.15E 199
2958 Charkhi Dâdri Haryana in N 47,6 28.60N 76.27E 218
2959@@ -8780,14 +8791,14 @@
2960 Concepción Concepción py R 47,6 23.40S 57.43W 75
2961 Sartrouville Yvelines fr N 47,6 48.94N 2.18E 56
2962 Iwakura Aichi jp N 47,6 35.28N 136.86E 11
2963-Krasnokamensk Chita ru N 47,6 50.07N 118.14E 667
2964+Краснокаменск Читинская область ru N 47,6 50.07N 118.14E 667
2965 Maulvi Bâzâr Maulvi Bâzâr bd R 47,5 24.48N 91.76E 16
2966 Totonicapán Totonicapán gt R 47,5 14.92N 91.36W 2558
2967 Chesterfield Missouri us N 47,5 38.65N 90.58W 178.345733642578
2968 Jalor Rajasthan in N 47,5 25.35N 72.62E 163
2969 Warzazât Souss Massa-Draâ ma N 47,5 30.92N 6.90W 1128
2970 Sitrah Sitrah bh R 47,5 26.15N 50.63E 0
2971-Shebekino Belgorod ru N 47,5 50.42N 36.91E 107
2972+Шебекино Белгородская область ru N 47,5 50.42N 36.91E 107
2973 Bâniyâs Tartûs sy N 47,5 35.18N 35.96E 106
2974 Nazerat 'Illit Hazafon il N 47,5 32.72N 35.33E 488
2975 Hämeenlinna Kanta-Häme fi R 47,5 61.00N 24.45E 0
2976@@ -8811,7 +8822,7 @@
2977 Shahhat al-Jabal al Akhdar ly N 47,4 32.83N 21.86E 476
2978 Dębica Podkarpackie pl N 47,4 50.06N 21.42E 191
2979 Whangarei Northland nz R 47,4 35.72S 174.31E 89
2980-Amursk Habarovsk ru N 47,4 50.23N 136.89E 38
2981+Амурск Хабаровский край ru N 47,4 50.23N 136.89E 38
2982 Toyooka Hyôgo jp N 47,4 35.54N 134.82E 33
2983 Yangsan Kyeongsangnam kr N 47,4 35.34N 129.04E 23
2984 Boyolali Jawa Tengah id N 47,4 7.52S 110.59E 470
2985@@ -8841,7 +8852,7 @@
2986 Cosmópolis São Paulo br N 47,2 22.63S 47.20W 573
2987 Midalt Meknes-Tafilalet ma N 47,2 32.70N 4.74W 1427
2988 Suluova Amasya tr N 47,2 40.81N 35.66E 508
2989-Severomorsk Murmansk ru N 47,2 69.07N 33.42E 0
2990+Североморск Мурманская область ru N 47,2 69.07N 33.42E 0
2991 Tigard Oregon us N 47,2 45.43N 122.77W 51.477970123291
2992 Civitavecchia Lazio it N 47,2 42.09N 11.78E 0
2993 Gotha Thüringen de N 47,2 50.95N 10.70E 297
2994@@ -8852,14 +8863,14 @@
2995 Tungî Para Gopâlganj bd N 47,1 22.90N 89.91E 5
2996 Puerto Cortés Cortés hn N 47,1 15.85N 87.94W 6
2997 Penco Bío Bío cl N 47,1 36.73S 73.00W 0
2998-Nadym Jamalo-Nenets ru N 47,1 65.53N 72.51E 0
2999+Надым Ямало-Ненецкий АО ru N 47,1 65.53N 72.51E 0
3000 Itu Akwa Ibom ng N 47,1 5.20N 7.98E 12
3001 Herzogenrath Nordrhein-Westfalen de N 47,1 50.87N 6.09E 109
3002 Santiago Rio Grande do Sul br N 47,1 29.18S 54.88W 423
3003 Sonqor Kermânshâh ir N 47,1 34.78N 47.60E 1694
3004 Taolanaro Toliary mg N 47,1 25.03S 46.99E 24
3005 Guaxupé Minas Gerais br N 47,1 21.29S 46.71W 870
3006-Grjazi Lipeck ru N 47,1 52.49N 39.93E 126
3007+Грязи Липецкая область ru N 47,1 52.49N 39.93E 126
3008 Zhovti Vody Dnipropetrovs'ka ua N 47,1 48.36N 33.53E 100
3009 New Plymouth Taranaki nz N 47,1 39.06S 174.08E 34
3010 Arrecife Las Palmas es N 47,1 28.96N 13.55W 10
3011@@ -8893,7 +8904,7 @@
3012 Nihtaur Uttar Pradesh in N 46,9 29.33N 78.38E 243
3013 Wilson North Carolina us N 46,9 35.73N 77.92W 39.382568359375
3014 West New York New Jersey us N 46,9 40.79N 74.01W 53.8462371826172
3015-Snezhinsk Cheljabinsk ru N 46,9 56.08N 60.72E 284
3016+Снежинск Челябинская область ru N 46,9 56.08N 60.72E 284
3017 Villa Constitución Santa Fé ar N 46,9 33.23S 60.35W 23
3018 Taquara Rio Grande do Sul br N 46,9 29.65S 50.79W 30
3019 Leopoldina Minas Gerais br N 46,9 21.53S 42.64W 265
3020@@ -8928,7 +8939,7 @@
3021 Villarica Araucanía cl N 46,7 39.28S 72.23W 230
3022 Wânkâner Gujarat in N 46,7 22.62N 70.93E 81
3023 Nichelino Piemonte it N 46,7 44.99N 7.63E 235
3024-Ahtubinsk Astrahan ru N 46,7 48.30N 46.17E 2
3025+Ахтубинск Астраханская область ru N 46,7 48.30N 46.17E 2
3026 Marhanets' Dnipropetrovs'ka ua N 46,7 47.67N 34.63E 36
3027 Utengule Usongwe Mbeya tz N 46,7 8.68S 33.86E 1071
3028 Cwmbran Wales gb N 46,7 51.65N 3.04W 106
3029@@ -8988,8 +8999,8 @@
3030 Jidd Hafs Jidd Hafs bh R 46,4 26.22N 50.53E 12
3031 São José do Rio Pardo São Paulo br N 46,4 21.59S 46.89W 704
3032 Dumbarton Scotland gb N 46,4 55.95N 4.57W 6
3033-Mcensk Orjol ru N 46,4 53.27N 36.57E 154
3034-Safonovo Smolensk ru N 46,4 55.11N 33.23E 221
3035+Мценск Орловская область ru N 46,4 53.27N 36.57E 154
3036+Сафоново Смоленская область ru N 46,4 55.11N 33.23E 221
3037 Stirling Scotland gb N 46,4 56.12N 3.94W 44
3038 Évry Essonne fr R 46,4 48.64N 2.44E 79
3039 Salina Kansas us N 46,3 38.82N 97.62W 375.600036621094
3040@@ -9000,7 +9011,7 @@
3041 Shâhkot Punjab pk N 46,3 31.57N 73.48E 195
3042 Kajuru n.a. ng N 46,3 10.32N 7.68E 696
3043 Zarand Kermân ir N 46,3 30.80N 56.58E 1664
3044-Zhigulevsk Samara ru N 46,3 53.42N 49.50E 260
3045+Жигулёвск Самарская область ru N 46,3 53.42N 49.50E 260
3046 Registro São Paulo br N 46,3 24.49S 47.84W 18
3047 Elat Hadarom il N 46,3 29.56N 34.95E 64
3048 Romny Sums'ka ua N 46,3 50.75N 33.48E 156
3049@@ -9123,7 +9134,7 @@
3050 Alipur Chatha Punjab pk N 45,5 32.27N 73.81E 213
3051 Homburg Saarland de N 45,5 49.33N 7.33E 255
3052 Ayangba n.a. ng N 45,5 7.52N 7.16E 306
3053-Irbit Sverdlovsk ru N 45,5 57.68N 63.04E 70
3054+Ирбит Свердловская область ru N 45,5 57.68N 63.04E 70
3055 San Lorenzo Corrientes ar N 45,5 28.12S 58.77W 62
3056 Cornélio Procópio Paraná br N 45,5 23.18S 50.65W 663
3057 Soest Utrecht nl N 45,5 52.18N 5.29E 17
3058@@ -9140,14 +9151,14 @@
3059 Kâlpi Uttar Pradesh in N 45,4 26.12N 79.73E 126
3060 Gulaothi Uttar Pradesh in N 45,4 28.60N 77.78E 211
3061 Siruguppa Karnataka in N 45,4 15.63N 76.90E 371
3062-Megion Hanty-Mansija ru N 45,4 61.05N 76.10E 0
3063+Мегион Ханты-Мансийский АО ru N 45,4 61.05N 76.10E 0
3064 Râmpura Punjab in N 45,4 30.25N 75.23E 219
3065 Kâhna Nau Punjab pk N 45,4 31.37N 74.38E 211
3066 Kot Radha Kishan Punjab pk N 45,4 31.17N 74.10E 206
3067 Settimo Torinese Piemonte it N 45,4 45.15N 7.77E 211
3068 Tughghurt Wargla dz N 45,4 33.10N 6.06E 74
3069-Kachkanar Sverdlovsk ru N 45,4 58.70N 59.48E 374
3070-Mozhga Udmurtija ru N 45,4 56.45N 52.19E 124
3071+Качканар Свердловская область ru N 45,4 58.70N 59.48E 374
3072+Можга Удмуртия ru N 45,4 56.45N 52.19E 124
3073 Beveren Oost-Vlaanderen be N 45,4 51.22N 4.25E 5
3074 Parys Free State za N 45,4 26.91S 27.46E 1399
3075 Dimitrovgrad Haskovo bg N 45,4 42.06N 25.61E 95
3076@@ -9170,7 +9181,7 @@
3077 Yamethin Mandalay mm N 45,2 20.43N 96.14E 203
3078 Strongsville Ohio us N 45,2 41.31N 81.83W 284.786041259766
3079 Colón Colón pa R 45,2 9.36N 79.90W 7
3080-Alapajevsk Sverdlovsk ru N 45,2 57.85N 61.69E 134
3081+Алапаевск Свердловская область ru N 45,2 57.85N 61.69E 134
3082 Goiana Pernambuco br N 45,2 7.56S 35.00W 20
3083 Kardzhali Kardzhali bg R 45,2 41.65N 25.37E 253
3084 Taree New South Wales au N 45,2 31.90S 152.47E 16
3085@@ -9224,7 +9235,7 @@
3086 Dondaicha Maharashtra in N 44,9 21.33N 74.57E 157
3087 Évora Alentejo pt R 44,9 38.57N 7.91W 290
3088 Kofarnihon Karotegin tj N 44,9 38.55N 69.01E 866
3089-Izberbash Dagestan ru N 44,9 42.56N 47.89E -27
3090+Избербаш Дагестан ru N 44,9 42.56N 47.89E -27
3091 Camocim Ceará br N 44,9 2.90S 40.85W 16
3092 Llanelli Wales gb N 44,9 51.68N 4.17W 4
3093 Cruz das Almas Bahia br N 44,9 12.67S 39.11W 227
3094@@ -9245,9 +9256,9 @@
3095 San Mateo Aragua ve N 44,8 10.22N 67.42W 518
3096 Chahbahar Sîstân-e Balûchestân ir N 44,8 25.30N 60.63E 20
3097 Golpâyegân Esfahân ir N 44,8 33.45N 50.28E 1821
3098-Krasnyj Sulin Rostov ru N 44,8 47.88N 40.06E 153
3099+Красный Сулин Ростовская область ru N 44,8 47.88N 40.06E 153
3100 Azazghah Tizi Wazu dz N 44,8 36.75N 4.37E 382
3101-Ust-Labinsk Krasnodar ru N 44,8 45.21N 39.69E 68
3102+Усть-Лабинск Краснодарский край ru N 44,8 45.21N 39.69E 68
3103 Njombe Iringa tz N 44,8 9.33S 34.77E 1896
3104 Aranjuez Madrid es N 44,8 40.03N 3.61W 495
3105 Le Blanc-Mesnil Seine-Saint-Denis fr N 44,8 48.96N 2.47E 57
3106@@ -9392,7 +9403,7 @@
3107 Bhabua Bihar in N 44 25.05N 83.62E 84
3108 Kohka Chhattisgarh in N 44 21.22N 81.76E 315
3109 Charlottesville Virginia us N 44 38.04N 78.49W 150.967269897461
3110-Langepas Hanty-Mansija ru N 44 61.17N 75.39E 0
3111+Лангепас Ханты-Мансийский АО ru N 44 61.17N 75.39E 0
3112 Attleboro Massachusetts us N 44 41.93N 71.30W 48.6533241271973
3113 Brühl Nordrhein-Westfalen de N 44 50.85N 6.90E 74
3114 Borûjan Chahâr Mahâl-e Bakhtiari ir N 44 31.97N 51.29E 2223
3115@@ -9401,7 +9412,7 @@
3116 Lindi Lindi tz R 44 10.00S 39.70E 86
3117 Râbig Makkah sa N 44 22.80N 39.02E 3
3118 Pervomays'k Luhans'ka ua N 44 48.64N 38.52E 172
3119-Kurchatov Kursk ru N 44 51.59N 35.65E 232
3120+Курчатов Курская область ru N 44 51.59N 35.65E 232
3121 Karacabey Bursa tr N 44 40.23N 28.37E 9
3122 Kumatori Ôsaka jp N 44 34.41N 135.37E 48
3123 Kimje Chollabuk kr N 44 35.80N 126.89E 15
3124@@ -9430,7 +9441,7 @@
3125 Mut Içel tr N 43,9 36.64N 33.45E 331
3126 Thohoyandou Limpopo za N 43,9 22.95S 30.48E 720
3127 Järvenpää Uusimaa fi N 43,9 60.48N 25.10E 0
3128-Sovetsk Kaliningrad ru N 43,9 55.08N 21.88E 14
3129+Советск Калининградская область ru N 43,9 55.08N 21.88E 14
3130 Shanhwa Tainan Hsien tw N 43,9 23.14N 120.28E 5
3131 Vernon British Columbia ca N 43,9 50.27N 119.28W 416
3132 as-Samârah as-Samârah eh R 43,9 26.74N 11.67W 195
3133@@ -9449,9 +9460,9 @@
3134 Bloomfield New Jersey us N 43,8 40.81N 74.19W 41.3266067504883
3135 Castro Paraná br N 43,8 24.79S 50.01W 982
3136 Amparo São Paulo br N 43,8 22.71S 46.77W 691
3137-Alatyr Chuvashija ru N 43,8 54.85N 46.57E 85
3138-Frolovo Volgograd ru N 43,8 49.77N 43.65E 108
3139-Morshansk Tambov ru N 43,8 53.46N 41.81E 115
3140+Алатырь Чувашия ru N 43,8 54.85N 46.57E 85
3141+Фролово Волгоградская область ru N 43,8 49.77N 43.65E 108
3142+Моршанск Тамбовская область ru N 43,8 53.46N 41.81E 115
3143 Cajazeiras Paraíba br N 43,8 6.89S 38.56W 305
3144 Sebinkarahisar Giresun tr N 43,8 40.29N 38.42E 1389
3145 Moreno Pernambuco br N 43,8 8.11S 35.10W 119
3146@@ -9487,14 +9498,14 @@
3147 Hâlol Gujarat in N 43,6 22.50N 73.47E 105
3148 Erkelenz Nordrhein-Westfalen de N 43,6 51.08N 6.32E 99
3149 Robât Karîm Tehrân ir N 43,6 35.48N 51.08E 1036
3150-Rtishchevo Saratov ru N 43,6 52.27N 43.78E 210
3151-Rasskazovo Tambov ru N 43,6 52.66N 41.88E 156
3152+Ртищево Саратовская область ru N 43,6 52.27N 43.78E 210
3153+Рассказово Тамбовская область ru N 43,6 52.66N 41.88E 156
3154 Birecik Sanliurfa tr N 43,6 37.04N 38.00E 445
3155 Aracati Ceará br N 43,6 4.56S 37.77W 11
3156 Hihyâ ash-Sharqîyah eg N 43,6 30.67N 31.58E 8
3157 Quwaysinâ al-Minûfîyah eg N 43,6 30.56N 31.16E 12
3158 Kanye Ngwaketse bw R 43,6 24.97S 25.34E 1403
3159-Chernjahovsk Kaliningrad ru N 43,6 54.63N 21.81E 31
3160+Черняховск Калининградская область ru N 43,6 54.63N 21.81E 31
3161 Albany Oregon us N 43,6 44.62N 123.09W 70.8947982788086
3162 Newark California us N 43,6 37.52N 122.03W 5.32087373733521
3163 Wuradesa Jawa Tengah id N 43,6 6.88S 109.60E 5
3164@@ -9521,11 +9532,11 @@
3165 Sarâi Âlamgîr Punjab pk N 43,4 32.90N 73.75E 229
3166 Kosonsoy Namangan uz N 43,4 41.24N 71.55E 878
3167 Utrera Sevilla es N 43,4 37.18N 5.78W 52
3168-Mozdok Alanija ru N 43,4 43.73N 44.65E 129
3169+Моздок Алания ru N 43,4 43.73N 44.65E 129
3170 Dendermonde Oost-Vlaanderen be N 43,4 51.03N 4.12E 2
3171 Akçaabat Trabzon tr N 43,4 41.02N 39.56E 89
3172 Tiberias Hazafon il N 43,4 32.80N 35.53E -127
3173-Torzhok Tver ru N 43,4 57.05N 34.96E 150
3174+Торжок Тверская область ru N 43,4 57.05N 34.96E 150
3175 Medgidia Constanta ro N 43,4 44.25N 28.28E 3
3176 Edremit Balikesir tr N 43,4 39.61N 27.02E 177
3177 Dráma Dráma gr R 43,4 41.15N 24.14E 105
3178@@ -9566,9 +9577,9 @@
3179 Picsi Lambayeque pe N 43,2 6.72S 79.79W 36
3180 Mustafâbâd Punjab pk N 43,2 30.90N 73.50E 177
3181 Rigacikun n.a. ng N 43,2 10.64N 7.47E 611
3182-Inta Komi ru N 43,2 66.04N 60.17E 0
3183+Инта Коми ru N 43,2 66.04N 60.17E 0
3184 Meybod Yazd ir N 43,2 32.23N 54.01E 1099
3185-Zavolzhje Nizhnij Novgorod ru N 43,2 56.64N 43.41E 74
3186+Заволжье Новгородская область ru N 43,2 56.64N 43.41E 74
3187 Canindé Ceará br N 43,2 4.35S 39.31W 148
3188 Zvolen Banskobystrický sk N 43,2 48.58N 19.14E 325
3189 Hilo Hawaii us N 43,2 19.70N 155.09W 88.4687881469727
3190@@ -9582,7 +9593,7 @@
3191 Chepén La Libertad pe N 43,1 7.22S 79.42W 187
3192 Nângal Punjab in N 43,1 31.37N 76.38E 355
3193 Stepnogorsk Akmola kz N 43,1 52.35N 71.89E 313
3194-Urjupinsk Volgograd ru N 43,1 50.81N 42.02E 81
3195+Урюпинск Волгоградская область ru N 43,1 50.81N 42.02E 81
3196 al-Badârî Asyût eg N 43,1 26.99N 31.41E 62
3197 Telford England gb N 43,1 52.68N 2.47W 183
3198 Birâk ash-Shâti' ly R 43,1 27.53N 14.28E 334
3199@@ -9600,7 +9611,7 @@
3200 Fort Portal Western ug N 43 0.67N 30.27E 1553
3201 Delmas Mpumalanga za N 43 26.14S 28.68E 1551
3202 Iwai Ibaraki jp N 43 36.04N 139.89E 20
3203-Partizansk Primorje ru N 43 43.15N 133.14E 130
3204+Партизанск Приморский край ru N 43 43.15N 133.14E 130
3205 La Puente California us N 43 34.03N 117.95W 103.768508911133
3206 Majenang Jawa Tengah id N 43 7.30S 108.76E 34
3207 Cikeruh Jawa Barat id N 43 6.95S 107.76E 686
3208@@ -9613,7 +9624,7 @@
3209 De Bilt Utrecht nl N 42,9 52.12N 5.17E 4
3210 Monte Alto São Paulo br N 42,9 21.28S 48.49W 658
3211 Nova Serrana Minas Gerais br N 42,9 19.86S 44.90W 696
3212-Kashira Moskovskaja Oblast ru N 42,9 54.84N 38.15E 171
3213+Кашира Московская область ru N 42,9 54.84N 38.15E 171
3214 Pesqueira Pernambuco br N 42,9 8.35S 36.72W 796
3215 Islahiye Gaziantep tr N 42,9 37.03N 36.3E 651
3216 Nioki Bandundu cd N 42,9 2.72S 17.68E 310
3217@@ -9634,7 +9645,7 @@
3218 Gangâkher Maharashtra in N 42,8 18.95N 76.75E 396
3219 Sayreville New Jersey us N 42,8 40.47N 74.32W 7.8751974105835
3220 Steenwijk Overijssel nl N 42,8 52.79N 6.10E -10
3221-Zainsk Tatarstan ru N 42,8 55.32N 52.05E 65
3222+Заинск Татарстан ru N 42,8 55.32N 52.05E 65
3223 Bemmel Gelderland nl N 42,8 51.90N 5.90E 8
3224 Penedo Alagoas br N 42,8 10.27S 36.58W 23
3225 Aboisso Sud-Comoé ci N 42,8 5.47N 3.20W 14
3226@@ -9660,7 +9671,7 @@
3227 Teaneck New Jersey us N 42,7 40.89N 74.01W 41.9604072570801
3228 El Tocuyo Lara ve N 42,7 9.78N 69.80W 620
3229 Bâjil al-Hudaydah ye N 42,7 15.06N 43.28E 186
3230-Novodvinsk Arhangelsk ru N 42,7 64.42N 40.82E 0
3231+Новодвинск Архангельская область ru N 42,7 64.42N 40.82E 0
3232 Âlamat'a Tigray et N 42,7 12.42N 39.56E 1566
3233 Sikéai Thessaloníki gr N 42,7 40.65N 22.95E 103
3234 Otwock Mazowieckie pl N 42,7 52.11N 21.28E 106
3235@@ -9712,7 +9723,7 @@
3236 Degema Rivers ng N 42,4 4.73N 6.77E 2
3237 Kaarst Nordrhein-Westfalen de N 42,4 51.24N 6.61E 40
3238 Khashuri Shida Kartli ge N 42,4 41.99N 43.60E 697
3239-Tutajev Jaroslavl ru N 42,4 57.89N 39.55E 143
3240+Тутаев Ярославская область ru N 42,4 57.89N 39.55E 143
3241 Madînat Sittah Uktubar al-Jîzah eg N 42,4 29.82N 31.05E 120
3242 Ityây-al-Bârûd al-Buhayrah eg N 42,4 30.88N 30.66E 4
3243 Bautzen Sachsen de N 42,4 51.18N 14.43E 213
3244@@ -9726,7 +9737,7 @@
3245 Leominster Massachusetts us N 42,3 42.52N 71.77W 145.978851318359
3246 Concord New Hampshire us R 42,3 43.23N 71.56W 102.398414611816
3247 Mgbidi n.a. ng N 42,3 5.72N 6.89E 78
3248-Krasnoufimsk Sverdlovsk ru N 42,3 56.61N 57.75E 279
3249+Красноуфимск Свердловская область ru N 42,3 56.61N 57.75E 279
3250 Le Port Saint-Denis re N 42,3 20.93S 55.30E 12
3251 Räsulzadä Abseron az N 42,3 40.43N 49.83E 48
3252 Santos Dumont Minas Gerais br N 42,3 21.46S 43.56W 908
3253@@ -9751,8 +9762,8 @@
3254 Gajraula Uttar Pradesh in N 42,2 28.85N 78.23E 213
3255 Selu Maharashtra in N 42,2 19.47N 76.47E 417
3256 Tessaoua Maradi ne N 42,2 13.75N 7.99E 404
3257-Korenovsk Krasnodar ru N 42,2 45.47N 39.44E 33
3258-Pereslavl-Zalesskij Jaroslavl ru N 42,2 56.75N 38.84E 134
3259+Кореновск Краснодарский край ru N 42,2 45.47N 39.44E 33
3260+Переславль-Залесский Ярославская область ru N 42,2 56.75N 38.84E 134
3261 Endasilasie Tigray et N 42,2 14.10N 38.28E 1906
3262 San Fernando de Henares Madrid es N 42,2 40.43N 3.53W 573
3263 Pozharevac Central Serbia rs N 42,2 44.63N 21.19E 80
3264@@ -9784,20 +9795,20 @@
3265 Catonsville Maryland us N 42 39.26N 76.74W 146.546539306641
3266 Hicksville New York us N 42 40.76N 73.53W 40.9726028442383
3267 Arlington Massachusetts us N 42 42.42N 71.16W 23.7177066802979
3268-Uraj Hanty-Mansija ru N 42 60.13N 64.76E 0
3269+Урай Ханты-Мансийский АО ru N 42 60.13N 64.76E 0
3270 Tiel Gelderland nl N 42 51.91N 5.43E 5
3271 Jacundá Pará br N 42 4.60S 49.39W 84
3272 Lagoa da Prata Minas Gerais br N 42 20.02S 45.54W 652
3273 Rio das Ostras Rio de Janeiro br N 42 22.53S 41.95W 0
3274 Katwijk Noord-Holland nl N 42 52.21N 4.40E 10
3275-Kolchugino Vladimir ru N 42 56.31N 39.35E 192
3276+Кольчугино Владимирская область ru N 42 56.31N 39.35E 192
3277 Tres Cantos Madrid es N 42 40.61N 3.71W 722
3278 Tokamachi Niigata jp N 42 37.14N 138.75E 125
3279 Tay Ninh Dong Nam Bo vn N 42 11.29N 106.13E 15
3280 San Pedro Coahuila mx N 42 25.43N 103.22W 1130
3281 Arandas Jalisco mx N 42 20.70N 102.35W 2060
3282 Kaliganj Jhanaydâh bd N 41,9 23.42N 89.13E 12
3283-Myski Kemerovo ru N 41,9 53.74N 87.78E 222
3284+Мыски Кемеровская область ru N 41,9 53.74N 87.78E 222
3285 Pâthardih Jharkhand in N 41,9 23.67N 86.43E 165
3286 Koraput Orissa in N 41,9 18.82N 82.72E 857
3287 Âkivîdu Andhra Pradesh in N 41,9 16.60N 81.38E 4
3288@@ -9827,14 +9838,14 @@
3289 Finidîq Tangier-Tétouan ma N 41,8 35.85N 5.35W 0
3290 Mongaguá São Paulo br N 41,8 24.10S 46.64W 11
3291 Mitsukaidô Ibaraki jp N 41,8 36.02N 139.99E 17
3292-Dalnegorsk Primorje ru N 41,8 44.54N 135.51E 253
3293+Дальнегорск Приморский край ru N 41,8 44.54N 135.51E 253
3294 San Gabriel California us N 41,8 34.09N 118.10W 115.205909729004
3295 Meridian Idaho us N 41,8 43.61N 116.40W 790.630493164063
3296 Wadi al-Fiddah ash-Shalif dz N 41,8 36.19N 1.52E 173
3297 Ramu Koks Bâzâr bd N 41,7 21.43N 92.10E 8
3298 Jalapa Jalapa gt R 41,7 14.63N 90.00W 1392
3299 Changuinola Bocas del Toro pa N 41,7 9.43N 82.52W 12
3300-Kamen-na-Obi Altaj ru N 41,7 53.80N 81.32E 127
3301+Камень-на-Оби Алтайский край ru N 41,7 53.80N 81.32E 127
3302 Löhne Nordrhein-Westfalen de N 41,7 52.20N 8.72E 61
3303 al-Mitlawî Qafsah tn N 41,7 34.33N 8.41E 260
3304 Nâyudupeta Andhra Pradesh in N 41,7 13.90N 79.90E 29
3305@@ -9853,7 +9864,7 @@
3306 Dipolog Western Mindanao ph N 41,7 8.59N 123.35E 7
3307 Kanigoro Jawa Timur id N 41,7 8.12S 112.22E 183
3308 Ebolowa Sud cm R 41,7 2.93N 11.14E 585
3309-Sajansk Irkutsk ru N 41,7 53.99N 102.10E 443
3310+Саянск Иркутская область ru N 41,7 53.99N 102.10E 443
3311 Bietigheim-Bissingen Baden-Württemberg de N 41,6 48.96N 9.13E 187
3312 Sainthia Bangla in N 41,6 23.95N 87.67E 50
3313 Altamonte Springs Florida us N 41,6 28.66N 81.40W 25.5087776184082
3314@@ -9863,14 +9874,14 @@
3315 Bhînmâl Rajasthan in N 41,6 25.00N 72.25E 149
3316 Kitob Kaskadar uz N 41,6 39.12N 66.86E 635
3317 Bâbol Sar Mâzandarân ir N 41,6 36.71N 52.64E -29
3318-Svetlograd Stavropol ru N 41,6 45.35N 42.84E 126
3319+Светлоград Ставропольский край ru N 41,6 45.35N 42.84E 126
3320 Tecuci Galati ro N 41,6 45.86N 27.43E 34
3321 Puteaux Hauts-de-Seine fr N 41,6 48.88N 2.23E 52
3322 Gavà Barcelona es N 41,6 41.31N 2.00E 43
3323 Oświęcim Małopolskie pl N 41,6 50.04N 19.26E 246
3324 Shinjo Yamagata jp N 41,6 38.77N 140.30E 104
3325 Hisai Mie jp N 41,6 34.67N 136.47E 23
3326-Lesozavodsk Primorje ru N 41,6 45.49N 133.42E 65
3327+Лесозаводск Приморский край ru N 41,6 45.49N 133.42E 65
3328 Samchok Kangweon kr N 41,6 37.45N 129.16E 88
3329 Laoag Ilocos ph N 41,6 18.20N 120.59E 12
3330 Lompoc California us N 41,6 34.66N 120.47W 24.7770004272461
3331@@ -9901,7 +9912,7 @@
3332 Autlán Jalisco mx N 41,5 19.77N 104.37W 916
3333 Abingdon England gb N 41,5 51.68N 1.29W 61
3334 Sittingbourne England gb N 41,5 51.35N 0.73E 9
3335-Sharypovo Krasnojarsk ru N 41,4 55.54N 89.20E 304
3336+Шарыпово Красноярский край ru N 41,4 55.54N 89.20E 304
3337 Chirkunda Jharkhand in N 41,4 23.82N 86.42E 242
3338 Khurda Orissa in N 41,4 20.18N 85.62E 50
3339 North Miami Beach Florida us N 41,4 25.93N 80.17W 1.11487948894501
3340@@ -9915,7 +9926,7 @@
3341 Haugesund Rogaland no N 41,4 59.42N 5.27E 34
3342 Khorramdarreh Zanjân ir N 41,4 36.20N 49.18E 1582
3343 Salwâ' Hawallî kw N 41,4 29.28N 48.08E 9
3344-Kulebaki Nizhnij Novgorod ru N 41,4 55.41N 42.52E 106
3345+Кулебаки Новгородская область ru N 41,4 55.41N 42.52E 106
3346 Hâgere Hiywet Oromia et N 41,4 8.98N 37.85E 2110
3347 Miercurea-Ciuc Harghita ro N 41,4 46.37N 25.81E 681
3348 Żyrardów Mazowieckie pl N 41,4 52.06N 20.45E 114
3349@@ -9934,7 +9945,7 @@
3350 San Vicente Libertador General Bernardo O'Higgins cl N 41,3 34.43S 71.08W 209
3351 Harderwijk Gelderland nl N 41,3 52.35N 5.63E 2
3352 Bourg-en-Bresse Ain fr R 41,3 46.21N 5.21E 235
3353-Pugachjov Saratov ru N 41,3 52.02N 48.80E 42
3354+Пугачёв Саратовская область ru N 41,3 52.02N 48.80E 42
3355 Porto Nacional Tocantins br N 41,3 10.70S 48.42W 218
3356 Raydah al-Bayda ye N 41,3 14.43N 44.84E 2119
3357 Dzerzhyns'k Donets'ka ua N 41,3 48.40N 37.85E 202
3358@@ -9950,15 +9961,15 @@
3359 Las Choapas Veracruz mx N 41,2 17.93N 94.08W 9
3360 Shibganj Nawâbganj bd N 41,2 24.68N 88.17E 30
3361 Morâr Madhya Pradesh in N 41,2 26.23N 78.23E 198
3362-Strezhevoj Tomsk ru N 41,2 60.73N 77.55E 0
3363+Стрежевой Томская область ru N 41,2 60.73N 77.55E 0
3364 Essex Maryland us N 41,2 39.30N 76.45W 3.14345026016235
3365 Sojat Rajasthan in N 41,2 25.92N 73.67E 275
3366 Lampa Metropolitana cl N 41,2 33.28S 70.90W 655
3367-Hanty-Mansijsk Hanty-Mansija ru R 41,2 60.99N 69.00E 0
3368-Tavda Sverdlovsk ru N 41,2 58.05N 65.26E 70
3369-Gaj Orjol ru N 41,2 51.47N 58.45E 385
3370+Ханты-Мансийск Ханты-Мансийский АО ru R 41,2 60.99N 69.00E 0
3371+Тавда Свердловская область ru N 41,2 58.05N 65.26E 70
3372+Гай Орловская область ru N 41,2 51.47N 58.45E 385
3373 Frutal Minas Gerais br N 41,2 20.03S 48.94W 511
3374-Zeljenokumsk Stavropol ru N 41,2 44.41N 43.86E 148
3375+Зеленокумск Ставропольский край ru N 41,2 44.41N 43.86E 148
3376 União dos Palmares Alagoas br N 41,2 9.16S 36.03W 145
3377 Qiryat Yam Khefa il N 41,2 32.84N 35.06E 10
3378 Sandikli Afyon tr N 41,2 38.47N 30.27E 1101
3379@@ -10022,8 +10033,8 @@
3380 Thun Bern ch N 40,9 46.77N 7.62E 563
3381 Umarkot Sind pk N 40,9 25.37N 69.73E 8
3382 Borken Nordrhein-Westfalen de N 40,9 51.85N 6.87E 49
3383-Usinsk Komi ru N 40,9 65.92N 57.41E 0
3384-Sokol Vologda ru N 40,9 59.47N 40.15E 120
3385+Усинск Коми ru N 40,9 65.92N 57.41E 0
3386+Сокол Вологодская область ru N 40,9 59.47N 40.15E 120
3387 Saint-Priest Rhône fr N 40,9 45.69N 4.93E 207
3388 Tiassalé Lagunes ci N 40,9 5.88N 4.83W 30
3389 NajŽ Hammâdî Qinâ eg N 40,9 26.05N 32.24E 76
3390@@ -10057,7 +10068,7 @@
3391 Mafra Santa Catarina br N 40,8 26.11S 49.81W 782
3392 Chapadinha Maranhão br N 40,8 3.74S 43.36W 107
3393 ŽÂnah al-Anbâr iq N 40,8 34.47N 41.93E 138
3394-Vichuga Ivanovo ru N 40,8 57.21N 41.93E 140
3395+Вичуга Ивановская область ru N 40,8 57.21N 41.93E 140
3396 Colmenar Viejo Madrid es N 40,8 40.67N 3.76W 874
3397 Valenciennes Nord fr N 40,8 50.37N 3.52E 19
3398 Sighetu Marmatiei Maramures ro N 40,8 47.93N 23.91E 275
3399@@ -10095,7 +10106,7 @@
3400 Aurich Niedersachsen de N 40,6 53.49N 7.48E 4
3401 Le Cannet Alpes-Maritimes fr N 40,6 43.59N 7.01E 189
3402 Mananara Toamasina mg N 40,6 16.16S 49.75E 8
3403-Kamenka Penza ru N 40,6 53.19N 44.04E 159
3404+Каменка Пензенская область ru N 40,6 53.19N 44.04E 159
3405 'Afula Hazafon il N 40,6 32.62N 35.29E 66
3406 az-Zarqa Dumyât eg N 40,6 31.22N 31.65E 3
3407 Akoupé Agnéby ci N 40,6 6.38N 3.90W 114
3408@@ -10161,7 +10172,7 @@
3409 Canoinhas Santa Catarina br N 40,3 26.18S 50.40W 782
3410 Laguna Santa Catarina br N 40,3 28.48S 48.78W 48
3411 São Lourenço Minas Gerais br N 40,3 22.12S 45.05W 890
3412-Millerovo Rostov ru N 40,3 48.93N 40.39E 122
3413+Миллерово Ростовская область ru N 40,3 48.93N 40.39E 122
3414 Umm-al-Fahm Khefa il N 40,3 32.53N 35.16E 390
3415 Iganga Eastern ug N 40,3 0.62N 33.47E 1142
3416 Luga Leningrad ru N 40,3 58.74N 29.84E 63
3417@@ -22682,3 +22693,120 @@
3418 Venera 12 USSR L 0 7.00S 66.00W 104 0 Venus
3419 Venera 13 USSR L 0 7.50S 57.00W 256 0 Venus
3420 Venera 14 USSR L 0 13.25S 50.00W 253 0 Venus
3421+بيونس آيريس ar B 11928,4 34.61S 58.37W 44
3422+موسكو ru B 11246,6 55.75N 37.62E 140
3423+مانيلا ph B 10330,1 14.62N 120.97E 11
3424+سيئول kr B 9551,8 37.56N 126.99E 52
3425+دكا bd B 9363,1 23.70N 90.39E 8
3426+جاكرتا id B 8987,8 6.18S 106.83E 6
3427+مكسيكو mx B 8705,1 19.43N 99.14W 2244
3428+طوكيو jp B 8273,9 35.67N 139.77E 16
3429+القاهرة eg B 8113,6 30.06N 31.25E 29
3430+طهران ir B 8067,6 35.67N 51.43E 1137
3431+لندن gb B 7465,1 51.52N 0.10W 26
3432+كنشاسا cd B 6789,9 4.31S 15.32E 282
3433+بكين cn B 6696,2 39.93N 116.40E 53
3434+بغداد iq B 5948,8 33.33N 44.44E 35
3435+الدوحة qa R 328,5 25.30N 51.51E 19
3436+الرياض sa B 3822,6 24.65N 46.77E 615
3437+أنقرة tr B 3544 39.93N 32.85E 851
3438+برلين de B 3396,3 52.52N 13.38E 36
3439+مدريد es B 3290,9 40.42N 3.71W 658
3440+جدة sa N 2817,7 21.50N 39.17E 5
3441+أديس أبابا et B 2763,5 9.03N 38.74E 2442
3442+دكار sn B 2613,7 14.72N 17.48W 27
3443+نيروبي ke B 2504,4 1.29S 36.82E 1666
3444+روما it B 2453,1 41.89N 12.50E 51
3445+طاشقند uz B 2299,4 41.31N 69.30E 448
3446+كابل af B 2272 34.53N 69.17E 1799
3447+برازيليا br B 2233 15.78S 47.91W 1162
3448+باريس fr B 2107,6 48.86N 2.34E 38
3449+هراري zw B 1976,4 17.82S 31.05E 1493
3450+كوناكري gn B 1851,8 9.55N 13.67W 12
3451+الجزائر dz B 1790,7 36.77N 3.04E 226
3452+بودابست hu B 1729,8 47.51N 19.08E 111
3453+كراكاس ve B 1719,6 10.54N 66.93W 1473
3454+آكرا gh B 1719,1 5.56N 0.20W 31
3455+دمشق sy B 1703,9 33.50N 36.32E 681
3456+مكة المكرمة sa R 1691,1 21.43N 39.82E 329
3457+الرباط ma B 1618,7 34.02N 6.84W 20
3458+صنعاء ye B 1471,3 15.38N 44.21E 2242
3459+الخرطوم sd B 1452,6 15.58N 32.52E 385
3460+كوالالمبور my B 1440,3 3.16N 101.71E 71
3461+هانوي vn B 1420,4 21.03N 105.84E 14
3462+مونتيفيديو uy B 1346,9 34.87S 56.17W 35
3463+طرابلس ly B 1317,8 32.87N 13.18E 15
3464+عمان jo B 1308,3 31.95N 35.93E 829
3465+لوساكا zm B 1296,1 15.42S 28.29E 1282
3466+كمبالا ug B 1280,3 0.32N 32.58E 1242
3467+ستوكهولم se B 1264,8 59.33N 18.07E 30
3468+مقديشو so B 1234,8 2.05N 45.33E 56
3469+بيروت lb B 1185,3 33.88N 35.50E 78
3470+كوبنهاجن dk B 1100,7 55.68N 12.57E 17
3471+صوفيا bg B 1084,7 42.69N 23.31E 566
3472+المدينة المنورة sa R 867,9 24.48N 39.59E 606
3473+أوتاوا ca C 864,3 45.42N 75.71W 42
3474+أوسلو no B 799,2 59.91N 10.75E 10
3475+الدمام sa R 721,1 26.43N 50.10E 8
3476+تونس tn B 704,7 36.84N 10.22E 0
3477+الطائف sa N 688,8 21.26N 40.38E 1721
3478+نواكشوط mr B 678,7 18.09N 15.98W 8
3479+إسلام أباد pk B 617 33.72N 73.06E 563
3480+سراييفو ba B 602,5 43.85N 18.38E 524
3481+هلسنكي fi B 590,6 60.17N 24.94E 0
3482+واشنطن us C 565,4 38.91N 77.02W 24.8883743286133
3483+لشبونة pt B 560,7 38.72N 9.14W 71
3484+أبو ظبي ae B 560,4 24.48N 54.37E 14
3485+جيبوتي dj B 465,3 11.56N 43.15E -1
3486+أسمرا er B 407,5 15.33N 38.94E 2354
3487+تبوك sa R 402,8 28.39N 36.57E 767
3488+بريدة sa R 342,4 26.37N 43.97E 623
3489+كانبيرا au B 330,7 35.31S 149.13E 582
3490+المبرز sa N 301,7 25.43N 49.57E 149
3491+خميس مشيط sa N 300 18.31N 42.73E 2001
3492+الهفوف sa N 299,6 25.35N 49.58E 156
3493+القدس ps B 247,2 31.78N 35.24E 706
3494+حائل sa R 243,4 27.53N 41.70E 995
3495+الخرج sa N 209,4 24.18N 47.50E 412
3496+الخبر sa N 195,1 26.23N 50.20E 5
3497+الجبيل sa N 193,9 27.01N 49.65E -1
3498+حفر الباطن sa N 189,7 28.43N 45.96E 314
3499+الثقبة sa N 173 26.27N 50.20E 20
3500+العيون eh B 172,3 27.16N 13.20W 40
3501+المنامة bh B 165,9 26.21N 50.58E 5
3502+ينبع sa N 165 24.09N 38.05E 6
3503+أبها sa R 154,7 18.23N 42.50E 2240
3504+عرعر sa R 148,8 30.99N 41.02E 541
3505+القطيف sa N 136,2 26.52N 50.02E 5
3506+الهوجاء sa N 129,3 28.98N 38.57E 836
3507+عنيزة sa N 125,5 26.09N 43.99E 659
3508+نجران sa R 116,7 17.50N 44.13E 1308
3509+الظهران sa N 101,5 26.29N 50.16E 35
3510+القريات sa N 100,4 31.33N 37.34E 498
3511+سكاكا sa N 90,6 29.97N 40.20E 559
3512+سيهات sa N 79,9 26.47N 50.05E 5
3513+الرس sa N 78,3 25.87N 43.50E 696
3514+جيزان sa R 70,9 16.90N 42.55E 1
3515+الخفجي sa N 68,5 28.42N 48.51E 9
3516+رحيمة sa N 62,6 26.70N 50.06E 4
3517+بيشة sa N 59,9 20.01N 42.60E 1161
3518+الزلفي sa N 57,4 26.30N 44.80E 614
3519+مسقط om C 56,4 23.61N 58.54E 34
3520+الجوف sa R 54,7 29.81N 39.87E 604
3521+تاروت sa N 52,4 26.57N 50.07E 3
3522+الدوادمي sa N 52,1 24.49N 44.38E 984
3523+صفوى sa N 51,3 26.65N 49.96E 19
3524+شرورة sa N 51,1 17.47N 47.12E 728
3525+أبو عريش sa N 48,4 16.97N 42.83E 70
3526+صبيا sa N 48,1 17.15N 42.62E 36
3527+طريف sa N 44,1 31.67N 38.66E 838
3528+بقيق sa N 44 25.93N 49.67E 100
3529+رابغ sa N 44 22.80N 39.02E 3
3530+رفحا sa N 41,5 29.63N 43.50E 452
3531+الدلم sa N 40,7 24.00N 47.17E 445
3532+عفيف sa N 38,6 23.92N 42.93E 1064
3533+أملج sa N 34,9 25.02N 37.27E 12
3534+الكويت kw B 33,1 29.33N 47.97E 20
3535+ضرية sa N 32,4 24.74N 42.92E 1055
3536+الباحة sa R 21,5 20.02N 41.47E 2170
3537+غزة ps R 417 31.53N 34.44E 14
3538
3539=== modified file 'data/default_config.ini'
3540--- data/default_config.ini 2011-07-20 05:36:31 +0000
3541+++ data/default_config.ini 2012-02-16 14:57:33 +0000
3542@@ -1,5 +1,5 @@
3543 [main]
3544-version = 0.11.0
3545+version = 0.11.2
3546 invert_screenshots_colors = false
3547
3548 [plugins_load_at_startup]
3549@@ -12,6 +12,8 @@
3550 fullscreen = true
3551 screen_w = 1024
3552 screen_h = 768
3553+screen_x = 0
3554+screen_y = 0
3555 horizontal_offset = 0
3556 vertical_offset = 0
3557 minimum_fps = 18
3558@@ -99,6 +101,7 @@
3559 equatorial_color = 0.1,0.2,0.3
3560 equatorial_J2000_color = 0.1,0.3,0.4
3561 galactic_color = 0.0,0.3,0.2
3562+galactic_plane_color = 0.5,0.3,0.1
3563 equator_color = 0.2,0.2,0.6
3564 ecliptic_color = 0.6,0.2,0.2
3565 meridian_color = 0.2,0.6,0.2
3566@@ -189,6 +192,8 @@
3567 flag_azimuthal_grid = false
3568 flag_equatorial_grid = false
3569 flag_equatorial_J2000_grid = false
3570+flag_galactic_grid = false
3571+flag_galactic_plane_line = false
3572 flag_equator_line = false
3573 flag_ecliptic_line = false
3574 flag_meridian_line = false
3575@@ -216,6 +221,7 @@
3576 flag_nebula_name = false
3577 flag_nebula_long_name = false
3578 flag_nebula_display_no_texture = false
3579+flag_extinction_below_horizon = true
3580 max_mag_nebula_name = 8
3581 nebula_scale = 1
3582 flag_milky_way = true
3583
3584=== modified file 'data/gui/nightStyle.css'
3585--- data/gui/nightStyle.css 2011-05-29 14:10:40 +0000
3586+++ data/gui/nightStyle.css 2012-02-16 14:57:33 +0000
3587@@ -524,11 +524,11 @@
3588 image: url(:/graphicGui/nv_checkbox-unchecked.png);
3589 }
3590
3591-QListWidget::indicator::checked {
3592+QListWidget::indicator:checked, QListView::indicator:checked {
3593 image: url(:/graphicGui/nv_checkbox-checked.png);
3594 }
3595
3596-QListWidget::indicator:unchecked {
3597+QListWidget::indicator:unchecked, QListView::indicator:unchecked {
3598 image: url(:/graphicGui/nv_checkbox-unchecked.png);
3599 }
3600
3601@@ -788,3 +788,7 @@
3602 QFileDialog {
3603 background: rgb(35, 0, 0);
3604 }
3605+/**** The following are used for Satellites ****/
3606+QListWidget#satellitesList, QListWidget#sourceList {
3607+ font-size: 8pt;
3608+}
3609
3610=== modified file 'data/gui/normalStyle.css'
3611--- data/gui/normalStyle.css 2011-05-29 14:10:40 +0000
3612+++ data/gui/normalStyle.css 2012-02-16 14:57:33 +0000
3613@@ -523,11 +523,11 @@
3614 image: url(:/graphicGui/checkbox-unchecked.png);
3615 }
3616
3617-QListWidget::indicator::checked {
3618+QListWidget::indicator:checked, QListView::indicator:checked {
3619 image: url(:/graphicGui/checkbox-checked.png);
3620 }
3621
3622-QListWidget::indicator:unchecked {
3623+QListWidget::indicator:unchecked, QListView::indicator:unchecked {
3624 image: url(:/graphicGui/checkbox-unchecked.png);
3625 }
3626
3627@@ -893,3 +893,7 @@
3628 font-size: 40px;
3629 }
3630
3631+/**** The following are used for Satellites ****/
3632+QListWidget#satellitesList, QListWidget#sourceList {
3633+ font-size: 8pt;
3634+}
3635
3636=== modified file 'data/ssystem.ini'
3637--- data/ssystem.ini 2011-07-29 13:09:38 +0000
3638+++ data/ssystem.ini 2012-02-16 14:57:33 +0000
3639@@ -1200,7 +1200,7 @@
3640 orbit_LongOfPericenter = 274.964880646
3641
3642 [hydra]
3643-name = Hydra
3644+name = Hydra (moon)
3645 parent = Pluto
3646 radius = 114
3647 halo = true
3648@@ -1233,8 +1233,8 @@
3649 albedo = 0.
3650 coord_func = ell_orbit
3651 orbit_Epoch = 2451545.0
3652-orbit_Period = 100000000000000
3653-orbit_SemiMajorAxis = 1000000000000
3654+orbit_Period = 5000000000000
3655+orbit_SemiMajorAxis = 50000000000
3656 orbit_Eccentricity = 0
3657 orbit_Inclination = 90
3658 orbit_AscendingNode = 0
3659@@ -1373,3 +1373,91 @@
3660 orbit_ArgOfPericenter = 151.51961
3661 orbit_AscendingNode = 35.95741
3662 orbit_Inclination = 44.022944
3663+
3664+[90377sedna]
3665+name = Sedna
3666+parent = Sun
3667+orbit_Inclination = 11.9279
3668+coord_func = comet_orbit
3669+orbit_Eccentricity = 0.859311
3670+orbit_ArgOfPericenter = 310.9214
3671+orbit_Epoch = 2456000.5
3672+absolute_magnitude = 1.6
3673+slope_parameter = 0.15
3674+lighting = false
3675+tex_map = nomap.png
3676+color = 1.0, 1.0, 1.0
3677+orbit_AscendingNode = 144.3803
3678+orbit_MeanMotion = 7.8e-05
3679+orbit_MeanAnomaly = 358.1959
3680+minor_planet_number = 90377
3681+orbit_SemiMajorAxis = 542.4247
3682+albedo = 0.15
3683+radius = 1643
3684+type = asteroid
3685+
3686+[50000quaoar]
3687+name = Quaoar
3688+parent = Sun
3689+orbit_Inclination = 7.9956
3690+coord_func = comet_orbit
3691+orbit_Eccentricity = 0.037889
3692+orbit_ArgOfPericenter = 161.6862
3693+orbit_Epoch = 2456000.5
3694+absolute_magnitude = 2.6
3695+slope_parameter = 0.15
3696+lighting = false
3697+tex_map = nomap.png
3698+color = 1.0, 1.0, 1.0
3699+orbit_AscendingNode = 189.026
3700+orbit_MeanMotion = 0.0034688
3701+orbit_MeanAnomaly = 276.4486
3702+minor_planet_number = 50000
3703+orbit_SemiMajorAxis = 43.2202
3704+albedo = 0.15
3705+radius = 1037
3706+type = asteroid
3707+
3708+[90482orcus]
3709+name = Orcus
3710+parent = Sun
3711+orbit_Inclination = 20.5493
3712+coord_func = comet_orbit
3713+orbit_Eccentricity = 0.224276
3714+orbit_ArgOfPericenter = 73.6374
3715+orbit_Epoch = 2456000.5
3716+absolute_magnitude = 2.3
3717+slope_parameter = 0.15
3718+lighting = false
3719+tex_map = nomap.png
3720+color = 1.0, 1.0, 1.0
3721+orbit_AscendingNode = 268.4595
3722+orbit_MeanMotion = 0.0040039
3723+orbit_MeanAnomaly = 168.1352
3724+minor_planet_number = 90482
3725+orbit_SemiMajorAxis = 39.27754
3726+albedo = 0.15
3727+radius = 1190
3728+type = asteroid
3729+
3730+[136108haumea]
3731+name = Haumea
3732+parent = Sun
3733+orbit_Inclination = 28.202
3734+coord_func = comet_orbit
3735+orbit_Eccentricity = 0.197432
3736+orbit_ArgOfPericenter = 240.585
3737+orbit_Epoch = 2456000.5
3738+absolute_magnitude = 0.2
3739+slope_parameter = 0.15
3740+lighting = false
3741+tex_map = nomap.png
3742+color = 1.0, 1.0, 1.0
3743+orbit_AscendingNode = 121.9004
3744+orbit_MeanMotion = 0.0034967
3745+orbit_MeanAnomaly = 205.216
3746+minor_planet_number = 136108
3747+orbit_SemiMajorAxis = 42.98956
3748+albedo = 0.15
3749+radius = 3130
3750+type = asteroid
3751
3752=== modified file 'doc/plugIns.doxygen'
3753--- doc/plugIns.doxygen 2010-12-03 12:04:33 +0000
3754+++ doc/plugIns.doxygen 2012-02-16 14:57:33 +0000
3755@@ -48,7 +48,14 @@
3756 @section code Coding
3757 A plugin should contain a main class deriving from the StelModule class as well as an instance of the StelPluginInterface which allows Stellarium to load it. At startup, the StelModuleMgr will load the library, and an instance of the StelModule it contains will be instantiated and added to the list of other "normal" StelModules.
3758
3759-<em>Plugin developers - please note that classes used in plugins must inherit code from the core which is published under the GUN GPL. <b>If you distribute a binary plugin, you must do so under the terms of the same GNU GPL license that Stellarium uses.</b> No sneaky closed-source shenanigans now.</em>
3760+A plugin can interact with the users in many ways, not limited to:
3761+ - painting directly on the viewport like other StelModules (see the examples below);
3762+ - defining <a href="http://doc.qt.nokia.com/latest/qaction.html">QActions</a> triggered with keyboard shortcut combinations with StelGui::addGuiActions();
3763+ - buttons (StelButton) added to the bottom button bar (BottomStelBar; see the examples below);
3764+ - windows (subclasses of StelDialog) that can be designed with Qt's UI editor (see the examples and the configuration windows of the official plugins);
3765+ - custom controls displayed anywhere on the screen based on any of the classes that inherit <a href="http://doc.qt.nokia.com/latest/qgraphicsitem.html">QGraphicsItem</a> (see <a href="http://doc.qt.nokia.com/latest/graphicsview.html">the documentation of Qt's Graphics View Framework</a>). To get a base widget to work on, use StelGui::getSkyGui().
3766+
3767+<em>Plugin developers - please note that classes used in plugins must inherit code from the core which is published under the GNU GPL. <strong>If you distribute a binary plugin, you must do so under the terms of the same GNU General Public License that Stellarium uses</strong> (as of August 2011, this is GNU GPL "version 2 or any later version"). No sneaky closed-source shenanigans now.</em>
3768
3769 @section examplePlugins Example Plugins
3770
3771
3772=== modified file 'doc/stellarium.pod.cmake'
3773--- doc/stellarium.pod.cmake 2010-05-09 20:10:28 +0000
3774+++ doc/stellarium.pod.cmake 2012-02-16 14:57:33 +0000
3775@@ -158,13 +158,13 @@
3776
3777 Wiki: L<http://stellarium.org/wiki/>
3778
3779-Forums: L<http://sourceforge.net/forum/forum.php?forum_id=278769>
3780-
3781-Downloads: L<https://sourceforge.net/project/showfiles.php?group_id=48857>
3782-
3783-Support Requests:
3784-
3785-Bug Tracker:
3786+Forums: L<http://sourceforge.net/projects/stellarium/forums>
3787+
3788+Downloads: L<http://sourceforge.net/projects/stellarium/files/>
3789+
3790+Support Requests: L<https://answers.launchpad.net/stellarium>
3791+
3792+Bug Tracker: L<https://bugs.launchpad.net/stellarium>
3793
3794 =item The Stellarium User Guide
3795
3796@@ -180,7 +180,9 @@
3797 =head1 AUTHOR
3798
3799 Fabien Chéreau, Rob Spearman, Johan Meuris, Matthew Gates,
3800-Johannes Gajdosik, Nigel Kerr, Andras Mohari.
3801+Johannes Gajdosik, Nigel Kerr, Andras Mohari, Bogdan Marinov,
3802+Timothy Reaves, Mike Storm, Diego Marcos, Guillaume Chéreau,
3803+Alexander Wolf
3804
3805 x14817
3806
3807
3808=== modified file 'landscapes/garching/CMakeLists.txt'
3809--- landscapes/garching/CMakeLists.txt 2011-08-20 16:24:03 +0000
3810+++ landscapes/garching/CMakeLists.txt 2012-02-16 14:57:33 +0000
3811@@ -1,4 +1,4 @@
3812
3813 ########### install files ###############
3814
3815-INSTALL (FILES landscape.ini description.ar.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 garching-gl1.png garching-gl2.png garching-gl3.png garching-gl4.png garching-ground3.png DESTINATION share/${PACKAGE}/landscapes/garching )
3816+INSTALL (FILES landscape.ini description.ar.utf8 description.be.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 garching-gl1.png garching-gl2.png garching-gl3.png garching-gl4.png garching-ground3.png DESTINATION share/${PACKAGE}/landscapes/garching )
3817
3818=== added file 'landscapes/garching/description.be.utf8'
3819--- landscapes/garching/description.be.utf8 1970-01-01 00:00:00 +0000
3820+++ landscapes/garching/description.be.utf8 2012-02-16 14:57:33 +0000
3821@@ -0,0 +1,2 @@
3822+<h2>Ґархінґ</h2>
3823+<p>Краявід з галоўнага офіса Эўрапейскай паўднёвай абсэрваторыі ў Ґархінґу пад Мюнхенам, Нямеччына.</p>
3824
3825=== modified file 'landscapes/guereins/CMakeLists.txt'
3826--- landscapes/guereins/CMakeLists.txt 2011-08-20 16:24:03 +0000
3827+++ landscapes/guereins/CMakeLists.txt 2012-02-16 14:57:33 +0000
3828@@ -1,5 +1,5 @@
3829
3830 ########### install files ###############
3831
3832-INSTALL(FILES landscape.ini description.ar.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 guereinsb.png guereins1.png guereins2.png guereins3.png guereins4.png guereins5.png guereins6.png guereins7.png guereins8.png DESTINATION share/${PACKAGE}/landscapes/guereins)
3833+INSTALL(FILES landscape.ini description.ar.utf8 description.be.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 guereinsb.png guereins1.png guereins2.png guereins3.png guereins4.png guereins5.png guereins6.png guereins7.png guereins8.png DESTINATION share/${PACKAGE}/landscapes/guereins)
3834
3835
3836=== added file 'landscapes/guereins/description.be.utf8'
3837--- landscapes/guereins/description.be.utf8 1970-01-01 00:00:00 +0000
3838+++ landscapes/guereins/description.be.utf8 2012-02-16 14:57:33 +0000
3839@@ -0,0 +1,2 @@
3840+<h2>Ґерэн</h2>
3841+<p>Ґерэн — гэта маленькая француская вёска ў даліне ракі Сона, за 50 км на поўнач ад Ліёна. На захад ад яе знаходзяцца невысокія горы «Бажоле», дзе робяць славутае віно. Таксама гэта месца, дзе была народжаная Stellarium :)</p>
3842
3843=== modified file 'landscapes/hurricane/CMakeLists.txt'
3844--- landscapes/hurricane/CMakeLists.txt 2011-08-20 16:24:03 +0000
3845+++ landscapes/hurricane/CMakeLists.txt 2012-02-16 14:57:33 +0000
3846@@ -1,5 +1,5 @@
3847
3848 ########### install files ###############
3849
3850-INSTALL(FILES landscape.ini description.ar.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 hurricaneb.png hurricane1.png hurricane2.png hurricane3.png hurricane4.png hurricane5.png hurricane6.png hurricane7.png hurricane8.png DESTINATION share/${PACKAGE}/landscapes/hurricane)
3851+INSTALL(FILES landscape.ini description.ar.utf8 description.be.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 hurricaneb.png hurricane1.png hurricane2.png hurricane3.png hurricane4.png hurricane5.png hurricane6.png hurricane7.png hurricane8.png DESTINATION share/${PACKAGE}/landscapes/hurricane)
3852
3853
3854=== added file 'landscapes/hurricane/description.be.utf8'
3855--- landscapes/hurricane/description.be.utf8 1970-01-01 00:00:00 +0000
3856+++ landscapes/hurricane/description.be.utf8 2012-02-16 14:57:33 +0000
3857@@ -0,0 +1,4 @@
3858+<h2>Ураган</h2>
3859+<p>Апрацаваны краявід з «Ураган Рыдж» (Hurricane Ridge) у Нацыянальным парку «Алімпік» у штаце Вашынгтон. Насамрэч існуе больш шырокі від зоны адпачынку на поўдні парку, але з кепскім асьвятленьнем.</p>
3860+
3861+
3862
3863=== modified file 'landscapes/mars/CMakeLists.txt'
3864--- landscapes/mars/CMakeLists.txt 2011-08-20 16:24:03 +0000
3865+++ landscapes/mars/CMakeLists.txt 2012-02-16 14:57:33 +0000
3866@@ -1,5 +1,5 @@
3867
3868 ########### install files ###############
3869
3870-INSTALL(FILES landscape.ini description.ar.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 mars.png DESTINATION share/${PACKAGE}/landscapes/mars)
3871+INSTALL(FILES landscape.ini description.ar.utf8 description.be.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 mars.png DESTINATION share/${PACKAGE}/landscapes/mars)
3872
3873
3874=== added file 'landscapes/mars/description.be.utf8'
3875--- landscapes/mars/description.be.utf8 1970-01-01 00:00:00 +0000
3876+++ landscapes/mars/description.be.utf8 2012-02-16 14:57:33 +0000
3877@@ -0,0 +1,2 @@
3878+<h2>Марс</h2>
3879+<p>Панарамная камэра на марсаходзе НАСА «Сьпірыт» зрабіла сотні здымкаў, аб'яднаных у гэты 360-ґрадусны краявід, панараму «Верхавіна ўзгорка Гасбанда». Гэтыя здымкі былі зробленыя марсаходам з 583 па 586 дзень (з 24 па 27 жніўня 2005 г.) неўзабаве па дасягненьні ім грэбеня ўзгорка Гасбанда у кратэры Гусева.</p>
3880
3881=== modified file 'landscapes/moon/CMakeLists.txt'
3882--- landscapes/moon/CMakeLists.txt 2011-08-20 16:24:03 +0000
3883+++ landscapes/moon/CMakeLists.txt 2012-02-16 14:57:33 +0000
3884@@ -1,5 +1,5 @@
3885
3886 ########### install files ###############
3887
3888-INSTALL(FILES landscape.ini description.ar.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 apollo17.png DESTINATION share/${PACKAGE}/landscapes/moon)
3889+INSTALL(FILES landscape.ini description.ar.utf8 description.be.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 apollo17.png DESTINATION share/${PACKAGE}/landscapes/moon)
3890
3891
3892=== added file 'landscapes/moon/description.be.utf8'
3893--- landscapes/moon/description.be.utf8 1970-01-01 00:00:00 +0000
3894+++ landscapes/moon/description.be.utf8 2012-02-16 14:57:33 +0000
3895@@ -0,0 +1,2 @@
3896+<h2>Месяц</h2>
3897+<p>Фота, створанае падчас місіі «Апалён».</p>
3898
3899=== modified file 'landscapes/ocean/CMakeLists.txt'
3900--- landscapes/ocean/CMakeLists.txt 2011-08-20 16:24:03 +0000
3901+++ landscapes/ocean/CMakeLists.txt 2012-02-16 14:57:33 +0000
3902@@ -1,5 +1,5 @@
3903
3904 ########### install files ###############
3905
3906-INSTALL(FILES landscape.ini description.ar.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 ocean1.png ocean2.png ocean3.png ocean4.png ocean5.png ocean6.png ocean7.png ocean8.png ocean9.png DESTINATION share/${PACKAGE}/landscapes/ocean)
3907+INSTALL(FILES landscape.ini description.ar.utf8 description.be.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 ocean1.png ocean2.png ocean3.png ocean4.png ocean5.png ocean6.png ocean7.png ocean8.png ocean9.png DESTINATION share/${PACKAGE}/landscapes/ocean)
3908
3909
3910=== added file 'landscapes/ocean/description.be.utf8'
3911--- landscapes/ocean/description.be.utf8 1970-01-01 00:00:00 +0000
3912+++ landscapes/ocean/description.be.utf8 2012-02-16 14:57:33 +0000
3913@@ -0,0 +1,2 @@
3914+<h2>Акіян</h2>
3915+<p>Створана з дапамогай Terragen.</p>
3916
3917=== modified file 'landscapes/saturn/CMakeLists.txt'
3918--- landscapes/saturn/CMakeLists.txt 2011-08-20 16:24:03 +0000
3919+++ landscapes/saturn/CMakeLists.txt 2012-02-16 14:57:33 +0000
3920@@ -1,5 +1,5 @@
3921
3922 ########### install files ###############
3923
3924-INSTALL(FILES landscape.ini description.ar.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 saturn-256.png DESTINATION share/${PACKAGE}/landscapes/saturn)
3925+INSTALL(FILES landscape.ini description.ar.utf8 description.be.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 saturn-256.png DESTINATION share/${PACKAGE}/landscapes/saturn)
3926
3927
3928=== added file 'landscapes/saturn/description.be.utf8'
3929--- landscapes/saturn/description.be.utf8 1970-01-01 00:00:00 +0000
3930+++ landscapes/saturn/description.be.utf8 2012-02-16 14:57:33 +0000
3931@@ -0,0 +1,3 @@
3932+<h2>Сатурн</h2>
3933+<p>Простая ґазавая паверхня Сатурна («верх атмасфэры»).</p>
3934+
3935
3936=== modified file 'landscapes/trees/CMakeLists.txt'
3937--- landscapes/trees/CMakeLists.txt 2011-08-20 16:24:03 +0000
3938+++ landscapes/trees/CMakeLists.txt 2012-02-16 14:57:33 +0000
3939@@ -1,5 +1,5 @@
3940
3941 ########### install files ###############
3942
3943-INSTALL(FILES landscape.ini description.ar.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 trees_512.png DESTINATION share/${PACKAGE}/landscapes/trees)
3944+INSTALL(FILES landscape.ini description.ar.utf8 description.be.utf8 description.bg.utf8 description.nb.utf8 description.pt_BR.utf8 description.en.utf8 description.ru.utf8 trees_512.png DESTINATION share/${PACKAGE}/landscapes/trees)
3945
3946
3947=== added file 'landscapes/trees/description.be.utf8'
3948--- landscapes/trees/description.be.utf8 1970-01-01 00:00:00 +0000
3949+++ landscapes/trees/description.be.utf8 2012-02-16 14:57:33 +0000
3950@@ -0,0 +1,2 @@
3951+<h2>Дрэвы</h2>
3952+<p>Дрэвы ў парку «Ґрынлэйк», Сыэтл.</p>
3953
3954=== modified file 'nebulae/default/ngc2000names.dat'
3955--- nebulae/default/ngc2000names.dat 2010-11-10 16:28:58 +0000
3956+++ nebulae/default/ngc2000names.dat 2012-02-16 14:57:33 +0000
3957@@ -41,6 +41,7 @@
3958 M 42 1976
3959 M 43 1982
3960 M 44 2632
3961+M 45 1432
3962 M 46 2437
3963 M 47 2422
3964 M 48 2548
3965
3966=== modified file 'plugins/AngleMeasure/CMakeLists.txt'
3967--- plugins/AngleMeasure/CMakeLists.txt 2010-01-14 01:57:49 +0000
3968+++ plugins/AngleMeasure/CMakeLists.txt 2012-02-16 14:57:33 +0000
3969@@ -1,5 +1,5 @@
3970 # This is the cmake config file for the AngleMeasure plugin
3971-SET(ANGLEMEASURE_VERSION "0.1.0")
3972+SET(ANGLEMEASURE_VERSION "0.2.0")
3973
3974 ADD_SUBDIRECTORY( src )
3975
3976
3977=== modified file 'plugins/AngleMeasure/COPYING'
3978--- plugins/AngleMeasure/COPYING 2010-01-13 13:21:33 +0000
3979+++ plugins/AngleMeasure/COPYING 2012-02-16 14:57:33 +0000
3980@@ -2,7 +2,7 @@
3981 Version 2, June 1991
3982
3983 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
3984- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3985+ 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
3986 Everyone is permitted to copy and distribute verbatim copies
3987 of this license document, but changing it is not allowed.
3988
3989@@ -305,7 +305,7 @@
3990
3991 You should have received a copy of the GNU General Public License
3992 along with this program; if not, write to the Free Software
3993- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3994+ Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
3995
3996
3997 Also add information on how to contact you by electronic and paper mail.
3998
3999=== modified file 'plugins/AngleMeasure/ChangeLog'
4000--- plugins/AngleMeasure/ChangeLog 2010-01-13 13:21:33 +0000
4001+++ plugins/AngleMeasure/ChangeLog 2012-02-16 14:57:33 +0000
4002@@ -1,3 +1,6 @@
4003+0.2.0 [2012-01-30]
4004+Support translation of strings
4005+
4006 0.0.2 [2008-10-12]
4007 Support for DMS and symbolic display formats
4008
4009
4010=== modified file 'plugins/AngleMeasure/src/AngleMeasure.cpp'
4011--- plugins/AngleMeasure/src/AngleMeasure.cpp 2010-11-19 17:56:36 +0000
4012+++ plugins/AngleMeasure/src/AngleMeasure.cpp 2012-02-16 14:57:33 +0000
4013@@ -13,7 +13,7 @@
4014 *
4015 * You should have received a copy of the GNU General Public License
4016 * along with this program; if not, write to the Free Software
4017- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4018+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
4019 */
4020
4021 #include "StelProjector.hpp"
4022@@ -54,10 +54,10 @@
4023
4024 StelPluginInfo info;
4025 info.id = "AngleMeasure";
4026- info.displayedName = q_("Angle Measure");
4027+ info.displayedName = N_("Angle Measure");
4028 info.authors = "Matthew Gates";
4029 info.contact = "http://porpoisehead.net/";
4030- info.description = q_("Provides an angle measurement tool");
4031+ info.description = N_("Provides an angle measurement tool");
4032 return info;
4033 }
4034
4035@@ -115,12 +115,23 @@
4036 perp2StartPoint.set(0.,0.,0.);
4037 perp2EndPoint.set(0.,0.,0.);
4038
4039- // create action for enable/disable & hook up signals
4040- StelGui* gui = dynamic_cast<StelGui*>(StelApp::getInstance().getGui());
4041+ StelApp& app = StelApp::getInstance();
4042+
4043+ // Create action for enable/disable & hook up signals
4044+ StelGui* gui = dynamic_cast<StelGui*>(app.getGui());
4045 Q_ASSERT(gui);
4046- gui->addGuiActions("actionShow_Angle_Measure", N_("Angle measure"), "Ctrl+A", N_("Plugin Key Bindings"), true, false);
4047- gui->getGuiActions("actionShow_Angle_Measure")->setChecked(flagShowAngleMeasure);
4048- connect(gui->getGuiActions("actionShow_Angle_Measure"), SIGNAL(toggled(bool)), this, SLOT(enableAngleMeasure(bool)));
4049+ QAction* action = gui->addGuiActions("actionShow_Angle_Measure",
4050+ N_("Angle measure"),
4051+ "Ctrl+A",
4052+ N_("Plugin Key Bindings"),
4053+ true, false);
4054+ action->setChecked(flagShowAngleMeasure);
4055+ connect(action, SIGNAL(toggled(bool)), this, SLOT(enableAngleMeasure(bool)));
4056+
4057+ // Initialize the message strings and make sure they are translated when
4058+ // the language changes.
4059+ updateMessageText();
4060+ connect(&app, SIGNAL(languageChanged()), this, SLOT(updateMessageText()));
4061
4062 // Add a toolbar button
4063 try
4064@@ -179,8 +190,14 @@
4065 if (messageFader.getInterstate() > 0.000001f)
4066 {
4067 painter.setColor(textColor[0], textColor[1], textColor[2], messageFader.getInterstate());
4068- painter.drawText(83, 120, "Angle Tool Enabled - left drag to measure, left click to clear");
4069- painter.drawText(83, 95, "right click to change end point only");
4070+ int x = 83;
4071+ int y = 120;
4072+ int ls = painter.getFontMetrics().lineSpacing();
4073+ painter.drawText(x, y, messageEnabled);
4074+ y -= ls;
4075+ painter.drawText(x, y, messageLeftButton);
4076+ y -= ls;
4077+ painter.drawText(x, y, messageRightButton);
4078 }
4079 }
4080
4081@@ -280,14 +297,23 @@
4082 messageFader = b;
4083 if (b)
4084 {
4085- qDebug() << "AngleMeasure::enableAngleMeasure starting timer";
4086+ //qDebug() << "AngleMeasure::enableAngleMeasure starting timer";
4087 messageTimer->start();
4088 }
4089 }
4090
4091+void AngleMeasure::updateMessageText()
4092+{
4093+ // TRANSLATORS: instructions for using the AngleMeasure plugin.
4094+ messageEnabled = q_("The Angle Measure is enabled:");
4095+ // TRANSLATORS: instructions for using the AngleMeasure plugin.
4096+ messageLeftButton = q_("Drag with the left button to measure, left-click to clear.");
4097+ // TRANSLATORS: instructions for using the AngleMeasure plugin.
4098+ messageRightButton = q_("Right-clicking changes the end point only.");
4099+}
4100+
4101 void AngleMeasure::clearMessage()
4102 {
4103- qDebug() << "AngleMeasure::clearMessage";
4104+ //qDebug() << "AngleMeasure::clearMessage";
4105 messageFader = false;
4106 }
4107-
4108
4109=== modified file 'plugins/AngleMeasure/src/AngleMeasure.hpp'
4110--- plugins/AngleMeasure/src/AngleMeasure.hpp 2010-06-01 09:25:33 +0000
4111+++ plugins/AngleMeasure/src/AngleMeasure.hpp 2012-02-16 14:57:33 +0000
4112@@ -13,7 +13,7 @@
4113 *
4114 * You should have received a copy of the GNU General Public License
4115 * along with this program; if not, write to the Free Software
4116- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4117+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
4118 */
4119
4120 #ifndef ANGLEMEASURE_HPP_
4121@@ -50,6 +50,7 @@
4122 void enableAngleMeasure(bool b);
4123
4124 private slots:
4125+ void updateMessageText();
4126 void clearMessage();
4127
4128 private:
4129@@ -58,6 +59,9 @@
4130 LinearFader lineVisible;
4131 LinearFader messageFader;
4132 QTimer* messageTimer;
4133+ QString messageEnabled;
4134+ QString messageLeftButton;
4135+ QString messageRightButton;
4136 bool dragging;
4137 Vec3d startPoint;
4138 Vec3d endPoint;
4139@@ -71,7 +75,7 @@
4140 bool flagUseDmsFormat;
4141 StelButton* toolbarButton;
4142
4143- void calculateEnds(void);
4144+ void calculateEnds();
4145 };
4146
4147
4148
4149=== modified file 'plugins/CMakeLists.txt'
4150--- plugins/CMakeLists.txt 2011-08-22 14:50:48 +0000
4151+++ plugins/CMakeLists.txt 2012-02-16 14:57:33 +0000
4152@@ -43,6 +43,12 @@
4153 IF (USE_PLUGIN_SUPERNOVAE)
4154 ADD_SUBDIRECTORY( Supernovae )
4155 ENDIF()
4156+IF (USE_PLUGIN_QUASARS)
4157+ ADD_SUBDIRECTORY( Quasars )
4158+ENDIF()
4159+IF (USE_PLUGIN_PULSARS)
4160+ ADD_SUBDIRECTORY( Pulsars )
4161+ENDIF()
4162 IF (USE_PLUGIN_VIRGO)
4163 SET(VIRGO_PROJECT_PATH "../extmodules/VirGO/" CACHE PATH "The location of the VirGO plugin main directory i.e. the one containing the top level CMakeLists.txt")
4164 ADD_SUBDIRECTORY( ${VIRGO_PROJECT_PATH} VirGO )
4165
4166=== modified file 'plugins/CompassMarks/COPYING'
4167--- plugins/CompassMarks/COPYING 2010-01-13 13:21:33 +0000
4168+++ plugins/CompassMarks/COPYING 2012-02-16 14:57:33 +0000
4169@@ -2,7 +2,7 @@
4170 Version 2, June 1991
4171
4172 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
4173- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4174+ 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
4175 Everyone is permitted to copy and distribute verbatim copies
4176 of this license document, but changing it is not allowed.
4177
4178@@ -305,7 +305,7 @@
4179
4180 You should have received a copy of the GNU General Public License
4181 along with this program; if not, write to the Free Software
4182- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4183+ Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
4184
4185
4186 Also add information on how to contact you by electronic and paper mail.
4187
4188=== modified file 'plugins/CompassMarks/src/CompassMarks.cpp'
4189--- plugins/CompassMarks/src/CompassMarks.cpp 2010-11-19 17:56:36 +0000
4190+++ plugins/CompassMarks/src/CompassMarks.cpp 2012-02-16 14:57:33 +0000
4191@@ -13,7 +13,7 @@
4192 *
4193 * You should have received a copy of the GNU General Public License
4194 * along with this program; if not, write to the Free Software
4195- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4196+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
4197 */
4198
4199 #include "VecMath.hpp"
4200@@ -54,10 +54,10 @@
4201
4202 StelPluginInfo info;
4203 info.id = "CompassMarks";
4204- info.displayedName = q_("Compass Marks");
4205+ info.displayedName = N_("Compass Marks");
4206 info.authors = "Matthew Gates";
4207 info.contact = "http://porpoisehead.net/";
4208- info.description = q_("Displays compass bearing marks along the horizon");
4209+ info.description = N_("Displays compass bearing marks along the horizon");
4210 return info;
4211 }
4212
4213@@ -84,20 +84,23 @@
4214
4215 CompassMarks::~CompassMarks()
4216 {
4217+ if (pxmapGlow!=NULL)
4218+ delete pxmapGlow;
4219+ if (pxmapOnIcon!=NULL)
4220+ delete pxmapOnIcon;
4221+ if (pxmapOffIcon!=NULL)
4222+ delete pxmapOffIcon;
4223+
4224 // TODO (requires work in core API)
4225 // 1. Remove button from toolbar
4226 // 2. Remove action from GUI
4227 // 3. Delete GUI objects. I'll leave this commented right now because
4228 // unloading (when implemented) might cause problems if we do it before we
4229 // can do parts 1 and 2.
4230- //if (pxmapGlow!=NULL)
4231- // delete pxmapGlow;
4232- //if (pxmapOnIcon!=NULL)
4233- // delete pxmapOnIcon;
4234- //if (pxmapOffIcon!=NULL)
4235- // delete pxmapOffIcon;
4236 //if (toolbarButton!=NULL)
4237 // delete toolbarButton;
4238+ // BTW, the above remark is from 2009 --BM
4239+ // See http://stellarium.svn.sourceforge.net/viewvc/stellarium/trunk/extmodules/CompassMarks/src/CompassMarks.cpp?r1=4333&r2=4332&pathrev=4333
4240 }
4241
4242 //! Determine which "layer" the plugin's drawing will happen on.
4243@@ -138,7 +141,7 @@
4244 if (markFader.getInterstate() <= 0.0) { return; }
4245
4246 Vec3d pos;
4247- StelProjectorP prj = core->getProjection(StelCore::FrameAltAz);
4248+ StelProjectorP prj = core->getProjection(StelCore::FrameAltAz, StelCore::RefractionOff); // Maybe conflict with Scenery3d branch. AW20120214
4249 StelPainter painter(prj);
4250 painter.setFont(font);
4251
4252
4253=== modified file 'plugins/CompassMarks/src/CompassMarks.hpp'
4254--- plugins/CompassMarks/src/CompassMarks.hpp 2010-01-13 13:21:33 +0000
4255+++ plugins/CompassMarks/src/CompassMarks.hpp 2012-02-16 14:57:33 +0000
4256@@ -13,7 +13,7 @@
4257 *
4258 * You should have received a copy of the GNU General Public License
4259 * along with this program; if not, write to the Free Software
4260- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4261+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
4262 */
4263
4264 #ifndef COMPASSMARKS_HPP_
4265
4266=== modified file 'plugins/HelloStelModule/COPYING'
4267--- plugins/HelloStelModule/COPYING 2010-01-13 11:26:18 +0000
4268+++ plugins/HelloStelModule/COPYING 2012-02-16 14:57:33 +0000
4269@@ -2,7 +2,7 @@
4270 Version 2, June 1991
4271
4272 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
4273- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4274+ 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
4275 Everyone is permitted to copy and distribute verbatim copies
4276 of this license document, but changing it is not allowed.
4277
4278@@ -305,7 +305,7 @@
4279
4280 You should have received a copy of the GNU General Public License
4281 along with this program; if not, write to the Free Software
4282- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4283+ Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
4284
4285
4286 Also add information on how to contact you by electronic and paper mail.
4287
4288=== modified file 'plugins/LogBook/COPYING'
4289--- plugins/LogBook/COPYING 2010-01-22 18:41:50 +0000
4290+++ plugins/LogBook/COPYING 2012-02-16 14:57:33 +0000
4291@@ -2,7 +2,7 @@
4292 Version 2, June 1991
4293
4294 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
4295- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4296+ 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
4297 Everyone is permitted to copy and distribute verbatim copies
4298 of this license document, but changing it is not allowed.
4299
4300@@ -305,7 +305,7 @@
4301
4302 You should have received a copy of the GNU General Public License
4303 along with this program; if not, write to the Free Software
4304- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4305+ Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
4306
4307
4308 Also add information on how to contact you by electronic and paper mail.
4309
4310=== modified file 'plugins/Oculars/CMakeLists.txt'
4311--- plugins/Oculars/CMakeLists.txt 2011-01-14 02:13:12 +0000
4312+++ plugins/Oculars/CMakeLists.txt 2012-02-16 14:57:33 +0000
4313@@ -1,6 +1,6 @@
4314 SET(OCULARS_STELMODULE_MAJOR "0")
4315 SET(OCULARS_STELMODULE_MINOR "99")
4316-SET(OCULARS_STELMODULE_PATCH "0")
4317+SET(OCULARS_STELMODULE_PATCH "1")
4318 SET(OCULARS_VERSION "${OCULARS_STELMODULE_MAJOR}.${OCULARS_STELMODULE_MINOR}.${OCULARS_STELMODULE_PATCH}")
4319
4320 ADD_SUBDIRECTORY( src )
4321
4322=== modified file 'plugins/Oculars/COPYING'
4323--- plugins/Oculars/COPYING 2010-01-14 16:49:19 +0000
4324+++ plugins/Oculars/COPYING 2012-02-16 14:57:33 +0000
4325@@ -2,7 +2,7 @@
4326 Version 2, June 1991
4327
4328 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
4329- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4330+ 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
4331 Everyone is permitted to copy and distribute verbatim copies
4332 of this license document, but changing it is not allowed.
4333
4334@@ -305,7 +305,7 @@
4335
4336 You should have received a copy of the GNU General Public License
4337 along with this program; if not, write to the Free Software
4338- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4339+ Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
4340
4341
4342 Also add information on how to contact you by electronic and paper mail.
4343
4344=== modified file 'plugins/Oculars/resources/Oculars.qrc'
4345--- plugins/Oculars/resources/Oculars.qrc 2010-03-26 13:37:41 +0000
4346+++ plugins/Oculars/resources/Oculars.qrc 2012-02-16 14:57:33 +0000
4347@@ -1,10 +1,17 @@
4348-<!DOCTYPE RCC>
4349-<RCC version="1.0">
4350- <qresource prefix="ocular" >
4351- <file>bt_ocular_on.png</file>
4352- <file>bt_ocular_off.png</file>
4353- <file>normalStyle.css</file>
4354- <file>nightStyle.css</file>
4355- <file>default_ocular.ini</file>
4356- </qresource>
4357+<RCC>
4358+ <qresource prefix="/ocular">
4359+ <file>bt_ocular_on.png</file>
4360+ <file>bt_ocular_off.png</file>
4361+ <file>normalStyle.css</file>
4362+ <file>nightStyle.css</file>
4363+ <file>default_ocular.ini</file>
4364+ <file>bt_crosshairs_off.png</file>
4365+ <file>bt_crosshairs_on.png</file>
4366+ <file>bt_sensor_off.png</file>
4367+ <file>bt_sensor_on.png</file>
4368+ <file>bt_telrad_off.png</file>
4369+ <file>bt_telrad_on.png</file>
4370+ <file>bt_settings_off.png</file>
4371+ <file>bt_settings_on.png</file>
4372+ </qresource>
4373 </RCC>
4374
4375=== added file 'plugins/Oculars/resources/bt_crosshairs_off.png'
4376Binary files plugins/Oculars/resources/bt_crosshairs_off.png 1970-01-01 00:00:00 +0000 and plugins/Oculars/resources/bt_crosshairs_off.png 2012-02-16 14:57:33 +0000 differ
4377=== added file 'plugins/Oculars/resources/bt_crosshairs_on.png'
4378Binary files plugins/Oculars/resources/bt_crosshairs_on.png 1970-01-01 00:00:00 +0000 and plugins/Oculars/resources/bt_crosshairs_on.png 2012-02-16 14:57:33 +0000 differ
4379=== modified file 'plugins/Oculars/resources/bt_ocular_off.png'
4380Binary files plugins/Oculars/resources/bt_ocular_off.png 2010-01-22 17:37:33 +0000 and plugins/Oculars/resources/bt_ocular_off.png 2012-02-16 14:57:33 +0000 differ
4381=== modified file 'plugins/Oculars/resources/bt_ocular_on.png'
4382Binary files plugins/Oculars/resources/bt_ocular_on.png 2010-01-22 17:37:33 +0000 and plugins/Oculars/resources/bt_ocular_on.png 2012-02-16 14:57:33 +0000 differ
4383=== added file 'plugins/Oculars/resources/bt_sensor_off.png'
4384Binary files plugins/Oculars/resources/bt_sensor_off.png 1970-01-01 00:00:00 +0000 and plugins/Oculars/resources/bt_sensor_off.png 2012-02-16 14:57:33 +0000 differ
4385=== added file 'plugins/Oculars/resources/bt_sensor_on.png'
4386Binary files plugins/Oculars/resources/bt_sensor_on.png 1970-01-01 00:00:00 +0000 and plugins/Oculars/resources/bt_sensor_on.png 2012-02-16 14:57:33 +0000 differ
4387=== added file 'plugins/Oculars/resources/bt_settings_off.png'
4388Binary files plugins/Oculars/resources/bt_settings_off.png 1970-01-01 00:00:00 +0000 and plugins/Oculars/resources/bt_settings_off.png 2012-02-16 14:57:33 +0000 differ
4389=== added file 'plugins/Oculars/resources/bt_settings_on.png'
4390Binary files plugins/Oculars/resources/bt_settings_on.png 1970-01-01 00:00:00 +0000 and plugins/Oculars/resources/bt_settings_on.png 2012-02-16 14:57:33 +0000 differ
4391=== added file 'plugins/Oculars/resources/bt_telrad_off.png'
4392Binary files plugins/Oculars/resources/bt_telrad_off.png 1970-01-01 00:00:00 +0000 and plugins/Oculars/resources/bt_telrad_off.png 2012-02-16 14:57:33 +0000 differ
4393=== added file 'plugins/Oculars/resources/bt_telrad_on.png'
4394Binary files plugins/Oculars/resources/bt_telrad_on.png 1970-01-01 00:00:00 +0000 and plugins/Oculars/resources/bt_telrad_on.png 2012-02-16 14:57:33 +0000 differ
4395=== modified file 'plugins/Oculars/src/CCD.cpp'
4396--- plugins/Oculars/src/CCD.cpp 2011-01-12 21:08:24 +0000
4397+++ plugins/Oculars/src/CCD.cpp 2012-02-16 14:57:33 +0000
4398@@ -13,7 +13,7 @@
4399 *
4400 * You should have received a copy of the GNU General Public License
4401 * along with this program; if not, write to the Free Software
4402- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4403+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
4404 */
4405
4406 #include "CCD.hpp"
4407
4408=== modified file 'plugins/Oculars/src/CCD.hpp'
4409--- plugins/Oculars/src/CCD.hpp 2011-01-12 21:08:24 +0000
4410+++ plugins/Oculars/src/CCD.hpp 2012-02-16 14:57:33 +0000
4411@@ -13,7 +13,7 @@
4412 *
4413 * You should have received a copy of the GNU General Public License
4414 * along with this program; if not, write to the Free Software
4415- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4416+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
4417 */
4418
4419 #ifndef CCD_HPP_
4420
4421=== modified file 'plugins/Oculars/src/CMakeLists.txt'
4422--- plugins/Oculars/src/CMakeLists.txt 2011-01-06 20:50:30 +0000
4423+++ plugins/Oculars/src/CMakeLists.txt 2012-02-16 14:57:33 +0000
4424@@ -19,6 +19,8 @@
4425 gui/OcularDialog.cpp
4426 gui/PropertyBasedTableModel.hpp
4427 gui/PropertyBasedTableModel.cpp
4428+ gui/OcularsGuiPanel.hpp
4429+ gui/OcularsGuiPanel.cpp
4430 )
4431
4432 SET(Oculars_RES ../resources/Oculars.qrc)
4433@@ -39,6 +41,7 @@
4434 Telescope.hpp
4435 gui/OcularDialog.hpp
4436 gui/PropertyBasedTableModel.hpp
4437+ gui/OcularsGuiPanel.hpp
4438 )
4439
4440 # After this call, Oculars_MOC_SRCS = moc_Oculars.cxx
4441
4442=== modified file 'plugins/Oculars/src/Ocular.cpp'
4443--- plugins/Oculars/src/Ocular.cpp 2010-12-30 02:26:59 +0000
4444+++ plugins/Oculars/src/Ocular.cpp 2012-02-16 14:57:33 +0000
4445@@ -13,7 +13,7 @@
4446 *
4447 * You should have received a copy of the GNU General Public License
4448 * along with this program; if not, write to the Free Software
4449- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4450+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
4451 */
4452
4453 #include "Ocular.hpp"
4454
4455=== modified file 'plugins/Oculars/src/Ocular.hpp'
4456--- plugins/Oculars/src/Ocular.hpp 2010-12-30 02:26:59 +0000
4457+++ plugins/Oculars/src/Ocular.hpp 2012-02-16 14:57:33 +0000
4458@@ -13,7 +13,7 @@
4459 *
4460 * You should have received a copy of the GNU General Public License
4461 * along with this program; if not, write to the Free Software
4462- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4463+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
4464 */
4465
4466 #ifndef OCULAR_HPP_
4467
4468=== modified file 'plugins/Oculars/src/Oculars.cpp'
4469--- plugins/Oculars/src/Oculars.cpp 2011-06-03 09:45:50 +0000
4470+++ plugins/Oculars/src/Oculars.cpp 2012-02-16 14:57:33 +0000
4471@@ -1,5 +1,6 @@
4472 /*
4473 * Copyright (C) 2009 Timothy Reaves
4474+ * Copyright (C) 2011 Bogdan Marinov
4475 *
4476 * This program is free software; you can redistribute it and/or
4477 * modify it under the terms of the GNU General Public License
4478@@ -13,10 +14,11 @@
4479 *
4480 * You should have received a copy of the GNU General Public License
4481 * along with this program; if not, write to the Free Software
4482- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
4483+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
4484 */
4485
4486 #include "Oculars.hpp"
4487+#include "OcularsGuiPanel.hpp"
4488
4489 #include "GridLinesMgr.hpp"
4490 #include "LabelMgr.hpp"
4491@@ -33,8 +35,10 @@
4492 #include "StelGuiItems.hpp"
4493 #include "StelMainWindow.hpp"
4494 #include "StelTranslator.hpp"
4495+#include "SkyGui.hpp"
4496
4497 #include <QAction>
4498+#include <QGraphicsWidget>
4499 #include <QKeyEvent>
4500 #include <QDebug>
4501 #include <QMenu>
4502@@ -51,6 +55,10 @@
4503 #include <GL/glu.h> /* Header File For The GLU Library */
4504 #endif
4505
4506+#ifdef Q_WS_MAC
4507+extern void qt_set_sequence_auto_mnemonic(bool b);
4508+#endif
4509+
4510 static QSettings *settings; //!< The settings as read in from the ini file.
4511
4512 /* ********************************************************************* */
4513@@ -73,10 +81,10 @@
4514
4515 StelPluginInfo info;
4516 info.id = "Oculars";
4517- info.displayedName = q_("Oculars");
4518- info.authors = "Timothy Reaves";
4519+ info.displayedName = N_("Oculars");
4520+ info.authors = "Timothy Reaves, Bogdan Marinov";
4521 info.contact = "treaves@silverfieldstech.com";
4522- info.description = q_("Shows the sky as if looking through a telescope eyepiece");
4523+ info.description = N_("Shows the sky as if looking through a telescope eyepiece. (Only magnification and field of view are simulated.) It can also show a sensor frame and a Telrad sight.");
4524 return info;
4525 }
4526
4527@@ -89,7 +97,16 @@
4528 #pragma mark Instance Methods
4529 #endif
4530 /* ********************************************************************* */
4531-Oculars::Oculars() : pxmapGlow(NULL), pxmapOnIcon(NULL), pxmapOffIcon(NULL), toolbarButton(NULL)
4532+Oculars::Oculars():
4533+ pxmapGlow(NULL),
4534+ pxmapOnIcon(NULL),
4535+ pxmapOffIcon(NULL),
4536+ toolbarButton(NULL),
4537+ actionShowOcular(0),
4538+ actionShowCrosshairs(0),
4539+ actionShowSensor(0),
4540+ actionShowTelrad(0),
4541+ guiPanel(0)
4542 {
4543 flagShowCCD = false;
4544 flagShowOculars = false;
4545@@ -118,12 +135,31 @@
4546
4547 setObjectName("Oculars");
4548
4549+#ifdef Q_WS_MAC
4550+ qt_set_sequence_auto_mnemonic(true);
4551+#endif
4552 }
4553
4554 Oculars::~Oculars()
4555 {
4556 delete ocularDialog;
4557 ocularDialog = NULL;
4558+ if (guiPanel)
4559+ delete guiPanel;
4560+
4561+ if (pxmapGlow)
4562+ delete pxmapGlow;
4563+ if (pxmapOnIcon)
4564+ delete pxmapOnIcon;
4565+ if (pxmapOffIcon)
4566+ delete pxmapOffIcon;
4567+
4568+ qDeleteAll(ccds);
4569+ ccds.clear();
4570+ qDeleteAll(telescopes);
4571+ telescopes.clear();
4572+ qDeleteAll(oculars);
4573+ oculars.clear();
4574 }
4575
4576 QSettings* Oculars::appSettings()
4577@@ -197,7 +233,7 @@
4578 if (flagShowTelrad) {
4579 paintTelrad();
4580 } else if (flagShowOculars){
4581- // Insure there is a selected ocular & telescope
4582+ // Ensure there is a selected ocular & telescope
4583 if (selectedCCDIndex > ccds.count()) {
4584 qWarning() << "Oculars: the selected sensor index of "
4585 << selectedCCDIndex << " is greater than the sensor count of "
4586@@ -224,17 +260,37 @@
4587 paintCrosshairs();
4588 }
4589 }
4590+ if (guiPanelEnabled)
4591+ {
4592+ // Reset the state to allow the panel to be painted normally
4593+ glDisable(GL_TEXTURE_2D);
4594+ glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
4595+ glEnable(GL_BLEND);
4596+ }
4597+ else
4598+ {
4599+ // Paint the information in the upper-right hand corner
4600+ paintText(core);
4601+ }
4602+ }
4603+ } else if (flagShowCCD) {
4604+ paintCCDBounds();
4605+ if (guiPanelEnabled)
4606+ {
4607+ // Reset the state to allow the panel to be painted normally
4608+ glDisable(GL_TEXTURE_2D);
4609+ glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
4610+ glEnable(GL_BLEND);
4611+ }
4612+ else
4613+ {
4614 // Paint the information in the upper-right hand corner
4615 paintText(core);
4616 }
4617- } else if (flagShowCCD) {
4618- paintCCDBounds();
4619- // Paint the information in the upper-right hand corner
4620- paintText(core);
4621- }
4622+ }
4623 }
4624
4625-//! Determine which "layer" the plagin's drawing will happen on.
4626+//! Determine which "layer" the plugin's drawing will happen on.
4627 double Oculars::getCallOrder(StelModuleActionName actionName) const
4628 {
4629 // TODO; this really doesn't seem to have any effect. I've tried everything from -100 to +100,
4630@@ -273,12 +329,7 @@
4631 movementManager->setFlagTracking(true);
4632 } else {
4633 // remove the usage label if it is being displayed.
4634- if (usageMessageLabelID > -1) {
4635- LabelMgr *labelManager = GETSTELMODULE(LabelMgr);
4636- labelManager->setLabelShow(usageMessageLabelID, false);
4637- labelManager->deleteLabel(usageMessageLabelID);
4638- usageMessageLabelID = -1;
4639- }
4640+ hideUsageMessageIfDisplayed();
4641 }
4642 } else if(flagShowOculars) {
4643 //TODO: this is broke in Stellarium.
4644@@ -451,9 +502,12 @@
4645 selectedTelescopeIndex = 0;
4646 }
4647
4648- ocularDialog = new OcularDialog(&ccds, &oculars, &telescopes);
4649+ ocularDialog = new OcularDialog(this, &ccds, &oculars, &telescopes);
4650 initializeActivationActions();
4651 determineMaxEyepieceAngle();
4652+
4653+ guiPanelEnabled = settings->value("enable_control_panel", false).toBool();
4654+ enableGuiPanel(guiPanelEnabled);
4655 } catch (std::runtime_error& e) {
4656 qWarning() << "WARNING: unable to locate ocular.ini file or create a default one for Ocular plugin: " << e.what();
4657 ready = false;
4658@@ -473,6 +527,9 @@
4659 styleSheetFile.close();
4660 connect(&StelApp::getInstance(), SIGNAL(colorSchemeChanged(const QString&)),
4661 this, SLOT(setStelStyle(const QString&)));
4662+
4663+ connect(&StelApp::getInstance(), SIGNAL(languageChanged()),
4664+ this, SLOT(retranslateGui()));
4665 }
4666
4667 void Oculars::setStelStyle(const QString&)
4668@@ -539,12 +596,112 @@
4669 }
4670 }
4671
4672+void Oculars::enableGuiPanel(bool enable)
4673+{
4674+ if (enable)
4675+ {
4676+ if (!guiPanel)
4677+ {
4678+ StelApp& app = StelApp::getInstance();
4679+ StelGui* gui = dynamic_cast<StelGui*>(app.getGui());
4680+ Q_ASSERT(gui);
4681+ guiPanel = new OcularsGuiPanel(this, gui->getSkyGui());
4682+
4683+ if (flagShowOculars)
4684+ guiPanel->showOcularGui();
4685+ else if (flagShowCCD)
4686+ guiPanel->showCcdGui();
4687+ }
4688+ }
4689+ else
4690+ {
4691+ if (guiPanel)
4692+ {
4693+ guiPanel->hide();
4694+ delete guiPanel;
4695+ guiPanel = 0;
4696+ }
4697+ }
4698+ guiPanelEnabled = enable;
4699+ settings->setValue("enable_control_panel", enable);
4700+ settings->sync();
4701+}
4702+
4703+void Oculars::retranslateGui()
4704+{
4705+ if (guiPanel)
4706+ {
4707+ // TODO: Fix this hack!
4708+
4709+ // Delete and re-create the panel to retranslate its trings
4710+ guiPanel->hide();
4711+ delete guiPanel;
4712+ guiPanel = 0;
4713+
4714+ StelApp& app = StelApp::getInstance();
4715+ StelGui* gui = dynamic_cast<StelGui*>(app.getGui());
4716+ Q_ASSERT(gui);
4717+ guiPanel = new OcularsGuiPanel(this, gui->getSkyGui());
4718+
4719+ if (flagShowOculars)
4720+ guiPanel->showOcularGui();
4721+ else if (flagShowCCD)
4722+ guiPanel->showCcdGui();
4723+ }
4724+}
4725+
4726 /* ********************************************************************* */
4727 #if 0
4728 #pragma mark -
4729 #pragma mark Slots Methods
4730 #endif
4731 /* ********************************************************************* */
4732+void Oculars::updateLists()
4733+{
4734+ if (oculars.isEmpty())
4735+ {
4736+ selectedOcularIndex = -1;
4737+ actionShowOcular->setChecked(false);
4738+ }
4739+ else
4740+ {
4741+ if (selectedOcularIndex >= oculars.count())
4742+ selectedOcularIndex = oculars.count() - 1;
4743+
4744+ if (flagShowOculars)
4745+ emit selectedOcularChanged();
4746+ }
4747+
4748+ if (telescopes.isEmpty())
4749+ {
4750+ selectedTelescopeIndex = -1;
4751+ actionShowOcular->setChecked(false);
4752+ actionShowSensor->setChecked(false);
4753+ }
4754+ else
4755+ {
4756+ if (selectedTelescopeIndex >= telescopes.count())
4757+ selectedTelescopeIndex = telescopes.count() - 1;
4758+
4759+ if (flagShowOculars || flagShowCCD)
4760+ emit selectedTelescopeChanged();
4761+ }
4762+
4763+ if (ccds.isEmpty())
4764+ {
4765+ selectedCCDIndex = -1;
4766+ actionShowSensor->setChecked(false);
4767+ }
4768+ else
4769+ {
4770+ if (selectedCCDIndex >= ccds.count())
4771+ selectedCCDIndex = ccds.count() - 1;
4772+
4773+ if (flagShowCCD)
4774+ emit selectedCCDChanged();
4775+ }
4776+}
4777+
4778 void Oculars::ccdRotationReset()
4779 {
4780 ccdRotationAngle = 0.0;
4781@@ -552,14 +709,25 @@
4782
4783 void Oculars::enableOcular(bool enableOcularMode)
4784 {
4785- // If showing a CCD, cancel it.
4786- if (flagShowCCD) {
4787- flagShowCCD = false;
4788- selectedCCDIndex = -1;
4789- }
4790-
4791- if (enableOcularMode) {
4792- // Check to insure that we have enough oculars & telescopes, as they may have been edited in the config dialog
4793+ if (enableOcularMode)
4794+ {
4795+ // Close the sensor view if it's displayed
4796+ if (flagShowCCD)
4797+ {
4798+ if (actionShowSensor->isChecked())
4799+ actionShowSensor->setChecked(false);
4800+ flagShowCCD = false;
4801+ selectedCCDIndex = -1;
4802+ }
4803+
4804+ // Close the Telrad sight if it's displayed
4805+ if (flagShowTelrad)
4806+ {
4807+ if (actionShowTelrad->isChecked())
4808+ actionShowTelrad->setChecked(false);
4809+ }
4810+
4811+ // Check to ensure that we have enough oculars & telescopes, as they may have been edited in the config dialog
4812 if (oculars.count() == 0) {
4813 selectedOcularIndex = -1;
4814 qWarning() << "No oculars found";
4815@@ -582,11 +750,11 @@
4816 StelCore *core = StelApp::getInstance().getCore();
4817 LabelMgr* labelManager = GETSTELMODULE(LabelMgr);
4818
4819- // Toggle the plugin on & off. To toggle on, we want to ensure there is a selected object.
4820+ // Toggle the ocular view on & off. To toggle on, we want to ensure there is a selected object.
4821 if (!flagShowOculars && requireSelection && !StelApp::getInstance().getStelObjectMgr().getWasSelected() ) {
4822 if (usageMessageLabelID == -1) {
4823 QFontMetrics metrics(font);
4824- QString labelText = "Please select an object before enabling Ocular.";
4825+ QString labelText = q_("Please select an object before switching to ocular view.");
4826 StelProjector::StelProjectorParams projectorParams = core->getCurrentStelProjectorParams();
4827 int xPosition = projectorParams.viewportCenter[0];
4828 xPosition = xPosition - 0.5 * (metrics.width(labelText));
4829@@ -596,21 +764,20 @@
4830 true, font.pixelSize(), "#99FF99");
4831 }
4832 // we didn't accept the new status - make sure the toolbar button reflects this
4833- StelGui* gui = dynamic_cast<StelGui*>(StelApp::getInstance().getGui());
4834- Q_ASSERT(gui);
4835- disconnect(gui->getGuiActions("actionShow_Ocular"), SIGNAL(toggled(bool)), this, SLOT(enableOcular(bool)));
4836- gui->getGuiActions("actionShow_Ocular")->setChecked(false);
4837- connect(gui->getGuiActions("actionShow_Ocular"), SIGNAL(toggled(bool)), this, SLOT(enableOcular(bool)));
4838+ disconnect(actionShowOcular, SIGNAL(toggled(bool)),
4839+ this, SLOT(enableOcular(bool)));
4840+ actionShowOcular->setChecked(false);
4841+ connect(actionShowOcular, SIGNAL(toggled(bool)),
4842+ this, SLOT(enableOcular(bool)));
4843 } else {
4844 if (selectedOcularIndex != -1) {
4845 // remove the usage label if it is being displayed.
4846- if (usageMessageLabelID > -1) {
4847- labelManager->setLabelShow(usageMessageLabelID, false);
4848- labelManager->deleteLabel(usageMessageLabelID);
4849- usageMessageLabelID = -1;
4850- }
4851+ hideUsageMessageIfDisplayed();
4852 flagShowOculars = enableOcularMode;
4853 zoom(false);
4854+ //BM: I hope this is the right place...
4855+ if (guiPanel)
4856+ guiPanel->showOcularGui();
4857 }
4858 }
4859 }
4860@@ -618,7 +785,7 @@
4861 void Oculars::decrementCCDIndex()
4862 {
4863 selectedCCDIndex--;
4864- if (selectedCCDIndex == -2) {
4865+ if (selectedCCDIndex == -1) {
4866 selectedCCDIndex = ccds.count() - 1;
4867 }
4868 emit(selectedCCDChanged());
4869@@ -657,136 +824,165 @@
4870
4871 void Oculars::displayPopupMenu()
4872 {
4873- QMenu* popup = new QMenu();
4874+ QMenu* popup = new QMenu(&StelMainWindow::getInstance());
4875
4876- if (flagShowOculars) {
4877+ if (flagShowOculars)
4878+ {
4879 // We are in Oculars mode
4880 // We want to show all of the Oculars, and if the current ocular is not a binocular,
4881 // we will also show the telescopes.
4882- if (oculars.count() > 0) {
4883- popup->addAction("previous ocular", this, SLOT(decrementOcularIndex()), Qt::Key_1);
4884- popup->addAction("next ocular", this, SLOT(incrementOcularIndex()), Qt::Key_2);
4885- QMenu* submenu = new QMenu("select ocular", popup);
4886+ if (!oculars.isEmpty())
4887+ {
4888+ popup->addAction(q_("&Previous ocular"), this, SLOT(decrementOcularIndex()));
4889+ popup->addAction(q_("&Next ocular"), this, SLOT(incrementOcularIndex()));
4890+ QMenu* submenu = new QMenu(q_("Select &ocular"), popup);
4891 int availableOcularCount = 0;
4892- for (int index = 0; index < oculars.count(); ++index) {
4893+ for (int index = 0; index < oculars.count(); ++index)
4894+ {
4895+ QString label;
4896+ if (availableOcularCount < 10)
4897+ {
4898+ label = QString("&%1: %2").arg(availableOcularCount).arg(oculars[index]->name());
4899+ }
4900+ else
4901+ {
4902+ label = oculars[index]->name();
4903+ }
4904+ //BM: Does this happen at all any more?
4905+ QAction* action = 0;
4906 if (selectedTelescopeIndex == -1) {
4907 if (oculars[index]->isBinoculars()) {
4908- QAction* action = submenu->addAction(oculars[index]->name(), ocularsSignalMapper, SLOT(map()),
4909- QKeySequence(QString("%1").arg(availableOcularCount++)));
4910+ action = submenu->addAction(label, ocularsSignalMapper, SLOT(map()));
4911+ availableOcularCount++;
4912 ocularsSignalMapper->setMapping(action, QString("%1").arg(index));
4913 }
4914 } else {
4915- QAction* action = submenu->addAction(oculars[index]->name(), ocularsSignalMapper, SLOT(map()),
4916- QKeySequence(QString("%1").arg(availableOcularCount++)));
4917+ action = submenu->addAction(label, ocularsSignalMapper, SLOT(map()));
4918+ availableOcularCount++;
4919 ocularsSignalMapper->setMapping(action, QString("%1").arg(index));
4920 }
4921- }
4922- popup->addMenu(submenu);
4923- popup->addSeparator();
4924- }
4925-
4926- if (telescopes.count() > 0 && (selectedOcularIndex > -1 && !oculars[selectedOcularIndex]->isBinoculars())) {
4927- popup->addAction("previous telescope", this, SLOT(decrementTelescopeIndex()), Qt::Key_3);
4928- popup->addAction("next telescope", this, SLOT(incrementTelescopeIndex()), Qt::Key_4);
4929- QMenu* submenu = new QMenu("select telescope", popup);
4930- for (int index = 0; index < telescopes.count(); ++index) {
4931- QAction* action = submenu->addAction(telescopes[index]->name(), telescopesSignalMapper, SLOT(map()),
4932- QKeySequence(QString("%1").arg(index)));
4933- telescopesSignalMapper->setMapping(action, QString("%1").arg(index));
4934- }
4935- popup->addMenu(submenu);
4936- popup->addSeparator();
4937- }
4938-
4939- popup->addAction("toggle crosshair", this, SLOT(toggleCrosshair()), Qt::Key_5);
4940+ if (action && index == selectedOcularIndex)
4941+ {
4942+ action->setCheckable(true);
4943+ action->setChecked(true);
4944+ }
4945+ }
4946+ popup->addMenu(submenu);
4947+ popup->addSeparator();
4948+ }
4949+
4950+ // If there is more than one telescope, show the prev/next/list complex.
4951+ // If the selected ocular is a binoculars, show nothing.
4952+ if (telescopes.count() > 1 && (selectedOcularIndex > -1 && !oculars[selectedOcularIndex]->isBinoculars()))
4953+ {
4954+ QMenu* submenu = addTelescopeSubmenu(popup);
4955+ popup->addMenu(submenu);
4956+ popup->addSeparator();
4957+ }
4958+
4959+ QAction* action = popup->addAction(q_("Toggle &crosshair"));
4960+ action->setCheckable(true);
4961+ action->setChecked(flagShowCrosshairs);
4962+ connect(action, SIGNAL(toggled(bool)),
4963+ actionShowCrosshairs, SLOT(setChecked(bool)));
4964 } else {
4965- int outerMenuLevel = 1;
4966- // We are not in Oculars mode
4967- // We want to show the CCD's, and if a CCD is selected, the Telescopes (as a CCD requires a telescope),
4968- // and the general menu items.
4969- QAction* action = new QAction("Configure Oculars", popup);
4970- action->setCheckable(TRUE);
4971- action->setShortcut(QString("%1").arg(outerMenuLevel++));
4972- connect(action, SIGNAL(toggled(bool)), ocularDialog, SLOT(setVisible(bool)));
4973- connect(ocularDialog, SIGNAL(visibleChanged(bool)), action, SLOT(setChecked(bool)));
4974+ // We are not in ocular mode
4975+ // We want to show the CCD's, and if a CCD is selected, the telescopes
4976+ //(as a CCD requires a telescope) and the general menu items.
4977+ QAction* action = new QAction(q_("Configure &Oculars"), popup);
4978+ action->setCheckable(true);
4979+ action->setChecked(ocularDialog->visible());
4980+ connect(action, SIGNAL(triggered(bool)),
4981+ ocularDialog, SLOT(setVisible(bool)));
4982 popup->addAction(action);
4983 popup->addSeparator();
4984
4985 if (!flagShowTelrad) {
4986- popup->addAction("Toggle CCD", this, SLOT(toggleCCD()), QKeySequence(QString("%1").arg(outerMenuLevel++)));
4987+ QAction* action = popup->addAction(q_("Toggle &CCD"));
4988+ action->setCheckable(true);
4989+ action->setChecked(flagShowCCD);
4990+ connect(action, SIGNAL(toggled(bool)),
4991+ actionShowSensor, SLOT(setChecked(bool)));
4992 }
4993
4994 if (!flagShowCCD) {
4995- popup->addAction("Toggle Telrad", this,
4996- SLOT(toggleTelrad()), QKeySequence(QString("%1").arg(outerMenuLevel++)));
4997+ QAction* action = popup->addAction(q_("Toggle &Telrad"));
4998+ action->setCheckable(true);
4999+ action->setChecked(flagShowTelrad);
5000+ connect(action, SIGNAL(toggled(bool)),
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: