Skip to content

Commit

Permalink
Update Leaflet flyTo() link in Bespoke example code
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpnelson committed Jun 12, 2023
1 parent 9352444 commit b75faf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/customization/bespoke/components/customComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SMK.HANDLER.set('BespokeTool--101', 'activated', (smk, tool) => {
const newCenter = new L.LatLng(48.45,-123.35);

// We call the Leaflet Map's flyTo() method
// (https://leafletjs.com/reference.html#latlng).
// (https://leafletjs.com/reference.html#map-flyto).
leafletMap.flyTo(newCenter, 13);
}
},
Expand Down

0 comments on commit b75faf1

Please sign in to comment.