-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeosylva.xml.template
339 lines (240 loc) · 12.1 KB
/
geosylva.xml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<?xml version="1.0" encoding="UTF-8"?>
<config>
<application title="GeoSylva : Patrimoines forestiers du parc national des Écrins" mouseposition="false" logo="apps/geosylva/img/logo/logo_pne.png" showhelp="true" help="apps/geosylva/doc_geosylva.html" measuretools="true" exportpng="true" style="apps/geosylva/css/themes/nephritis.css" togglealllayersfromtheme="true"/>
<mapoptions maxzoom="19" projection="EPSG:3857" center="780565,5599999" zoom="9" projextent="5650895.5375, 5539855.7412, 600043.3439, 783030.8439" />
<!-- FONDS DE CARTE -->
<baselayers style="gallery">
<!-- Ortho 20 cm -->
<baselayer type="WMTS" id="ortho2"
label="Photo aérienne IGN" title="Photo aérienne IGN"
maxscale="1000" thumbgallery="img/basemap/ortho.jpg" url="https://wxs.ign.fr/essentiels/geoportail/wmts" layers="ORTHOIMAGERY.ORTHOPHOTOS"
format="image/jpeg" visible="true"
attribution="IGN"/>
<!-- OSM -->
<baselayer type="OSM" id="osm1" label="OpenStreetMap" title="OpenStreetMap" thumbgallery="apps/geosylva/img/basemap/osm.png"
url="http://{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png"
attribution="© MapQuest. Données : les contributeurs d'OpenStreetMap" visible="false"/>
<!-- SCAN 25 -->
<baselayer type="WMS" id="scan25"
label="Scan25 (IGN)" title="Scan25 (IGN)" thumbgallery="apps/geosylva/img/basemap/scan25.png"
url="https://wxs.ign.fr/9di07xevjtkpoxuujjxo0ngz/geoportail/r/wms?"
format="image/jpeg" layers="SCAN25TOUR_PYR-JPEG_WLD_WM"
visible="false" attribution="IGN"/>
<!-- Etat Major -->
<baselayer type="WMS" id="etatmaj"
label="Carte d'Etat Major (IGN)" title="Carte d'Etat Major (IGN)" thumbgallery="apps/geosylva/img/basemap/etatmajor.jpg"
url="https://wxs.ign.fr/cartes/geoportail/r/wms?"
format="image/jpeg" layers="GEOGRAPHICALGRIDSYSTEMS.ETATMAJOR40"
visible="false" attribution="IGN"/>
</baselayers>
<!-- Proxy -->
<proxy url=""/>
<olscompletion url="https://api-adresse.data.gouv.fr/search/" type="ban" attribution="La recherche d'adresse est un service proposé par la BAN"/>
<searchparameters bbox="false" localities="true" features="false" />
<!-- Styles -->
<styles>
<selectionstyle>
<point radius="7" fillcolor="26, 188, 156" opacity="0.2" strokecolor="26, 188, 156" strokewidth="1" />
<line opacity="0.3" strokecolor="0, 188, 0" strokewidth="1" />
<polygon fillcolor="0, 188, 0" opacity="0.15" strokecolor="0, 188, 0" strokewidth="1" />
</selectionstyle>
<subselectionstyle>
<point radius="7" fillcolor="175, 122, 197" opacity="0.2" strokecolor="175, 122, 197" strokewidth="1" />
<line opacity="0.3" strokecolor="175, 122, 197" strokewidth="1" />
<polygon fillcolor="0, 188, 0" opacity="0.2" strokecolor="10, 188, 0" strokewidth="1" />
</subselectionstyle>
</styles>
<!-- THEMES -->
<themes mini="true">
<!-- 1a. LIMITES -->
<theme name="Parc national" collapsed="true" id="lim" icon="fas fa-bars">
<layer id="pne_coeur"
name="Coeur du parc national"
visible="true"
queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="buffermask"
name="Aire d'adhésion"
visible="true"
queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
</theme>
<!-- 1B. SECTEURS ET COMMUNES -->
<theme name="Secteurs et communes" collapsed="false" id="habitant" icon="fas fa-globe">
<layer id="secteurs_pne"
name="Secteurs du parc"
visible="true"
type= 'customlayer'
expanded = 'true'
queryable="true" fields ="nom_sect, pert_for20_sect"
aliases ="Nom, Perte forestière en ha"
infoformat = "application/vnd.ogc.gml"
url = 'apps/geosylva/customlayers/secteurs_pne1.js'
searchable = 'true' tooltip="true" tooltipenabled="true" tooltipcontent="{{nom_sect}}"
infopanel="right-panel"
attribution="Parc national des Ecrins"
metadata=""
metadata-csw="" >
<template url="apps/geosylva/templates/secteurs.mst"/>
</layer>
<layer id="com"
name="Communes"
visible="false"
type= 'customlayer'
expanded = 'true'
queryable="true" fields ="nom, population"
aliases ="Nom, Population"
infoformat = "application/vnd.ogc.gml"
url='apps/geosylva/customlayers/com_pne1.js'
searchable = 'true' tooltip="true" tooltipenabled="true" tooltipcontent="{{nom}}"
infopanel="right-panel"
attribution="Parc national des Ecrins"
metadata=""
metadata-csw="" >
<template url="apps/geosylva/templates/com.mst"/>
</layer>
</theme>
<!-- 2. HABITATS -->
<theme name="Habitats" collapsed="true" id="habitats" icon="fas fa-tree">
<layer id="ALPAGESFFFO" name="Unités pastorales en forêt" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="foretfoff" name="BD Forêt (IGN) : Taux d’ouverture (seuil 40%)" visible="true" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="bd_foret_v2" name="BD Forêt (IGN) : Habitats" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
</theme>
<!-- 3. NATURALITE -->
<theme name="Naturalité forestière" collapsed="true" id="nat" icon="fas fa-leaf">
<layer id="zones_humides_PNE" name="Zones humides" visible="true" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="foret_anc_etat_maj" name="Forêts anciennes" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="hsn_ame_onf" name="Forêts publiques en libre évolution" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<!--
<layer id="arbres_senescents" name="Arbres senescents" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
-->
<layer id="esp_for_geonature_poly" name="Densité d'espèces forestières" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="esp_rem"
name="Espèces remarquables"
visible="false"
type= 'customlayer'
expanded = 'false'
queryable="true" fields ="nom_complet"
aliases ="Nom scientifique"
infoformat = "application/vnd.ogc.gml"
url='apps/geosylva/customlayers/esp_rem1.js'
searchable = 'true' tooltip="true" tooltipenabled="true" tooltipcontent="{{nom_complet}}"
infopanel="right-panel"
attribution="Parc national des Ecrins"
metadata=""
metadata-csw="" >
<template url="apps/geosylva/templates/esp_rem.mst"/>
</layer>
<layer id="esp_sapro"
name="Espèces saproxyliques"
visible="false"
type= 'customlayer'
expanded = 'true'
queryable="true" fields ="nom_complet"
aliases ="Nom scientifique"
infoformat = "application/vnd.ogc.gml"
url='apps/geosylva/customlayers/esp_sapro1.js'
searchable = 'true' tooltip="true" tooltipenabled="true" tooltipcontent="{{nom_complet}}"
infopanel="right-panel"
attribution="Parc national des Ecrins"
metadata=""
metadata-csw="" >
</layer>
</theme>
<!-- 4. SYLVICULTURE -->
<theme name="Sylviculture" collapsed="true" id="sylv" icon="fas fa-greater-than">
<layer id="forets_publiques_parcelles" name="Parcelles de forêts publiques" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="forets_privees" name="Estimation de la forêt privée" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="perte_forest_hansen" name="Pertes forestières" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="ame_onf"
name="Aménagement forestier de l'ONF"
visible="false"
type= 'customlayer'
expanded = 'true'
queryable="true" fields = 'annee_desc, nom'
aliases = "Année de description, Type d'aménagement"
infoformat = "application/vnd.ogc.gml"
url='apps/geosylva/customlayers/ame_onf.js'
searchable = 'true' tooltip="true" tooltipenabled="true" tooltipcontent="{{nom}}"
infopanel="right-panel"
attribution="Office National des Forêts"
metadata=""
metadata-csw="" >
</layer>
</theme>
<!-- 5. PATRIMOINE -->
<theme name="Petit patrimoine" collapsed="true" id="patri" icon="fas fa-map-marker-alt">
<layer id="osm__fusion"
name="Points d'intérêt"
visible="false"
type= 'customlayer'
queryable="true"
expanded = 'true'
fields ="type"
aliases ="Type"
infoformat = "application/vnd.ogc.gml"
url="apps/geosylva/customlayers/osm1.js"
searchable = 'true' tooltip="true" tooltipenabled="true" tooltipcontent="{{type}}, {{name}}"
legendurl = 'apps/geosylva/css/sld/osm.sld'
infopanel=""
attribution="Parc national des Ecrins"
metadata=""
metadata-csw="" >
</layer>
<layer id="boca_ign_pne" name="Bornes forestières" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="arb_rem" name="Arbres remarquables" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="pdipr" name="Sentiers de randonnée (PDIPR)" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
</theme>
<!-- 6. ZONAGES -->
<theme name="Espaces naturels" collapsed="true" id="zonevt" icon="fas fa-map">
<!-- 6.1. ESPACES PROTEGES -->
<group name="Espaces naturels protégés" id="esproteges" >
<layer id="pne_coeur" name="Coeur du parc national" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="ripn" name="Réserve intégrale" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
<layer id="rnn" name="Réserves naturelles nationales" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
</group>
<!-- 6.2. AUTRES ESPACES DITS NATURELS -->
<group name="Autres espaces naturels" id="espditsnat" >
<layer id="sicn2000" name="Réseau Natura 2000" visible="false" queryable="false"
url="{{URL_GEOSERVER}}">
</layer>
</group>
</theme>
</themes>
</config>