[gnome-maps] route: Add UK Crown dependencies and Overseas Terretories as LHT
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] route: Add UK Crown dependencies and Overseas Terretories as LHT
- Date: Fri, 14 Jun 2019 21:23:33 +0000 (UTC)
commit 9069828d6d10cd4dde00332f2d1311b172017723
Author: Marcus Lundblad <ml update uu se>
Date: Fri Jun 14 23:17:39 2019 +0200
route: Add UK Crown dependencies and Overseas Terretories as LHT
Add UK Crown dependencies and Overseas Terroretories to list
of left-hand traffic terretories.
src/route.js | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/route.js b/src/route.js
index 19d7f3e..6c3c969 100644
--- a/src/route.js
+++ b/src/route.js
@@ -44,14 +44,14 @@ var TurnPointType = {
/* countries/terrotories driving on the left
* source: https://en.wikipedia.org/wiki/Left-_and_right-hand_traffic
*/
-const LHT_COUNTRIES = new Set(['AG', 'AU', 'BB', 'BD', 'BN', 'BS', 'BT', 'BW',
- 'CY', 'DM', 'FJ', 'GB', 'GD', 'GY', 'HK', 'ID',
- 'IE', 'IN', 'JM', 'JP', 'KE', 'KI', 'KN', 'LC',
- 'LK', 'LS', 'MO', 'MT', 'MU', 'MV', 'MW', 'MY',
- 'MZ', 'NA', 'NP', 'NR', 'NZ', 'PG', 'PK', 'SB',
- 'SC', 'SG', 'SR', 'SZ', 'TH', 'TL', 'TO', 'TT',
- 'TV', 'TZ', 'UG', 'VC', 'VI', 'WS', 'ZA', 'ZM',
- 'ZW']);
+const LHT_COUNTRIES = new Set(['AG', 'AI', 'AU', 'BB', 'BD', 'BM', 'BN', 'BS', 'BT', 'BW',
+ 'CY', 'DM', 'FJ', 'FK', 'GB', 'GB', 'GD', 'GY', 'HK',
+ 'ID', 'IE', 'IM', 'IN', 'JE', 'JM', 'JP', 'KE', 'KI',
+ 'KN', 'KY', 'LC', 'LK', 'LS', 'MO', 'MS', 'MT', 'MU', 'MV',
+ 'MW', 'MY', 'MZ', 'NA', 'NP', 'NR', 'NZ', 'PG', 'PN',
+ 'PK', 'SB', 'SC', 'SG', 'SH', 'SR', 'SZ', 'TC', 'TH', 'TL',
+ 'TO', 'TT', 'TV', 'TZ', 'UG', 'VC', 'VG', 'VI', 'WS',
+ 'ZA', 'ZM', 'ZW']);
var Route = GObject.registerClass({
Signals: {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]