From 544f2de75e8141afcbf08f43bf4034290cfb379a Mon Sep 17 00:00:00 2001 From: Gary Rowe Date: Thu, 23 Feb 2017 16:54:19 +0000 Subject: [PATCH 1/2] Add Hong Kong to list of cities in lookup table --- core/src/main/resources/net/corda/core/node/cities.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/main/resources/net/corda/core/node/cities.txt b/core/src/main/resources/net/corda/core/node/cities.txt index 02051a2af5..4c14cefec0 100644 --- a/core/src/main/resources/net/corda/core/node/cities.txt +++ b/core/src/main/resources/net/corda/core/node/cities.txt @@ -753,4 +753,5 @@ Cuautitlan Izcalli -99.25 19.65 Nuremberg 11.05 49.45 Santa Fe -60.69 -31.6 Joinville -48.84 -26.32 -Zurich 8.55 47.36 \ No newline at end of file +Zurich 8.55 47.36 +Hong Kong 114.16 22.28 \ No newline at end of file From 16a7298ef538eb9d0cdc85b6d0046f0aed1b5328 Mon Sep 17 00:00:00 2001 From: Gary Rowe Date: Thu, 23 Feb 2017 20:44:23 +0000 Subject: [PATCH 2/2] Fix incorrect whitespace character (required copy paste of tab) --- core/src/main/resources/net/corda/core/node/cities.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/net/corda/core/node/cities.txt b/core/src/main/resources/net/corda/core/node/cities.txt index 4c14cefec0..56a8ab8c0d 100644 --- a/core/src/main/resources/net/corda/core/node/cities.txt +++ b/core/src/main/resources/net/corda/core/node/cities.txt @@ -754,4 +754,4 @@ Nuremberg 11.05 49.45 Santa Fe -60.69 -31.6 Joinville -48.84 -26.32 Zurich 8.55 47.36 -Hong Kong 114.16 22.28 \ No newline at end of file +Hong Kong 114.16 22.28 \ No newline at end of file