Skip to content

Commit cde470d

Browse files
committed
Merge branch 'dev' into feature/color-utils
2 parents fa78654 + e0ae296 commit cde470d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# MapLibre for Python
22

3-
[![Release](https://img.shields.io/github/v/release/eodaGmbH/py-maplibregl)](https://img.shields.io/github/v/release/eodaGmbH/py-maplibregl)
3+
[![Release](https://img.shields.io/github/v/release/eoda-dev/py-maplibregl)](https://img.shields.io/github/v/release/eoda-dev/py-maplibregl)
44
[![pypi](https://img.shields.io/pypi/v/maplibre.svg)](https://pypi.python.org/pypi/maplibre)
55
[![Conda recipe](https://img.shields.io/badge/recipe-maplibre-green.svg)](https://github.com/conda-forge/maplibre-feedstock)
66
[![Conda package](https://img.shields.io/conda/vn/conda-forge/maplibre.svg)](https://anaconda.org/conda-forge/maplibre)
7-
[![Build status](https://img.shields.io/github/actions/workflow/status/eodaGmbH/py-maplibregl/pytest.yml?branch=main)](https://img.shields.io/github/actions/workflow/status/eodaGmbH/py-maplibregl/pytest.yml?branch=main)
8-
[![License](https://img.shields.io/github/license/eodaGmbH/py-maplibregl)](https://img.shields.io/github/license/eodaGmbH/py-maplibregl)
7+
[![Build status](https://img.shields.io/github/actions/workflow/status/eoda-dev/py-maplibregl/pytest.yml?branch=main)](https://img.shields.io/github/actions/workflow/status/eoda-dev/py-maplibregl/pytest.yml?branch=main)
8+
[![License](https://img.shields.io/github/license/eoda-dev/py-maplibregl)](https://img.shields.io/github/license/eoda-dev/py-maplibregl)
99
[![MapLibre](https://img.shields.io/badge/MapLibre.GL-v3.6.2-blue.svg)](https://github.com/maplibre/maplibre-gl-js/releases/tag/v3.6.2)
1010

1111
MapLibre for Python provides Python bindings for [MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js).
@@ -22,9 +22,9 @@ pip install maplibre
2222
pip install "maplibre[all]"
2323

2424
# Dev
25-
pip install git+https://github.com/eodaGmbH/py-maplibregl@dev
25+
pip install git+https://github.com/eoda-dev/py-maplibregl@dev
2626

27-
pip install "maplibre[all] @ git+https://github.com/eodaGmbH/py-maplibregl@dev"
27+
pip install "maplibre[all] @ git+https://github.com/eoda-dev/py-maplibregl@dev"
2828

2929
# Conda
3030
conda install -c conda-forge maplibre
@@ -40,9 +40,9 @@ m = Map(MapOptions(center=(-123.1256, 49.24658), zoom=9))
4040

4141
## Documentation
4242

43-
* [Basic usage](https://eodagmbh.github.io/py-maplibregl/)
44-
* [API Documentation](https://eodagmbh.github.io/py-maplibregl/api/map/)
45-
* [Examples](https://eodagmbh.github.io/py-maplibregl/examples/every_person_in_manhattan/)
43+
* [Basic usage](https://eoda-dev.github.io/py-maplibregl/)
44+
* [API Documentation](https://eoda-dev.github.io/py-maplibregl/api/map/)
45+
* [Examples](https://eoda-dev.github.io/py-maplibregl/examples/every_person_in_manhattan/)
4646

4747
## Development
4848

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MapLibre for Python
22

3-
[MapLibre for Python](https://github.com/eodaGmbH/py-maplibregl) provides Python bindings for [MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js).
3+
[MapLibre for Python](https://github.com/eoda-dev/py-maplibregl) provides Python bindings for [MapLibre GL JS](https://github.com/maplibre/maplibre-gl-js).
44

55
It integrates seamlessly into [Shiny for Python](https://github.com/posit-dev/py-shiny) and [Jupyter](https://jupyter.org/).
66

@@ -13,7 +13,7 @@ pip install maplibre
1313
pip install "maplibre[all]"
1414

1515
# Dev
16-
pip install git+https://github.com/eodaGmbH/py-maplibregl@dev
16+
pip install git+https://github.com/eoda-dev/py-maplibregl@dev
1717
```
1818

1919
## Basic usage
@@ -37,4 +37,4 @@ from maplibre.ipywidget import MapWidget as Map
3737

3838
m = Map()
3939
m
40-
```
40+
```

0 commit comments

Comments
 (0)