diff --git a/config/canopy.json b/config/canopy.json new file mode 100644 index 0000000..d5dfea8 --- /dev/null +++ b/config/canopy.json @@ -0,0 +1,29 @@ +{ + "collection": "https://digital.lib.utk.edu/assemble/collection/gsmrc/wcc", + "devCollection": "https://digital.lib.utk.edu/assemble/collection/gsmrc/wcc", + "metadata": ["Subject", "Place"], + "featured": [ + "https://digital.lib.utk.edu/assemble/manifest/wcc/278" + ], + "map": { + "defaultBounds": [[51.505, -0.09]], + "enabled": true, + "icon": { + "iconUrl": "images/marker-icon.png", + "iconSize": [24, 36], + "iconAnchor": [12, 36] + }, + "tileLayers": [ + { + "name": "OpenTopoMap", + "url": "https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png", + "attribution": "© OpenStreetMap contributors" + }, + { + "name": "OpenStreetMap", + "url": "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", + "attribution": "© OpenStreetMap contributors" + } + ] + } +} \ No newline at end of file diff --git a/content/_meta.json b/content/_meta.json index 204a6d3..e8a0964 100644 --- a/content/_meta.json +++ b/content/_meta.json @@ -7,6 +7,10 @@ "path": "/metadata", "text": "Metadata" }, + { + "path": "/map", + "text": "Map" + }, { "path": "/about", "text": "About"