Skip to content

Commit

Permalink
Use proper headings in README
Browse files Browse the repository at this point in the history
Will allow for deep links to individual examples
  • Loading branch information
StefanBrand authored Apr 12, 2021
1 parent f47ace2 commit bbfe167
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit bbfe167

Please sign in to comment.