Skip to content

Commit

Permalink
No more markdown. Changes reflect new conventions. (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
emacgillavry authored Jul 1, 2024
1 parent cc7ee3e commit 359d8b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .template.md → .maptile_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MAP
METADATA
"ows_title" "Verkeersinformatiesystemen" #Sentence case naam in meervoud met eventuele afkorting in haakjes erachter
"ows_abstract" "Verkeersinformatiesystemen" #Door datateam aanleveren
"ows_onlineresource" "MAP_URL_REPLACE/maps/verkeersinformatiesystemen"
END
END

Expand All @@ -17,21 +18,22 @@ MAP
DATA "geometrie FROM public.verkeersinformatiesystemen_verkeersinformatiesystemen USING srid=28992 USING UNIQUE id"
FILTER ([objecttype_vis_kaart] = 'DRIP') #dit wellicht in WHERE clause, uitzoeken
TYPE POINT
TEMPLATE "fooOnlyForWMSGetFeatureInfo.html"
PROJECTION
"init=epsg:28992"
END

METADATA
"title" "Dynamische Route-informatiepanelen (DRIPs)" #Sentence case naam in meervoud met eventuele afkorting in haakjes erachter
"ows_title" "Dynamische Route-informatiepanelen (DRIPs)" #Sentence case naam in meervoud met eventuele afkorting in haakjes erachter
"ows_abstract" "Dynamische Route-informatiepanelen (DRIPs)" #Door datateam aanleveren
"wms_group_title" "Group naam" #Sentence case naam in meervoud met eventuele afkorting in haakjes erachter
END

LABELITEM objectnummer

CLASS
NAME "dynamisch_route_informatiepaneel" #lowercase naam in meervoud zonder afkortingen, zonder spaties en zonder leestekens (apostrofe)
TITLE "Dynamisch Route-informatiepaneel (DRIP)" #Sentence case naam in meervoud met eventuele afkorting in haakjes erachter
NAME "dynamisch_route_informatiepaneel" #lowercase naam in enkelvoud zonder afkortingen, zonder spaties en zonder leestekens (apostrofe)
TITLE "Dynamisch Route-informatiepaneel (DRIP)" #Sentence case naam in enkelvoud met eventuele afkorting in haakjes erachter
STYLE
SYMBOL "stip"
COLOR "#312783"
Expand Down

0 comments on commit 359d8b2

Please sign in to comment.