We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
leaflet-search/dist/leaflet-search.src.js
Lines 262 to 264 in 4eeb646
You should check if marker exists, e.g. if marker != false. I get an error if I set marker: false and hideMarkerOnCollapse: true:
marker: false
hideMarkerOnCollapse: true
Uncaught TypeError: right-hand side of 'in' should be an object, got undefined collapse path-to-/leaflet-search/dist/leaflet-search.src.js:263
The text was updated successfully, but these errors were encountered:
No branches or pull requests
leaflet-search/dist/leaflet-search.src.js
Lines 262 to 264 in 4eeb646
You should check if marker exists, e.g. if marker != false.
I get an error if I set
marker: false
andhideMarkerOnCollapse: true
:Uncaught TypeError: right-hand side of 'in' should be an object, got undefined collapse path-to-/leaflet-search/dist/leaflet-search.src.js:263
The text was updated successfully, but these errors were encountered: