-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
32 lines (32 loc) · 1.23 KB
/
metadata.json
File metadata and controls
32 lines (32 loc) · 1.23 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
{
"license": "ODbL",
"license_url": "https://opendatacommons.org/licenses/odbl/",
"source": "EDGI Cloud Portal",
"source_url": "https://resette.envirodatagov.org",
"databases": {},
"plugins": {
"datasette-cluster-map": {
"latitude": "latitude",
"longitude": "longitude",
"tile_layer": "https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",
"tile_layer_attribution": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors © <a href=\"https://carto.com/attributions\">CARTO</a>"
},
"datasette-cluster-map-geojson": {
"latitude": "latitude",
"longitude": "longitude",
"geojson": true,
"tile_layer": "https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",
"tile_layer_attribution": "© <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors © <a href=\"https://carto.com/attributions\">CARTO</a>"
},
"datasette-auth-tokens": {
"secret_key": "fd93c677e08304855095d266835d86c9a2eadda209d6c2c9fe0bea65fe0941d4"
},
"datasette-template-sql": {},
"settings": {
"csrf_protect": true
},
"datasette-block-robots": {
"allow_only_index": true
}
}
}