Skip to content

kartenkarsten/leaflet-staticPopup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaflet-staticPopup

Displays popup content in a static div instead in a real popup.

demo wanted?

usage

	var staticPopup = new L.StaticPopup({id:"staticPopup"});
    staticPopup.addTo(map);
    staticPopup.applyTo(circle);
    staticPopup.applyTo(featureGroup);

About

Displays popup content in a static div instead in a real popup.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published