Skip to content

Commit

Permalink
Merge branch 'feat/map-updates' of https://github.com/bcgov/nr-omrr-t…
Browse files Browse the repository at this point in the history
…ransparency into feat/map-updates
  • Loading branch information
mishraomp committed Feb 25, 2024
2 parents b17cd96 + 465f72c commit ca01976
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions frontend/src/components/MapView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,7 @@ const LeafletMapWithPoint = () => {
}, [])
// Set the position of the marker for center of BC
const position = [53.7267, -127.6476]
// define points
const samplePoints = [
{ position: [60, -140], details: 'BC' },
{
position: [49.019, -122.455],
details: 'BC',
},
{ position: [51.7267, -128.6476], details: 'BC' },
]

//define red icon
const redIcon = new L.Icon({
//read from assets
Expand Down

0 comments on commit ca01976

Please sign in to comment.