Skip to content

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

Merged
merged 3 commits into from
May 13, 2015

Conversation

themiurgo
Copy link
Contributor

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.

@ocefpaf
Copy link
Member

ocefpaf commented May 11, 2015

Looks good. I just tested it out:

http://nbviewer.ipython.org/gist/ocefpaf/1360f49bb2bb632a7736

Our tests are lacking a line test. If you think it is a low hanging fruit can you add one and test your modification? If not I will merge "as is" and add one later.

@themiurgo
Copy link
Contributor Author

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.

@ocefpaf
Copy link
Member

ocefpaf commented May 11, 2015

Great. If not just open an issue and ping me to get this merged.

@themiurgo themiurgo changed the title Adding popup functionality to lines Adding popup functionality to lines, adding test_line May 12, 2015
@themiurgo themiurgo changed the title Adding popup functionality to lines, adding test_line Adding popup to lines, test_line May 12, 2015
@themiurgo
Copy link
Contributor Author

Managed to add tests and documentation. Let me know if they need some edits, otherwise they're good to go.

@ocefpaf
Copy link
Member

ocefpaf commented May 13, 2015

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.

@themiurgo
Copy link
Contributor Author

Not yet, I have been procastinating the Py3 installation. I guess it's about time to get it installed. 😀

@ocefpaf
Copy link
Member

ocefpaf commented May 13, 2015

... and now it is Python 3.4 it is hard to make py3k happy!

@themiurgo
Copy link
Contributor Author

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?

@ocefpaf
Copy link
Member

ocefpaf commented May 13, 2015

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.

@themiurgo
Copy link
Contributor Author

Yes, you can go ahead.
On Wed, 13 May 2015 at 10:02 Filipe [email protected] wrote:

Nope, we do not run doctest. The tests are simply:

https://github.com/themiurgo/folium/blob/lines_popup/.travis.yml#L26

Probably something [image: 💩] in our tests.

If you are done editing I will merge this and check it here.


Reply to this email directly or view it on GitHub
#122 (comment)
.

@ocefpaf
Copy link
Member

ocefpaf commented May 13, 2015

Thank @themiurgo!

ocefpaf added a commit that referenced this pull request May 13, 2015
Adding popup to lines, test_line
@ocefpaf ocefpaf merged commit 204d722 into python-visualization:master May 13, 2015
@themiurgo themiurgo deleted the lines_popup branch May 13, 2015 16:09
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

Successfully merging this pull request may close these issues.

2 participants