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
0f1c364c
Commit
0f1c364c
authored
5 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Update border lines to be white with black edges
parent
9c047737
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/borders.map
+28
-13
28 additions, 13 deletions
mapserver/mapfiles/borders.map
with
28 additions
and
13 deletions
mapserver/mapfiles/borders.map
+
28
−
13
View file @
0f1c364c
...
...
@@ -19,8 +19,8 @@ MAP
END
INCLUDE '/work/mapfiles/output_formats.map'
IMAGECOLOR 1
92 192 192
IMAGETYPE rgb
a
IMAGECOLOR 1
28 128 128
IMAGETYPE rgb
LAYER
NAME "m10_countries"
...
...
@@ -37,12 +37,16 @@ MAP
END
MINSCALEDENOM 1
MAXSCALEDENOM 11000000000
#
OFFSITE 128 128 128
OFFSITE 128 128 128
CLASS
NAME '10m_countries'
STYLE
WIDTH 2
OUTLINECOLOR 0 0 0
END
STYLE
WIDTH 1
OUTLINECOLOR
128 128 128
OUTLINECOLOR
255 255 255
END
END
END
...
...
@@ -64,12 +68,16 @@ MAP
END
MINSCALEDENOM 1
MAXSCALEDENOM 150000000
#
OFFSITE 128 128 128
OFFSITE 128 128 128
CLASS
NAME '10m_states'
STYLE
WIDTH 2
COLOR 0 0 0
END
STYLE
WIDTH 1
OUTLINECOLOR 128 128 128
COLOR 255 255 255
END
END
END
...
...
@@ -89,14 +97,17 @@ MAP
END
MINSCALEDENOM 1
#MAXSCALEDENOM 37500000
MAXSCALEDENOM 375000
#
OFFSITE 128 128 128
MAXSCALEDENOM 375000
0
OFFSITE 128 128 128
CLASS
NAME '10m_lakes'
STYLE
WIDTH 2
OUTLINECOLOR 0 0 0
END
STYLE
WIDTH 1
OUTLINECOLOR 128 128 128
#COLOR 192 192 192
OUTLINECOLOR 255 255 255
END
END
END
...
...
@@ -120,12 +131,16 @@ MAP
MINSCALEDENOM 1
#MAXSCALEDENOM 5000000
MAXSCALEDENOM 200000
#
OFFSITE 128 128 128
OFFSITE 128 128 128
CLASS
NAME 'cb_2018_us_county_500k'
STYLE
WIDTH 0.5
#OUTLINECOLOR 160 160 160
WIDTH 2
OUTLINECOLOR 0 0 0
END
STYLE
WIDTH 1
OUTLINECOLOR 255 255 255
END
END
END
...
...
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