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
512ba382
Commit
512ba382
authored
5 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Fix output format for mapserver layers to be RGBA instead of RGB
parent
9e0527bb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mapserver/mapfiles/g16_abi_radf_l1b.map
+3
-2
3 additions, 2 deletions
mapserver/mapfiles/g16_abi_radf_l1b.map
with
3 additions
and
2 deletions
mapserver/mapfiles/g16_abi_radf_l1b.map
+
3
−
2
View file @
512ba382
MAP
MAP
NAME "GOES-16 ABI Full Disk L1b Layers"
NAME "GOES-16 ABI Full Disk L1b Layers"
STATUS ON
STATUS ON
IMAGETYPE
PNG
IMAGETYPE
rgba
SIZE
256 256
SIZE 256 256
EXTENT -5434894.885 -5434894.885 5434894.885 5434894.885
EXTENT -5434894.885 -5434894.885 5434894.885 5434894.885
#EXTENT -180 -90 180 90
#EXTENT -180 -90 180 90
...
@@ -18,6 +18,7 @@ MAP
...
@@ -18,6 +18,7 @@ MAP
END
END
END
END
INCLUDE '/work/mapfiles/output_formats.map'
##############
##############
# True Color #
# True Color #
...
...
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