Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search in Popup-Content? #242

Open
coderfls opened this issue Oct 29, 2019 · 1 comment
Open

Search in Popup-Content? #242

coderfls opened this issue Oct 29, 2019 · 1 comment

Comments

@coderfls
Copy link

Is it possible to search within the content of the popups of the markers which are added with .bindPopup and not only in the title?

@typo3ua
Copy link

typo3ua commented Nov 27, 2020

Good question!

...it is interesting me too, how?

        var markers = [L.marker([10, 10], {
            title: 'Title text'
        }).bindPopup('Search text into popup')];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants