forked from sigrennesmetropole/cartoHoraires
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcongestions_heures.xml
55 lines (49 loc) · 2.49 KB
/
congestions_heures.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
<?xml version="1.0" encoding="UTF-8"?>
<config>
<application
title="Carte hebdomadaire des horaires sur Rennes Métropole"
logo="https://public.sig.rennesmetropole.fr/ressources/img/logos/rm/logo_mviewer_gris_inverse.png"
titlehelp="À propos de la carte des horaires"
help="apps/cartohoraires/html/help_horaires.html"
showhelp="true"
iconhelp=""
style="apps/cartohoraires/css/horaires.css"
exportpng="true"
geoloc="false"
measuretools="false"
stats="false"
statsurl=""
togglealllayersfromtheme="false"
>
</application>
<mapoptions maxzoom="20" minzoom="10" projection="EPSG:3857" center="-186098.36482879001,6125889.9088213602" zoom="12" />
<baselayers style="default">
<baselayer visible="false" id="pvcisimplegris" thumbgallery="apps/public/img/basemap/pvcilight.jpg" title="Rennes Metropole" label="Plan de ville simple gris" type="WMTS"
url="https://public.sig.rennesmetropole.fr/geowebcache/service/wmts?" layers="ref_fonds:pvci_simple_gris" format="image/png" style="_null" matrixset="EPSG:3857" fromcapacity="false"
attribution="<a href="https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/home" target="_blank" >Rennes Métropole</a>">
</baselayer>
<baselayer visible="false" id="ortho2017" thumbgallery="apps/public/img/basemap/ortho2014.jpg" title="Rennes Metropole" label="Vue aérienne" type="WMTS"
url="https://public.sig.rennesmetropole.fr/geowebcache/service/wmts?" layers="raster:ortho2017" format="image/jpeg" style="_null" matrixset="EPSG:3857" fromcapacity="false"
attribution="<a href="https://public.sig.rennesmetropole.fr/geonetwork/srv/fre/catalog.search#/metadata/6ecb85b1-ec5e-4427-ae81-9c83b21a7f32" target="_blank" >Rennes Métropole</a>">
</baselayer>
</baselayers>
<searchparameters bbox="false" localities="false" features="false" static="false"
searchRM="false" searchRMConf="apps/georm/addons/data/searchConf.json"/>
<themes mini="true">
<theme id="horaires" name="Transport" collapsed="true" icon="fas fa-clock">
<layer
id="horaires"
name="Flux de personnes"
type="customlayer"
url="apps/cartohoraires/customlayer/cluster_horaires.js"
visible="true"
metadata=""
metadata-csw=""
queryable="true"
featurecount="6"
infopanel="right-panel">
<template url="apps/cartohoraires/templates/horaires.mst"></template>
</layer>
</theme>
</themes>
</config>