In our previous lesson, we added a 2nd location to the map. Let's do this again but by using the Leaflet API within our useEffect hook.
Colby Fayock: [0:00] For extra credit, we're going to add a second location. I'm going to first grab the location of the Natural History Museum. Here, I can copy and paste the latitude and longitude. To create another marker, I can duplicate that line.
[0:09] First, we want to change the constant name to marker2, and I can go ahead and paste it in the new coordinates for the marker. For our popup, we're going to say marker2.bindPopup(), where we're going to pass in our title. Finally, we want to add it to the map similar to our first marker. Now, we can see both markers on the map.
Member comments are a way for members to communicate, interact, and ask questions about a lesson.
The instructor or someone from the community might respond to your question Here are a few basic guidelines to commenting on egghead.io
Be on-Topic
Comments are for discussing a lesson. If you're having a general issue with the website functionality, please contact us at support@egghead.io.
Avoid meta-discussion
Code Problems?
Should be accompanied by code! Codesandbox or Stackblitz provide a way to share code and discuss it in context
Details and Context
Vague question? Vague answer. Any details and context you can provide will lure more interesting answers!