-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
executable file
·76 lines (68 loc) · 4.19 KB
/
config.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
<?xml version="1.0" encoding="UTF-8"?>
<config>
<application title="Lab-STICC Geoservices monitoring" logo="img/logo/Logo_monitoring_small.png" help="monitoring_help.html" measuretools="true" exportpng="false" style="css/themes/peter_river.css"/>
<!--<mapoptions projection="EPSG:2154" extent="145518,6726671,372058,6868691" />-->
<mapoptions maxzoom="19" projection="EPSG:900913" center="-220750.13768758904,6144925.57790189" zoom="8" projextent="-20037508.342789244, -20037508.342789244, 20037508.342789244, 20037508.342789244" />
<baselayers style="default"><!-- style="default"||gallery" -->
<baselayer type="OSM" id="positron" label="CartoDb OSM" 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="OSM" id="osm1" label="OpenStreetMap" title="OpenStreetMap" thumbgallery="img/basemap/osm.png"
url="http://{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png"
attribution="© MapQuest. Données : les contributeurs d'<a href='http://www.openstreetmap.org/' target='_blank'>OpenStreetMap </a>, <a href='http://www.openstreetmap.org/copyright' target='_blank'>ODbL </a>" visible="false"/>
<baselayer type="OSM" id="esriworldimagery" label="Esri world imagery" title="esriworldimagery" thumbgallery="img/basemap/ortho.jpg"
url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}" visible="false"
attribution="VIDE" />
</baselayers>
<olscompletion url="http://api-adresse.data.gouv.fr/search/" type="ban"/>
<searchparameters bbox="false" localities="true" features="true" static="true"/>
<widgets>
<!--<widget name="gauge"/>-->
</widgets>
<themes mini="false">
<theme name="Projet SLIM (Corpenicus)" collapsed="false" id="domains" icon="university">
<layer id="geoclimate:slim_boxes" name="Domaines (10*10 km) (OSM)" visible="true"
style="slim_boxes" tiled="true"
url="http://geoserver.orbisgis.org/geoserver/geoclimate/wms"
metadata=""
metadata-csw=""
tooltip="true"
tooltipenabled="true"
attribution="Groupe SIG Lab-STICC - Projet SLIM - Copernicus" />
<layer id="geoclimate:rsu_lcz_4326" name="Local Climate Zones (OSM)" visible="false"
style="lcz1_max_scale" tiled="true"
url="http://geoserver.orbisgis.org/geoserver/geoclimate/wms"
metadata=""
metadata-csw=""
tooltip="true"
tooltipenabled="true"
attribution="Groupe SIG Lab-STICC - Projet SLIM - Copernicus" />
</theme>
<theme name="Projet PAENDORA (ADEME)" collapsed="false" id="paendora" icon="university">
<layer id="geoclimate:paendora_zones_2154" name="Processed areas (BDTopo 2.2)" visible="true"
style="paendora_zones" tiled="true"
url="http://geoserver.orbisgis.org/geoserver/geoclimate/wms"
metadata=""
metadata-csw=""
tooltip="true"
tooltipenabled="true"
attribution="Groupe SIG Lab-STICC - Projet Paendora"/>
<layer id="geoclimate:paendora_lcz1_view" name="Local Climate Zones (BDTopo 2.2)" visible="false"
style="lcz1_max_scale" tiled="true"
url="http://geoserver.orbisgis.org/geoserver/geoclimate/wms"
metadata=""
metadata-csw=""
tooltip="true"
tooltipenabled="true"
attribution="Groupe SIG Lab-STICC - Projet Paendora"/>
<layer id="geoclimate:rsu_urban_typo_area_2154" name="Urban typology (BDTopo 2.2)" visible="false"
style="urban_typology" tiled="true"
url="http://geoserver.orbisgis.org/geoserver/geoclimate/wms"
metadata=""
metadata-csw=""
tooltip="true"
tooltipenabled="true"
attribution="Groupe SIG Lab-STICC - Projet Paendora"/>
</theme>
</themes>
</config>