MLH-Fellowship / project-dancing-ducks

project-dancing-ducks created by GitHub Classroom
MIT License
0 stars 3 forks source link

Travel Map #6

Closed RodrigoLaraM closed 2 years ago

RodrigoLaraM commented 2 years ago

Add a map of all the cool locations/countries you visited

gujiguj commented 2 years ago

Checkout https://www.mapbox.com/ and https://leafletjs.com/ for implementing an interactive slippy map that we can put pins and popups on.

gujiguj commented 2 years ago

Thinking of using leafletjs. I finished the Quickstart tutorial and it covers everything we will need for this (embedding the map and putting in pins with popups). What do you guys think? Should we look into other tools?

yanbmia commented 2 years ago

Leafletjs is a good option!

gujiguj commented 2 years ago

Leaflet turned out pretty good! Mixing Jinja and JS was a little complex but it still turned out to be fairly easy to implement! Everything should be functional now, and I can't wait to see how it looks when all our pins are in there!!

At the moment, when you open the webpage the map is kinda "centered" around the Atlantic. Is this fine? Do you guys think it should be centered somewhere else?

yanbmia commented 2 years ago

I feel like I don't mind the map being centered anywhere. But it might visually make more sense if we place it in the Americas.