-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.json
executable file
·76 lines (75 loc) · 1.91 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{ "splash": {
"iframe": "stories/dinan_leon/splash.html"
},
"theme": {"css":"stories/dinan_leon/dinan_leon_t3.css"},
"tooltip" : {"fields": ["nom"]},
"map": {
"center": [-227028,6182514],
"zoom": 16,
"width": "100%",
"overview": false,
"url" : "https://{a-c}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png",
"animation": false
},
"data": {
"title": "DE DINAN À LÉHON" ,
"subtitle":"Par le chemin de halage",
"template": {"name": "carousel", "options": {"width":"50%", "color":"#7f8c8d"} },
"url": "stories/dinan_leon/dinan_leon.geojson",
"orderby": "ordre",
"fields": [{
"name": "nom",
"type": "title"
},
{
"name":"resume",
"type":"text"
},
{
"name":"localisation",
"type":"text"
},
{
"name":"historique",
"type":"text"
},
{
"name":"lien_image",
"type":"background"
},
{
"name":"lien_dossi",
"type":"url"
}],
"analyse": {
"type": "single",
"field": "",
"values": [],
"styles": [
{
"fill": {
"color": "rgba(206,0,0,0.7)"
},
"stroke": {
"color": "rgba(206,0,0,0.2)",
"width": 2
},
"icon": {
"src" : "https://kartenn.region-bretagne.fr/storymap/stories/dinan_leon/image/placeholder_black.svg",
"scale" : 0.07
}
}
]
},
"hightlightstyle": {
"icon": {
"src" : "https://kartenn.region-bretagne.fr/storymap/stories/dinan_leon/image/placeholder_black_light.svg",
"scale" : 0.09
}
}
},
"extradata": {
"url": "stories/dinan_leon/dinan_lehon_bis.csv",
"linkfield" : "id"
}
}