-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrando_dordogne.xml
82 lines (80 loc) · 3.91 KB
/
rando_dordogne.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
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
<?xml version="1.0" encoding="UTF-8"?>
<config>
<application title="Randonnées en Dordogne" mouseposition="false" logo="" help="apps/rando_dordogne/infos.html" measuretools="true" exportpng="true" style="css/themes/crna.css" togglealllayersfromtheme="true"/>
<mapoptions maxzoom="19" projection="EPSG:3857" center="84203,5641683" zoom="9" 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>" />
</baselayers>
<proxy url=""/>
<olscompletion url="http://api-adresse.data.gouv.fr/search/" type="ban"/>
<searchparameters bbox="false" localities="false" features="true"/>
<themes mini="true">
<theme name="Panneaux" collapsed="true" id="panneaux" icon="fas fa-map-signs">
<layer id="directionnel"
name="Panneaux directionnels"
type="customlayer"
vectorlegend="true"
url="apps/rando_dordogne/customlayers/directionnel.js"
queryable="true"
fields="nom"
aliases="Nom"
visible="false"
attribution="ep">
<template url="apps/rando_dordogne/templates/rando_boucle.mst"></template>
</layer>
<layer id="departrando"
name="Départ des randonnées"
type="customlayer"
vectorlegend="true"
url="apps/rando_dordogne/customlayers/departrando.js"
fields="nom"
aliases="Nom"
visible="false"
attribution="ep">
<template url="apps/rando_dordogne/templates/rando_boucle.mst"></template>
</layer>
</theme>
<theme name="Randonnée" collapsed="true" id="habitant" icon="fas fa-hiking">
<layer id="boucle"
name="Boucles balisées"
type="customlayer"
vectorlegend="true"
url="apps/rando_dordogne/customlayers/boucle.js"
queryable="true"
fields="nom"
aliases="Nom"
visible="true"
infopanel="right-panel"
searchable="true"
searchengine="fuse"
fusesearchkeys="name"
fusesearchresult="{{name}}"
tooltip="true"
tooltipenable="true"
tooltipcontent=""
attribution="ep">
<template url="apps/rando_dordogne/templates/rando_boucle.mst"></template>
</layer>
<layer id="liaison"
name="Liaisons balisées"
type="customlayer"
vectorlegend="true"
url="apps/rando_dordogne/customlayers/liaison.js"
fields="nom"
aliases="Nom"
visible="true"
tooltip="false"
tooltipenable="false"
tooltipcontent=""
attribution="ep">
<template url="apps/rando_dordogne/templates/rando_boucle.mst"></template>
</layer>
</theme>
</themes>
<extensions>
<extension type="component" id="chartjs" path="apps/common/addon"/>
<extension type="component" id="styleinfo" path="apps/rando_dordogne/addons"/></extensions>
<extension type="component" id="filter" path="apps/rando_dordogne/addons" />
</config>