We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our indexer module and frontend map-based filter require region files to supply information on all supported regions.
We offer a list of default region files via config here:
magda/magda-scala-common/src/main/resources/common.conf
Line 92 in 9876e04
Users can configure those default region files via indexer Helm chart config (via appConfig, any config field can reached).
appConfig
Those files are served from our AWS storage bucket.
We have the following issues with the current setup:
The text was updated successfully, but these errors were encountered:
first release here: https://github.com/magda-io/magda-regions/releases/tag/v1.0.0
Sorry, something went wrong.
related to #3541: update the default region mapping files urls to
001446b
Working to create new repo for default region mapping files
closed via PR: #3542
t83714
No branches or pull requests
Alternative way of serving region files
Our indexer module and frontend map-based filter require region files to supply information on all supported regions.
We offer a list of default region files via config here:
magda/magda-scala-common/src/main/resources/common.conf
Line 92 in 9876e04
Users can configure those default region files via indexer Helm chart config (via
appConfig
, any config field can reached).Those files are served from our AWS storage bucket.
We have the following issues with the current setup:
Proposed New Solution
Tasks
Create CI workshop to auto-release default region filesmanually release for nowThe text was updated successfully, but these errors were encountered: