Skip to content

Commit 55451f9

Browse files
author
Stefan Kuethe
committed
Add Slack link
1 parent e3288a9 commit 55451f9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# py-openlayers: OpenLayers for Python
22

3+
[Docs](https://eoda-dev.github.io/py-openlayers/) | [Slack](https://join.slack.com/t/eoda-dev/shared_invite/zt-39s73mev7-smKDIphRkDJ9jMV24N1omw) | [Examples](https://eoda-dev.github.io/py-openlayers/showcase/get-started/)
4+
35
[![Release](https://img.shields.io/github/v/release/eoda-dev/py-openlayers)](https://img.shields.io/github/v/release/eoda-dev/py-openlayers)
46
[![pypi](https://img.shields.io/pypi/v/openlayers.svg)](https://pypi.python.org/pypi/openlayers)
57
[![Build status](https://img.shields.io/github/actions/workflow/status/eoda-dev/py-openlayers/pytest.yml?branch=main)](https://img.shields.io/github/actions/workflow/status/eoda-dev/py-openlayers/pytest.yml?branch=main)
@@ -8,6 +10,10 @@
810

911
Provides Python bindings for [OpenLayers](https://openlayers.org/), a high-performance, full-featured web mapping library that displays maps from various sources and formats. It makes it easy to create interactive maps in [Marimo](https://marimo.io/) and [Jupyter](https://jupyter.org/) notebooks with a few lines of code in a pythonic way.
1012

13+
## Join the conversation
14+
15+
Join us on [Slack](https://join.slack.com/t/eoda-dev/shared_invite/zt-39s73mev7-smKDIphRkDJ9jMV24N1omw).
16+
1117
## Features
1218

1319
### Tiled Layers
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
import openlayers as ol
22

3-
from openlayers.models.layers import HeatmapLayer
3+
from openlayers.models.layers import HeatmapLayer
4+

0 commit comments

Comments
 (0)