forked from mviewer/storymap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
59 lines (58 loc) · 1.6 KB
/
config.json
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
{ "splash": {
"iframe": "http://172.16.10.39/ws/demo/splash_enr.html"
},
"theme": {"css":"stories/enr_reg/enr_reg.css"},
"tooltip" : {"fields": ["nom_region"]},
"map": {
"center": [-220750.13768758904,6144925.57790189],
"zoom": 11,
"width": "100%",
"overview": true,
"url" : "http://{a-c}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",
"animation": true
},
"data": {
"title": "La production d'énergie renouvelable en France",
"subtitle": "Démo",
"template": {"name": "carousel", "options": {"width":"50%", "color":"#7f8c8d"} },
"url": "http://geobretagne.fr/geoserver/mig/wfs?request=getFeature&typename=mig:regions_nouvelles&outputFormat=application/json&srsName=EPSG:3857",
"orderby": "order",
"fields": [{
"name": "nom_region",
"type": "title"
},
{
"name":"iframe",
"type":"iframe"
}],
"analyse": {
"type": "single",
"field": "",
"values": [],
"styles": [
{
"fill": {
"color": "rgba(206,227,147,0)"
},
"stroke": {
"color": "rgba(206,227,147,0.2)",
"width": 2
}
}
]
},
"hightlightstyle": {
"fill": {
"color": "rgba(206,227,147, 0.6)"
},
"stroke": {
"color": "rgba(206,227,147,1.0)",
"width": 4
}
}
},
"extradata": {
"url": "stories/enr_reg/enr_region.csv",
"linkfield" : "id"
}
}