1. 30
    Recreate the Marker from our Second Favorite Location with React Leaflet bindPopup
    23s

Recreate the Marker from our Second Favorite Location with React Leaflet bindPopup

Colby Fayock
InstructorColby Fayock
Share this video with your friends

Social Share Links

Send Tweet
Published 4 years ago
Updated 3 years ago

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.

Click here for exercise instructions

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.

egghead
egghead
~ 9 minutes ago

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

  • This was great!
  • This was horrible!
  • I didn't like this because it didn't match my skill level.
  • +1 It will likely be deleted as spam.

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!

Markdown supported.
Become a member to join the discussionEnroll Today