Skip to content

Commit

Permalink
Add settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
markpbaggett committed Dec 5, 2023
1 parent 828fd7e commit 8501183
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/canopy.json
Original file line number Diff line number Diff line change
@@ -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": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors"
},
{
"name": "OpenStreetMap",
"url": "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
"attribution": "&copy; <a href=\"https://www.openstreetmap.org/copyright\">OpenStreetMap</a> contributors"
}
]
}
}
4 changes: 4 additions & 0 deletions content/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"path": "/metadata",
"text": "Metadata"
},
{
"path": "/map",
"text": "Map"
},
{
"path": "/about",
"text": "About"
Expand Down

0 comments on commit 8501183

Please sign in to comment.