-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Popup can accept strings explicitly #265
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
Conversation
|
Awesome @jelmelk! Thanks for the PR! Can you build a test for this behavior? |
|
Am I correct to assume you're talking about test_folium.py? |
|
You are adding this behavior for I guess we should also add this for lines... |
Yep. |
Yes, those are the only ones that needed it. So would it be a single function for each one? |
Maybe we could have been more clever and try to avoid that repetition, but your implementation is OK. I will take a better look tomorrow (going to bed now). @BibMartin any observations? |
|
I agree, but like I said in #259 (comment) it could be done individually or in one spot that catches all three. Let me know tomorrow, I can change it if needed. |
|
Hi @jelmelk ; thanks for the PR ! |
|
Due to the branch mix up on my part, I'm closing this PR. |
This is to address #259. Assuming I did the PR properly.