Skip to content

Commit 1c95da7

Browse files
author
Stefan Kuethe
committed
Update README
1 parent a377dbf commit 1c95da7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Render vector data from GeoJSON, TopoJSON, KML, GML and other formats.
2222

2323
Add geocoding, draw, full screen and other controls to your map.
2424

25-
[Draw control example](https://eoda-dev.github.io/py-openlayers/marimo/draw-control.html)
26-
2725
### WebGL
2826

2927
Render large data sets using WebGL.
@@ -32,14 +30,10 @@ Render large data sets using WebGL.
3230

3331
Render PMTiles from vector and raster sources.
3432

35-
[PMTiles vector source example](https://eoda-dev.github.io/py-openlayers/marimo/pmtiles-vector.html)
36-
3733
### Interactions
3834

3935
Drag and drop GPX, GeoJSON, KML or TopoJSON files on to the map. Modify, draw and select features.
4036

41-
[Drag-and-drop example](https://eoda-dev.github.io/py-openlayers/marimo/drag-and-drop.html)
42-
4337
### GeoPandas Extension
4438

4539
```python
@@ -76,7 +70,12 @@ m = ol.Map()
7670
m.save()
7771
```
7872

79-
<a href="https://eoda-dev.github.io/py-openlayers/marimo/getting-started.html" target="_blank">Getting started<a>
73+
## Marimo example notebooks
74+
75+
* [Get started](https://eoda-dev.github.io/py-openlayers/marimo/getting-started.html)
76+
* [PMTiles](https://eoda-dev.github.io/py-openlayers/marimo/pmtiles-vector.html)
77+
* [Drag and drop](https://eoda-dev.github.io/py-openlayers/marimo/drag-and-drop.html)
78+
* [Style expressions](https://marimo.app/l/ig7brp)
8079

8180
## Documentation
8281

0 commit comments

Comments
 (0)