Viewing a single comment thread. View all comments

TopLiving6750 t1_j70g9b4 wrote

Did you write the map library yourself? Working on a project now that requires a map component so happy to hear your experience with the library you used

2

MisterPaulCraig OP t1_j70s47z wrote

I asked on reddit here about what map library I should use a few weeks ago: https://www.reddit.com/r/Frontend/comments/zutb4l/recommendationadvice_for_embeddable_maps/

I started off thinking I would use Google maps, but then pivoted to Leaflet. I really liked Leaflet in the end, easy to get started with and enough StackOverflow answers that I could figure out how to get it to behave how I wanted. If you have any specific questions about the code, DM me.

It's my first time doing any development with a map, but I would use Leaflet again for sure.

2