EventAggregator

resource_pages/EventLocationsDict

431:d716be4aad71
2014-03-30 Paul Boddie Merged changes from the default branch. caching-pageparams
     1 A list of location names mapping to...     2      3  1. Their positions written as `<latitude> <longitude>`, where northern latitudes are positive, southern latitudes are negative, western longitudes are negative, and eastern longitudes are positive.     4  2. The time zone/regime applying in that location (optional), specified using a zone listed on the [[WikiPedia:List_of_tz_database_time_zones|list of zones found at Wikipedia]].     5      6 Latitudes and longitudes are thus written as `[+|-] <degrees> [ : <minutes> [ : <seconds> ] ]` - in other words, a positive or negative number of degrees optionally followed by a colon and a number of minutes, optionally followed by a colon and a number of seconds. Spaces should be omitted between the elements of each value.     7      8  Oslo, Norway:: 59:56:58 10:45:23 Europe/Oslo     9  Reykjav??k, Iceland:: 64:8 -21:56 Atlantic/Reykjavik    10  T??rshavn, Faroe Islands:: 62:0:42 -6:46:3 Atlantic/Faroe    11  Madrid, Spain:: 40:23 -3:43 Europe/Madrid    12  Paris, France:: 48:51:24 2:21:3 Europe/Paris    13  Birmingham, United Kingdom:: 52:28:59 -1:53:37 Europe/London    14  Brussels, Belgium:: 50:51:0 4:21:0 Europe/Brussels    15  Gothenburg, Sweden:: 57:42 11:58 Europe/Stockholm    16  Moscow, Russia:: 55:45:06 37:37:04 Europe/Moscow    17  Helsinki, Finland:: 60:10:15 24:56:15 Europe/Helsinki    18  Helsinki, FI:: 60:10:15 24:56:15 Europe/Helsinki    19  Tampere, Finland:: 61:30 23:46 Europe/Helsinki    20  Valkeakoski, Finland:: 61:16 24:02 Europe/Helsinki    21  Mariehamn, Finland:: 60:06 19:56 Europe/Helsinki    22  Akureyri, Iceland:: 65:41 -18:06 Atlantic/Reykjavik    23  Vienna, Austria:: 48:12:32 16:22:21 Europe/Vienna    24  Wien, Austria:: 48:12:32 16:22:21 Europe/Vienna    25  Graz, Austria:: 47:04:13 15:26:20 Europe/Vienna    26  Linz, Austria:: 48:18:11 14:17:26 Europe/Vienna    27  Azores, Portugal:: 37:44:28 -25:40:32 Atlantic/Azores    28  Amsterdam, The Netherlands:: 52:22:23 4:53:32 Europe/Amsterdam    29  Jan Mayen, Norway:: 70:59 -8:32    30  Berlin, Germany:: 52:30:2 13:23:56 Europe/Berlin    31     32 Location details have been obtained from [[WikiPedia:|Wikipedia]].