Skip to content

Instantly share code, notes, and snippets.

@nf-s
Last active July 13, 2020 05:16
Show Gist options
  • Save nf-s/7add30fc21d000e5e1710faf09e0dc4b to your computer and use it in GitHub Desktop.
Save nf-s/7add30fc21d000e5e1710faf09e0dc4b to your computer and use it in GitHub Desktop.
{
"homeCamera": {
"north": -8,
"east": 158,
"south": -45,
"west": 109
},
"catalog": [
{
"type": "csv",
"url": "test/incidents_notime.csv",
"name": "CSV Test poll disabled",
"polling": {
"seconds": 5,
"shouldReplaceData": true
},
"refreshEnabled": false
},
{
"type": "csv",
"url": "test/incidents_notime.csv",
"name": "CSV Test poll enabled",
"polling": {
"seconds": 5,
"shouldReplaceData": true
},
"refreshEnabled": true
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment