Frank Anema
Frank Anema
Hi guys, I'm working on figuring out how Barefoot really works underneath. While I was looking through the Python scripts that import map data, I figured they could use some...
I made a first version of a contributing guide. I copy pasted some things from other guides. Other things I just made up. It's not complete on code styling. Also...
I was going through the Dockerfile and while I was there I tried to improve readability a bit, using the Docker guidelines. I put each statement and installed package on...
We have a couple utility functions that also exist in branca. Simplify our code by using the versions from branca instead. Do import them in the same module, so it's...
Let's try this again. Still WIP. Based on https://github.com/python-visualization/folium/pull/1297. Closes https://github.com/python-visualization/folium/issues/1559.
Trying out an idea I had based on a number of issues I've encountered. Use the Leaflet Control class to put legends, images or other custom stuff on the map....
Improve the dev version number we show in the docs. We now show something like `0.1.dev1.dev+gca4ce8f`. The issue is that in the workflow only the latest commit is fetched, so...
https://github.com/python-visualization/folium/pull/1882 was very helpful in showing that the currently listed example tileset doesn't work anymore. But the proposed replacement is not suitable unfortunately. Simply solve this issue by removing the...
Testing out how we can use the concept of the new `JsCode` class, which was added in https://github.com/python-visualization/folium/pull/1848. Idea is that we no longer have to manually put Javascript code...
- [x] Add type hints to all modules in Branca. - [x] Make sure Mypy passes. Contains some functional changes as well: - Alter `_parse_hex` to output RGBA floats directly....