This repository was archived by the owner on Jan 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate_adv.json
More file actions
60 lines (60 loc) · 1.44 KB
/
template_adv.json
File metadata and controls
60 lines (60 loc) · 1.44 KB
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
{
"layergroup": {
"layers": [
{
"options": {
"interactivity": [
"cartodb_id",
"id",
"diseasedetected",
"diseasetested",
"fatal",
"dateidentified",
"genus",
"specificepithet"
],
"sql": "select * from <%= table_name %> where genus ilike '%<%= genus %>%' and specificepithet ilike '%<%= specific_epithet %>%' and diseasedetected ilike '%<%= disease_detected %>%' and diseasetested ilike '%<%= pathogen %>%'",
"cartocss": "#layer { marker-fill: <%= color %>; marker-opacity: 0.75}",
"cartocss_version": "2.1.1"
},
"type": "cartodb"
}
],
"version": "1.0.1"
},
"placeholders": {
"table_name": {
"default": "t2627cbcbb4d7597f444903b2e7a5ce5c_6d6d454828c05e8ceea03c99cc5f5",
"type": "sql_literal"
},
"genus": {
"default": "",
"type": "sql_literal"
},
"specific_epithet": {
"default": "",
"type": "sql_literal"
},
"disease_detected": {
"default": "",
"type": "sql_literal"
},
"morbidity": {
"default": "",
"type": "sql_literal"
},
"pathogen": {
"default": "",
"type": "sql_literal"
},
"color": {
"default": "red",
"type": "css_color"
}
},
"name": "adp_specific_heatmap-v15",
"version": "0.0.1",
"auth": {
"method": "open"
}
}