Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-mapserver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-mapserver
Commits
e77a2d5c
Verified
Commit
e77a2d5c
authored
3 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Fix G18 EPSG code in mapfile to match G17
parent
495d1393
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#37518
passed
3 years ago
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
chart/geosphere-mapserver/values.yaml
+1
-0
1 addition, 0 deletions
chart/geosphere-mapserver/values.yaml
mapserver/render.py
+1
-1
1 addition, 1 deletion
mapserver/render.py
mapserver/run.sh
+1
-1
1 addition, 1 deletion
mapserver/run.sh
with
3 additions
and
2 deletions
chart/geosphere-mapserver/values.yaml
+
1
−
0
View file @
e77a2d5c
...
...
@@ -29,6 +29,7 @@ products:
platforms
:
-
"
g16"
-
"
g17"
-
"
g18"
sectors
:
-
"
radf"
-
"
radc"
...
...
This diff is collapsed.
Click to expand it.
mapserver/render.py
+
1
−
1
View file @
e77a2d5c
...
...
@@ -37,7 +37,7 @@ PLATFORM_LONG_NAMES = {
PLATFORM_EPSGS
=
{
'
g16
'
:
'
EPSG:930916
'
,
'
g17
'
:
'
EPSG:930917
'
,
'
g18
'
:
'
EPSG:93091
8
'
,
'
g18
'
:
'
EPSG:93091
7
'
,
}
PLATFORM_POS_NAMES
=
{
...
...
This diff is collapsed.
Click to expand it.
mapserver/run.sh
+
1
−
1
View file @
e77a2d5c
...
...
@@ -15,7 +15,7 @@ export LAYER_BASE_DIR=${LAYER_BASE_DIR:-"/data/tiles"}
# Update the mapcache.xml file with the real host and port name
mf_tmpl
=
"/work/abi_l1b_template.map"
export
WMS_PLATFORMS
=
${
WMS_PLATFORMS
:-
"g16 g17"
}
export
WMS_PLATFORMS
=
${
WMS_PLATFORMS
:-
"g16 g17
g18
"
}
export
WMS_SECTORS
=
${
WMS_SECTORS
:-
"radm1 radm2 radc radf"
}
sed
-i
"s:__LAYER_BASE_DIR__:
$LAYER_BASE_DIR
:g"
/etc/apache2/sites-available/cspp_geo.conf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment