Skip to content

Commit

Permalink
uses pinboard 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Nov 13, 2023
1 parent c3d55ac commit c6979e0
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 82 deletions.
180 changes: 100 additions & 80 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": "https://github.com/CityOfPhiladelphia/pinboard#e52a092",
"@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 @@ -155,7 +155,17 @@ pinboard({
// password: process.env.VUE_APP_CYCLOMEDIA_PASSWORD,
// apiKey: process.env.VUE_APP_CYCLOMEDIA_API_KEY,
},
markerType: 'pin-marker',
markerType: 'circle-marker',
circleMarkers: {
color: '#9400c6',
borderColor: 'white',
weight: 1,
radius: 8,
mobileRadius: 12,
size: 16,
mobileSize: 20,
},
// markerType: 'pin-marker',
map: {
type: 'mapbox',
// tiles: 'hosted',
Expand Down

0 comments on commit c6979e0

Please sign in to comment.