Skip to content

Commit

Permalink
Nieuwe categorie aan VIS toegevoegd (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doldenburgamsterdam authored Nov 6, 2024
1 parent a53b628 commit 9a5f8d8
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions verkeersinformatiesystemen.map
Original file line number Diff line number Diff line change
Expand Up @@ -424,5 +424,56 @@ MAP
END
END

#==============================================================================================

LAYER
NAME "wayfinding"
INCLUDE "connection/dataservices.inc"
DATA "geometrie FROM public.verkeersinformatiesystemen_verkeersinformatiesystemen USING srid=28992 USING UNIQUE id"
FILTER ([objecttype_vis_kaart] = 'Wayfinding')
TYPE POINT
PROJECTION
"init=epsg:28992"
END

METADATA
"ows_title" "Wayfinding"
"ows_abstract" "Wayfinding"
END

LABELITEM objectnummer

CLASS
NAME "wayfinding"
TITLE "Wayfinding"
STYLE
SYMBOL "stip"
COLOR "#1E90FF"
SIZE 14
OUTLINECOLOR "#ffffff"
WIDTH 1.5
END
LABEL
MAXSCALEDENOM 5000
COLOR "#000000"
FONT "Ubuntu-M"
TYPE truetype
SIZE 10
POSITION AUTO
PARTIALS FALSE
OUTLINECOLOR "#ffffff"
MINDISTANCE 100
BUFFER 1
END
LEADER
GRIDSTEP 1
MAXDISTANCE 100
STYLE
COLOR "#1E90FF"
WIDTH 2
END
END
END
END

END

0 comments on commit 9a5f8d8

Please sign in to comment.