LarsWiegers / laravel-maps

Your laravel maps libary.
https://github.com/LarsWiegers/laravel-maps
MIT License
254 stars 35 forks source link

reordering popup binding (fixing #27) #31

Closed ryangurn closed 2 years ago

ryangurn commented 2 years ago

As mentioned in the example on leaflet's homepage (https://leafletjs.com/SlavaUkraini/) the binding of the popup need to happen after the marker is added to the map.

This is a fix to #27.

ryangurn commented 2 years ago

@LarsWiegers let me know what you think, I can make any adjustments needed.