-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdonneesplages.xml
53 lines (51 loc) · 3.77 KB
/
donneesplages.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<config>
<application titlehtml="dede" title="Plages surveillées de Nouvelle-Aquitaine" mouseposition="false" logo="apps/donneesplages/img/logo/gip_lito_2030.jpg" showhelp="false" help="apps/donneesplages/infos.html" measuretools="false" exportpng="true" style="css/themes/plage_b.css" togglealllayersfromtheme="true"/>
<mapoptions maxzoom="19" projection="EPSG:3857" center="37263.77010759735,5620009.10189043" zoom="8" projextent="-20037508.342789244, -20037508.342789244, 20037508.342789244, 20037508.342789244" />
<baselayers style="default"><!-- style="default"||gallery" -->
<baselayer type="OSM" id="positron" label="Positron" title="CartoDb" thumbgallery="img/basemap/positron.png"
url="http://{a-c}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png" maxzoom="20"
visible="true" attribution="Map tiles by <a href='http://cartodb.com/attributions'>CartoDb </a>, under <a href='http://creativecommons.org/licenses/by/3.0/'>CC BY 3.0 </a>" />
<baselayer type="WMTS" id="ortho1" label="Photo aérienne" title="GéoPortail" maxscale="2000" thumbgallery="img/basemap/ortho.jpg"
url="https://data.geopf.fr/wmts" layers="ORTHOIMAGERY.ORTHOPHOTOS" format="image/jpeg" visible="false" fromcapacity="false"
attribution="<a href='http://www.geoportail.fr/' target='_blank'><img src='https://api.ign.fr/geoportail/api/js/latest/theme/geoportal/img/logo_gp.gif'></a>" style="normal" matrixset="PM" maxzoom="22"/>
<baselayer type="WMTS" id="planign" label="Plan IGN" title="GéoPortail" maxscale="2000" thumbgallery="img/basemap/plan_ign_v2.png"
url="https://data.geopf.fr/wmts?SERVICE=WMTS" layers="GEOGRAPHICALGRIDSYSTEMS.PLANIGNV2" format="image/png" visible="false" fromcapacity="false"
attribution="<a href='https://www.geoportail.fr/' target='_blank'><img src='https://api.ign.fr/geoportail/api/js/latest/theme/geoportal/img/logo_gp.gif'></a>" style="normal" matrixset="PM" maxzoom="22"/>
</baselayers>
<proxy url="https://www.pigma.org/service/proxy/?url="/>
<olscompletion url="https://api-adresse.data.gouv.fr/search/" type="ban" attribution="API adresse.data.gouv.fr"/>
<searchparameters bbox="false" localities="false" features="true"/>
<themes mini="true" legendmini="true">
<theme name="Plages" collapsed="true" id="plage" icon="fas fa-umbrella-beach">
<layer id="plage"
name="Plages de Nouvelle-Aquitaine"
type="customlayer"
vectorlegend="true"
url="apps/donneesplages/customlayers/plage.js"
queryable="true"
fields="nom"
aliases="Nom"
visible="true"
searchable="true"
searchengine="fuse"
fusesearchkeys="nom_plage"
fusesearchresult="{{nom_plage}} - {{commune}}"
tooltip="true"
tooltipcontent="{{grand_territoire}}"
attribution="GIP Littoral, SIRTAQUI, Charente Tourisme">
<!-- addons bootstrapatable needed for this template -->
<template url="apps/donneesplages/templates/plage.mst"></template>
</layer>
</theme>
</themes>
<extensions>
<extension type="component" id="logo" path="apps/donneesplages/addons" />
<!-- Add librairie used in plage.mst template -->
<extension type="component" id="bootstraptable" path="apps/donneesplages/addons" />
<!-- Enlarge left feature panel -->
<extension type="component" id="styleinfo" path="apps/donneesplages/addons" />
<!-- Advanced fitler -->
<extension type="component" id="filter" path="apps/donneesplages/addons" />
</extensions>
</config>