We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bbed2 commit a578d94Copy full SHA for a578d94
.gitignore
@@ -19,3 +19,4 @@ srcjs/anywidget-bindings/
19
# Misc
20
*.swp
21
22
+site/
docs/index.md
@@ -17,8 +17,9 @@ m = Map(controls=[ol.ZoomSliderControl()])
17
m.save()
18
```
-```python {marimo}
+```python {marimo display_code=true}
import openlayers as ol
23
-ol.MapWidget(controls=[ol.ZoomSliderControl()])
+m = ol.MapWidget(controls=[ol.ZoomSliderControl()])
24
+m
25
mkdocs.yml
@@ -1,4 +1,5 @@
1
site_name: OpenLayers For Python
2
+site_url: https://eoda-dev.github.io/py-openlayers
3
4
repo_name: py-openlayers
5
repo_url: https://github.com/eoda-dev/py-openlayers
0 commit comments