open modal with marker leaflet bootstrap 3
问题 i got the map showing in the modal working. now i have a new problem. i have different objects and i will store the coordinates for the marker in the id. like this: <a href="#eintrag" id="[48.20682894891699, 16.370315551757812]" role="button" class="btn btn-primary" data-toggle="modal">Open Map</a> this also opens the modal with the map. then i have this: var map = L.map('map', { center: new L.LatLng(48.20682894891699, 16.370315551757812), zoom: 14, maxBounds: bounds }); jQuery(document).on(