Skip to content

Commit 64d2702

Browse files
author
Benjamin Pick
committed
Update geonames data
1 parent c00b53f commit 64d2702

File tree

10 files changed

+1312
-426
lines changed

10 files changed

+1312
-426
lines changed

lib/geonames/data/country-info.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Generated at Mon, 14 Aug 2023 10:51:50 +0200
2+
// Generated at Mon, 13 Jan 2025 15:06:50 +0000
33
return array (
44
'countries' =>
55
array (
@@ -3246,7 +3246,7 @@
32463246
'continent' => 'AS',
32473247
'location' =>
32483248
array (
3249-
'latitude' => 21.131296248312502,
3249+
'latitude' => 21.2152279209553,
32503250
'longitude' => 82.93322521645375,
32513251
),
32523252
'extra' =>
@@ -4796,8 +4796,8 @@
47964796
'continent' => 'AS',
47974797
'location' =>
47984798
array (
4799-
'latitude' => 3.1953621375,
4800-
'longitude' => 73.152777619,
4799+
'latitude' => 3.195189949496238,
4800+
'longitude' => 73.1527255694414,
48014801
),
48024802
'extra' =>
48034803
array (
@@ -5123,7 +5123,7 @@
51235123
'geoname_id' => 2750405,
51245124
'names' =>
51255125
array (
5126-
'en' => 'Netherlands',
5126+
'en' => 'The Netherlands',
51275127
'de' => 'Niederlande',
51285128
'it' => 'Paesi Bassi',
51295129
'es' => 'Holanda',
@@ -6952,7 +6952,7 @@
69526952
'geoname_id' => 298795,
69536953
'names' =>
69546954
array (
6955-
'en' => 'Turkey',
6955+
'en' => 'Türkiye',
69566956
'de' => 'Türkei',
69576957
'it' => 'Turchia',
69586958
'es' => 'Turquía',

lib/geonames/data/country-names.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Generated at Mon, 14 Aug 2023 10:51:50 +0200
2+
// Generated at Mon, 13 Jan 2025 15:06:50 +0000
33
return array (
44
'en' =>
55
array (
@@ -156,7 +156,6 @@
156156
'NA' => 'Namibia',
157157
'NR' => 'Nauru',
158158
'NP' => 'Nepal',
159-
'NL' => 'Netherlands',
160159
'NC' => 'New Caledonia',
161160
'NZ' => 'New Zealand',
162161
'NI' => 'Nicaragua',
@@ -224,16 +223,17 @@
224223
'TZ' => 'Tanzania',
225224
'TH' => 'Thailand',
226225
'GM' => 'The Gambia',
226+
'NL' => 'The Netherlands',
227227
'TL' => 'Timor-Leste',
228228
'TG' => 'Togo',
229229
'TK' => 'Tokelau',
230230
'TO' => 'Tonga',
231231
'TT' => 'Trinidad and Tobago',
232232
'TN' => 'Tunisia',
233-
'TR' => 'Turkey',
234233
'TM' => 'Turkmenistan',
235234
'TC' => 'Turks and Caicos Islands',
236235
'TV' => 'Tuvalu',
236+
'TR' => 'Türkiye',
237237
'UM' => 'U.S. Outlying Islands',
238238
'VI' => 'U.S. Virgin Islands',
239239
'UG' => 'Uganda',

lib/geonames/generators/geonames.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1919
*/
2020

21-
// Usage: $ php lib/geonames/generators/geonames.php {api_username}
21+
// Usage: $ php lib/geonames/generators/geonames.php [api_username]
2222
// Requires PHP 5.4
2323

2424
if (php_sapi_name() != "cli")

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ If you are using AJAX mode, please read the changelog.
136136

137137
= 5.5.0 =
138138
* FIX [!]: In the datasource "hostip.info", the region code (i.e. CA) is now correctly moved to the property `mostSpecificSubdivision` (previously, it was part of the property `city`)
139+
* Library updates
139140

140141
= 5.4.1 =
141142
* NEW: JS now emit events 'geoip-detect-shortcodes-done' and 'geoip-detect-body-classes-done', see https://github.com/yellowtree/geoip-detect/wiki/API:-AJAX#events

vendor/composer/autoload_classmap.php

Lines changed: 629 additions & 206 deletions
Large diffs are not rendered by default.

vendor/composer/autoload_files.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@
1212
'320cde22f66dd4f5d3fd621d3e88b98f' => $vendorDir . '/symfony/polyfill-ctype/bootstrap.php',
1313
'8825ede83f2f289127722d4e842cf7e8' => $vendorDir . '/symfony/polyfill-intl-grapheme/bootstrap.php',
1414
'e69f7f6ee287b969198c3c9d6777bd38' => $vendorDir . '/symfony/polyfill-intl-normalizer/bootstrap.php',
15+
'6124b4c8570aa390c21fafd04a26c69f' => $vendorDir . '/myclabs/deep-copy/src/DeepCopy/deep_copy.php',
1516
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
17+
'ec07570ca5a812141189b1fa81503674' => $vendorDir . '/phpunit/phpunit/src/Framework/Assert/Functions.php',
18+
'38fbb71d514eee25044aa9d94851ee76' => $vendorDir . '/wp-phpunit/wp-phpunit/__loaded.php',
19+
'7d3b315c4f303f2fc14aca642a738e50' => $vendorDir . '/yoast/phpunit-polyfills/phpunitpolyfills-autoload.php',
1620
);

vendor/composer/autoload_psr4.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@
1515
'Symfony\\Component\\PropertyInfo\\' => array($vendorDir . '/symfony/property-info'),
1616
'Symfony\\Component\\PropertyAccess\\' => array($vendorDir . '/symfony/property-access'),
1717
'Symfony\\Component\\HttpFoundation\\' => array($vendorDir . '/symfony/http-foundation'),
18+
'Roots\\Composer\\' => array($vendorDir . '/roots/wordpress-core-installer/src'),
19+
'PhpParser\\' => array($vendorDir . '/nikic/php-parser/lib/PhpParser'),
1820
'MaxMind\\WebService\\' => array($vendorDir . '/maxmind/web-service-common/src/WebService'),
1921
'MaxMind\\Exception\\' => array($vendorDir . '/maxmind/web-service-common/src/Exception'),
2022
'MaxMind\\Db\\' => array($vendorDir . '/maxmind-db/reader/src/MaxMind/Db'),
2123
'GeoIp2\\' => array($vendorDir . '/geoip2/geoip2/src'),
24+
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
25+
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
2226
'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'),
2327
);

vendor/composer/autoload_real.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ public static function getLoader()
2222
return self::$loader;
2323
}
2424

25-
require __DIR__ . '/platform_check.php';
26-
2725
spl_autoload_register(array('ComposerAutoloaderInit18fc54d84025f2e5d2b2ac2dd487f107', 'loadClassLoader'), true, true);
2826
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
2927
spl_autoload_unregister(array('ComposerAutoloaderInit18fc54d84025f2e5d2b2ac2dd487f107', 'loadClassLoader'));

0 commit comments

Comments
 (0)