v6.0.0
This release introduces a new interface to create interactive maps using Folium. The interactive maps can be saved as HTML files that provide interactive elements to zoom/pan/scroll maps and to get tooltips showing additional information of the region at the mouse location. As all of the data is included in the generated HTML file it's very simple to insert such maps on your webserver. Just take a copy of the HTML file and you are ready.
The geo information is build from geoJSON files available for different regions such as country/county/city. The geoJSON file contains information about the outline of the regions and that is shown on top of a so called leaflet basemap such as OpenStreetMap. Samples of this maps can be found on our webserver. The package also includes a Jupiter notebook made to be used on Google Colab.