kartenkarsten / leaflet-staticPopup

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:HTML 48.1%Language:JavaScript 46.2%Language:CSS 5.7%