From bbfe167a971b38e5d11f9fe106dbca03f87753f4 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 12 Apr 2021 12:35:36 +0200 Subject: [PATCH] Use proper headings in README Will allow for deep links to individual examples --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4508807d9..f43b261f9 100644 --- a/README.md +++ b/README.md @@ -9,31 +9,31 @@ A Jupyter / Leaflet bridge enabling interactive maps in the Jupyter notebook. ## Usage -**Selecting a basemap for a leaflet map:** +### Selecting a basemap for a leaflet map: ![Basemap Screencast](basemap.gif) -**Loading a geojson map:** +### Loading a geojson map: ![GeoJSON Screencast](geojson.gif) -**Making use of leafletjs primitives:** +### Making use of leafletjs primitives: ![Primitives Screencast](primitives.gif) -**Using the splitmap control:** +### Using the splitmap control: ![Splitmap Screencast](splitmap.gif) -**Displaying velocity data on the top of a map:** +### Displaying velocity data on the top of a map: ![Velocity Screencast](velocity.gif) -**Choropleth layer:** +### Choropleth layer: ![Choropleth Screencast](choropleth.gif) -**Widget control** +### Widget control ![Widget Control](widget_control.gif)