Skip to content
Snippets Groups Projects
Verified Commit e77a2d5c authored by David Hoese's avatar David Hoese
Browse files

Fix G18 EPSG code in mapfile to match G17

parent 495d1393
No related branches found
No related tags found
No related merge requests found
Pipeline #37518 passed
......@@ -29,6 +29,7 @@ products:
platforms:
- "g16"
- "g17"
- "g18"
sectors:
- "radf"
- "radc"
......
......@@ -37,7 +37,7 @@ PLATFORM_LONG_NAMES = {
PLATFORM_EPSGS = {
'g16': 'EPSG:930916',
'g17': 'EPSG:930917',
'g18': 'EPSG:930918',
'g18': 'EPSG:930917',
}
PLATFORM_POS_NAMES = {
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment