mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-09-03 03:13:47 +02:00
Compare commits
3 Commits
v1.3.1
...
2da2395112
Author | SHA1 | Date | |
---|---|---|---|
|
2da2395112 | ||
|
4c530c6491 | ||
|
68323c567e |
@@ -157,6 +157,7 @@ def get_gdf(
|
||||
if layer in ["streets", "railway", "waterway"]:
|
||||
graph = ox.graph_from_polygon(
|
||||
bbox,
|
||||
retain_all=True,
|
||||
custom_filter=custom_filter,
|
||||
truncate_by_edge=True,
|
||||
)
|
||||
|
2
setup.py
2
setup.py
@@ -7,7 +7,7 @@ presets_dir = os.path.abspath(os.path.join(os.path.pardir, "presets"))
|
||||
|
||||
setup(
|
||||
name="prettymaps",
|
||||
version="v1.3.1",
|
||||
version="v1.3.2",
|
||||
description="A simple python library to draw pretty maps from OpenStreetMap data",
|
||||
long_description=parent_dir.joinpath("README.md").read_text(),
|
||||
long_description_content_type="text/markdown",
|
||||
|
Reference in New Issue
Block a user