From a6a421faa7cdbc8c32c1dfd304e1e9a4f65ef7fb Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 1 Aug 2013 13:53:59 +0200 Subject: [PATCH] fix for google returning 'Republic of Indonesia' --- source/Ox.Geo/json/Ox.Geo.json | 1 + tools/geo/jsonc/countries.jsonc | 1 + 2 files changed, 2 insertions(+) diff --git a/source/Ox.Geo/json/Ox.Geo.json b/source/Ox.Geo/json/Ox.Geo.json index c44f3a46..4b855b37 100644 --- a/source/Ox.Geo/json/Ox.Geo.json +++ b/source/Ox.Geo/json/Ox.Geo.json @@ -3233,6 +3233,7 @@ ], "east": 141.0195621, "flagURL": "http://upload.wikimedia.org/wikipedia/commons/9/9f/Flag_of_Indonesia.svg", + "googleName": "Republic of Indonesia", "languages": [ "Indonesian", "Balinese" diff --git a/tools/geo/jsonc/countries.jsonc b/tools/geo/jsonc/countries.jsonc index 885c8803..71635fcf 100644 --- a/tools/geo/jsonc/countries.jsonc +++ b/tools/geo/jsonc/countries.jsonc @@ -484,6 +484,7 @@ "Brunei": "Brunei Darussalam", "Cocos Islands": "Cocos (Keeling) Islands", "Gambia": "The Gambia", + "Indonesia": "Republic of Indonesia", "Kosovo": "Kosova (Kosovo)", "Macedonia": "Former Yugoslav Republic of Macedonia", "Myanmar": "Burma",