leaflet-list-markers
leaflet-list-markers copied to clipboard
A Leaflet Control for listing visible markers/features in a interactive box
Hello, I would need some information on list markers: - how can I change the opacity of the list and also the background color - how can I set the...
Im using the native Leaflet filtering (Layer Groups and Layers Control): https://leafletjs.com/examples/layers-control/ When I hide/show the different groups, the marker list it's not updating. How can I achieve this? I've...
Great plugin! So if i get it right: * On hovering a list item, it's map marker is changes color * On clicking that list item, it's map marker is...
What a super plugin! I'd love to have descriptions for the item titles, and on clicking a list item, have the description open below the item (accordion style). Would that...
delete
Is it possible to insert a layerGroup instead of one single layer to the markerlist? e.g.: var markerlist = new L.Control.ListMarkers({layer: myLayergroup});
Hey, is it possible to get the marker list outside the map? I am at my mobile at the moment, will have a closer look later at Home. Great work,...
Someone in my forum asked about such a feature like leaflet-list-markers. So I created an [example page](https://leafext.de/extra/list-markers/). But it does work only on desktops, with Android doesn't. I can't test...
The `list-markers-li` list items contain `` elements, I suggest setting the [`role="button"`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role) attribute ([similar to Leaflet's zoom controls](https://github.com/Leaflet/Leaflet/blob/e94e69eb1aff885610365a894de0dfd2364bf505/src/control/Control.Zoom.js#L94), for example) such that they're conveyed as buttons and not regular links...
Someone asked in my support forum about [a scrollable list of markers](https://wordpress.org/support/topic/add-a-scrollable-list-of-markers/), but my WordPress plugin hasn't such a function. And leaflet-list-markers does not scroll the markers also. In your...