Skip to content
New issue

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

Veerponten stippel met transparantie en iets meer rood #596

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 31 additions & 3 deletions referentiekaarten/kbk10.map
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,33 @@ END
#-----------------------------------------------------------------------------

LAYER
NAME WGL_veerverbinding
NAME WGL_veerverbinding_onder
GROUP "lijnen"
MAXSCALEDENOM 20000
INCLUDE "connection/dataservices.inc"
DATA "geom FROM (SELECT identificatie, hoogteniveau, (string_to_array(type, '|'))[1] AS type, geometrie_lijn AS geom FROM brt_10_wegdelen WHERE geometrie_lijn IS NOT NULL) AS subquery USING srid=28992 USING UNIQUE identificatie"
FILTER ("[type]" eq "veerverbinding")
TYPE LINE
PROJECTION
"init=epsg:28992"
END

METADATA
"wms_title" "WGL_veerverbinding"
END

CLASS
STYLE
WIDTH 5
COLOR "#a4a8b5"
OPACITY 20
LINEJOIN MITER
END
END
END

LAYER
NAME WGL_veerverbinding_dash
GROUP "lijnen"
MAXSCALEDENOM 20000
INCLUDE "connection/dataservices.inc"
Expand All @@ -1054,8 +1080,10 @@ LAYER
CLASS
STYLE
WIDTH 1
COLOR "#54a3bb"
LINECAP BUTT
COLOR "#a4a8b5"
PATTERN
5 5
END
LINEJOIN MITER
END
END
Expand Down
Loading