Skip to content

Instantly share code, notes, and snippets.

@nf-s
Created July 7, 2020 09:42
Show Gist options
  • Save nf-s/be2c74551c426011914fedd6d3d8b20d to your computer and use it in GitHub Desktop.
Save nf-s/be2c74551c426011914fedd6d3d8b20d to your computer and use it in GitHub Desktop.
{
"homeCamera": {
"north": -8,
"east": 158,
"south": -45,
"west": 109
},
"catalog": [
{
"type": "geojson",
"name": "GeoJSON Test",
"url": "test/bike_racks.geojson",
"shortReportSections": [
{
"name": "Report 1",
"content": "Some content which is showing"
},
{
"name": "Report 2",
"content": "Some content which is hidden by default",
"show": false
}
]
},
{
"type": "geojson",
"name": "GeoJSON Test 2",
"url": "test/bike_racks.geojson",
"shortReport": "A short report"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment