I wanted to recreate the Flickr's feature to drop photos on a map to geolocalize them. Like this:
So, hacking on a MapBox canvas, I obtained that:
Here we have
* a
used to instance the MapBox map
* many
, each containing the img to geolocalize
* a few CSS and JS
The