-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Adding popup to lines, test_line #122
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
Looks good. I just tested it out: http://nbviewer.ipython.org/gist/ocefpaf/1360f49bb2bb632a7736 Our tests are lacking a |
Yes, true, no tests. Also, I think there's no documentation about line, I had to see the code to use it. Will see if I can quickly write something in the next couple of days. |
Great. If not just open an issue and ping me to get this merged. |
Managed to add tests and documentation. Let me know if they need some edits, otherwise they're good to go. |
Python 3.3 is giving us a slap on the wrist. Probably something simple to solve. Do you have an env there to check this and fix? If not I can do later today. |
Not yet, I have been procastinating the Py3 installation. I guess it's about time to get it installed. 😀 |
... and now it is Python 3.4 it is hard to make py3k happy! |
What's funny is that the only file that I changed since the last commit (which Travis doesn't complain about), is the index.rst in the docs. I guess some doctest is failing? |
Nope, we do not run doctest. The tests are simply: https://github.com/themiurgo/folium/blob/lines_popup/.travis.yml#L26 Probably something 💩 in our tests. If you are done editing I will merge this and check it here. |
Yes, you can go ahead.
|
Thank @themiurgo! |
Adding popup to lines, test_line
This adds the possibility to visualise popups when clicking on lines.
Tests still pass. Let me know if there's anything I need to change to get this merged.