Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed May 23, 2024
1 parent 00711df commit 951a7c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
11 changes: 9 additions & 2 deletions docs/examples/every_person_in_manhattan/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@

import pandas as pd
import shapely
from maplibre import (Layer, LayerType, Map, MapContext, MapOptions,
output_maplibregl, render_maplibregl)
from maplibre import (
Layer,
LayerType,
Map,
MapContext,
MapOptions,
output_maplibregl,
render_maplibregl,
)
from maplibre.basemaps import Carto
from maplibre.controls import ScaleControl
from maplibre.sources import GeoJSONSource
Expand Down
1 change: 0 additions & 1 deletion maplibre/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from __future__ import annotations

from htmltools import HTMLDependency, Tag

from shiny import ui
from shiny.module import resolve_id

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maplibre"
version = "0.1.4.1"
version = "0.1.5"
description = "Python bindings for MapLibre GL JS"
authors = ["Stefan Kuethe <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 951a7c3

Please sign in to comment.