Skip to content

Commit

Permalink
Correct invalid geonameid for indian ocean
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrom committed May 5, 2021
1 parent fce4f76 commit 4e39e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/include/iTag/iTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class iTag
* )
* )
*/
const VERSION = '5.1.0';
const VERSION = '5.1.4';

/*
* Character separator
Expand Down
2 changes: 1 addition & 1 deletion sql/egg.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,7 @@ UPDATE datasources.physical SET geonameid=287294 WHERE gid=164;
UPDATE datasources.physical SET geonameid=9293489 WHERE gid=15;
UPDATE datasources.physical SET geonameid=3877922 WHERE gid=259;
UPDATE datasources.physical SET geonameid=5906016 WHERE gid=199;
UPDATE datasources.physical SET geonameid=1282588 WHERE gid=6;
UPDATE datasources.physical SET geonameid=1545739 WHERE gid=6;
UPDATE datasources.physical SET geonameid=5933908 WHERE gid=135;
UPDATE datasources.volcanoes SET geonameid=3926710 WHERE gid=35;
UPDATE datasources.volcanoes SET geonameid=3925501 WHERE gid=37;
Expand Down

0 comments on commit 4e39e1d

Please sign in to comment.