Skip to content

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

License

Notifications You must be signed in to change notification settings

michaelcarl/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

Languages

  • HTML 48.1%
  • JavaScript 46.2%
  • CSS 5.7%