Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
The challenge i encountered was making the leaflet map change location anytime the ip changes i overcame it by reading the leaflet github repo and found out about this solution: var container = L.DomUtil.get("map"); if (container != null) { container._leaflet_id = null; }
What specific areas of your project would you like help with?I would like to know if anyone can tell me areas where i could have used less code
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord