Skip to content

Commit

Permalink
Removed shapely import from osm module (opengeos#503)
Browse files Browse the repository at this point in the history
* Remove shapely import from osm module

* Update PR number
  • Loading branch information
giswqs committed Aug 9, 2023
1 parent d73f445 commit 67eb0a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.23.2 - Aug 8, 2023

**Improvement**

- Removed shapely import from osm module (#503)

## v0.23.1 - Aug 8, 2023

**Improvement**
Expand Down
1 change: 0 additions & 1 deletion leafmap/osm.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from typing import Optional, Union, Tuple, Dict, List

warnings.filterwarnings("ignore")
from shapely.geometry import Polygon, MultiPolygon


def osm_gdf_from_address(address: str, tags: Dict, dist: Optional[int] = 1000):
Expand Down

0 comments on commit 67eb0a7

Please sign in to comment.