{ "cells": [ { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "0.8.3+52.g2758dc7.dirty\n" ] } ], "source": [ "import os\n", "import folium\n", "\n", "print(folium.__version__)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# How to use ImageOverlay\n", "\n", "It may happen that you want to draw an image on you map. Here are example on how to do that.\n", "\n", "\n", "## Using an image from disk\n", "\n", "If you have a static image file on your disk, you can simply draw it on the map." ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "data": { "text/html": [ "