From fa56dc51e9f84b42a84d8a1fb65caf51ebd2e736 Mon Sep 17 00:00:00 2001 From: Marcelo de Oliveira Rosa Prates Date: Tue, 8 Nov 2022 12:55:31 -0300 Subject: [PATCH 1/4] Update README.md --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index f24792d..686f65b 100644 --- a/README.md +++ b/README.md @@ -103,19 +103,6 @@ prettymaps.presets()
- From 0dbf445bf707dd3e8c8fc7f45c1fc08b20379b93 Mon Sep 17 00:00:00 2001 From: Marcelo de Oliveira Rosa Prates Date: Tue, 8 Nov 2022 12:56:04 -0300 Subject: [PATCH 2/4] Update README.md --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 686f65b..2080f40 100644 --- a/README.md +++ b/README.md @@ -94,14 +94,6 @@ prettymaps.presets() to list all available presets: - -```python -prettymaps.presets() -``` - - - -
From 066309e4b1941a2f192156f56eb068aaf128917f Mon Sep 17 00:00:00 2001 From: Marcelo de Oliveira Rosa Prates Date: Tue, 8 Nov 2022 12:57:53 -0300 Subject: [PATCH 3/4] Update README.md --- README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/README.md b/README.md index 2080f40..b06ab32 100644 --- a/README.md +++ b/README.md @@ -341,38 +341,17 @@ plot = prettymaps.plot( ) ``` - - ![png](README_files/README_16_0.png) - - - + You can access layers's GeoDataFrames directly like this: - ```python # Run prettymaps in show = False mode (we're only interested in obtaining the GeoDataFrames) plot = prettymaps.plot('Centro Histórico, Porto Alegre', show = False) plot.geodataframes['building'] ``` - - -
-
From 1389564c0c2c26b6548784ec3558819f47049418 Mon Sep 17 00:00:00 2001 From: Marcelo de Oliveira Rosa Prates Date: Tue, 8 Nov 2022 12:59:17 -0300 Subject: [PATCH 4/4] Update README.md --- README.md | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/README.md b/README.md index b06ab32..ea166a9 100644 --- a/README.md +++ b/README.md @@ -906,19 +906,6 @@ display(prettymaps.presets())
-
@@ -983,19 +970,6 @@ display(prettymaps.presets())
-