Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Open
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
75 changes: 73 additions & 2 deletions mapserver/crdppf.map.mako
Original file line number Diff line number Diff line change
Expand Up @@ -2116,6 +2116,77 @@ LAYER
END
END

LAYER
NAME "r078ne_alignements"
TYPE LINE
METADATA
"ows_title" "r078ne_alignements"
"wms_srs" "EPSG:2056"
"wms_title" "${instanceid} WMS Server"
"wms_onlineresource" "http://${host}/${instanceid}/wmscrdppf"
END
CONNECTIONTYPE POSTGIS
CONNECTION "user=${dbuser} password=${dbpassword} dbname=${db} host=${dbhost} port=${dbport}"
PROCESSING "CLOSE_CONNECTION=DEFER"
DATA "geom from crdppf.r078ne_alignements using unique idobj using srid=2056"
STATUS ON
TEMPLATE "ttt"
TOLERANCE 5
TOLERANCEUNITS pixels
CLASSITEM "codegenre"
CLASS
NAME "alignement primaire"
EXPRESSION /ali_prim/
STYLE
WIDTH 3
COLOR 25 60 116
END
END
CLASS
NAME "alignement secondaire"
EXPRESSION /ali_sec/
STYLE
WIDTH 2
COLOR 25 60 116
END
END
CLASS
NAME "front d'implantation obligatoire"
EXPRESSION /fio/
STYLE
PATTERN 6 6 END
WIDTH 3
COLOR 31 120 180
END
END
CLASS
NAME "bande d'implantation obligatoire"
EXPRESSION /bio/
STYLE
WIDTH 4
COLOR 31 120 180
END
END
CLASS
NAME "alignement de rez-de-chaussée"
EXPRESSION /ali_rez/
STYLE
WIDTH 2
COLOR 14 88 162
END
END
CLASS
NAME "alignement en cas de reconstruction"
EXPRESSION /ali_rec/
STYLE
PATTERN 6 6 END
WIDTH 2
COLOR 31 120 180
END
END
MINSCALEDENOM 50
END

#####################
# RESTRICTIONS CRDPPF - fin
#####################
Expand Down Expand Up @@ -2962,7 +3033,7 @@ LAYER
TYPE POINT
METADATA
"ows_title" "immeubles_txt"
" wms_srs" "epsg:21781"
"wms_srs" "epsg:2056"
END
CONNECTIONTYPE POSTGIS
CONNECTION "user=${dbuser} password=${dbpassword} dbname=${db} host=${dbhost} port=${dbport}"
Expand Down Expand Up @@ -2996,7 +3067,7 @@ LAYER
TYPE POINT
METADATA
"ows_title" "mo9_immeubles_txt_conc_hydr"
" wms_srs" "epsg:21781"
"wms_srs" "epsg:2056"
END
CONNECTIONTYPE POSTGIS
CONNECTION "user=${dbuser} password=${dbpassword} dbname=${db} host=${dbhost} port=${dbport}"
Expand Down