-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from jjrom/develop
Upgrade to PHP 8.0
- Loading branch information
Showing
18 changed files
with
375 additions
and
430 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,4 +119,3 @@ When deployed, all configurations file are stored under .run/config directory | |
|
||
### Why do i have empty result for landcover and population ? | ||
The Landcover and Population data are available separately from this repository. If you need this data, send an email to [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ class iTag | |
* ) | ||
* ) | ||
*/ | ||
const VERSION = '5.1.5'; | ||
const VERSION = '5.2.0'; | ||
|
||
/* | ||
* Character separator | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM mdillon/postgis:11-alpine | ||
FROM postgis/postgis:13-3.1-alpine | ||
LABEL maintainer="[email protected]" | ||
|
||
ENV BUILD_DIR=./build/itag-database \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.