Get the data from "pins" on a Leaflet map -
there's site leaflet map has pins on it. when click on pin, makes tooltip text in it. want text each pin.
so open developer tools. look?
what name of js variable holds text each pin?
leaflet popups appear 1 @ time inside .leaflet-popup-content element. sounds need dig around underlying code see bindpopup calls taking place see data in original form. or rig sort of automated process click every marker, content jquery's .text(), move onto next marker.
Comments
Post a Comment