Skip to content

Commit

Permalink
uses pinboard 1.2.8, changes points to circle markers
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Nov 16, 2023
1 parent cd7f768 commit 7e6f588
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 41 deletions.
78 changes: 39 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@fortawesome/pro-light-svg-icons": "5.15.4",
"@fortawesome/pro-regular-svg-icons": "5.15.4",
"@fortawesome/pro-solid-svg-icons": "5.15.4",
"@phila/pinboard": "1.2.0",
"@phila/pinboard": "1.2.8",
"bulma": "^0.9.1",
"core-js": "^3.3.3",
"vue": "^2.6.10"
Expand Down
12 changes: 11 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,17 @@ pinboard({
// password: process.env.VUE_APP_CYCLOMEDIA_PASSWORD,
// apiKey: process.env.VUE_APP_CYCLOMEDIA_API_KEY,
},
markerType: 'pin-marker',
// markerType: 'pin-marker',
markerType: 'circle-marker',
circleMarkers: {
color: '#9400c6',
borderColor: 'white',
weight: 1,
radius: 8,
mobileRadius: 12,
size: 16,
mobileSize: 20,
},
map: {
type: 'mapbox',
// tiles: 'hosted',
Expand Down

0 comments on commit 7e6f588

Please sign in to comment.