diff --git a/README.md b/README.md index f24792d..ea166a9 100644 --- a/README.md +++ b/README.md @@ -94,28 +94,7 @@ prettymaps.presets() to list all available presets: - -```python -prettymaps.presets() -``` - - - -
- @@ -362,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'] ``` - - -
-
@@ -948,19 +906,6 @@ display(prettymaps.presets())
-
@@ -1025,19 +970,6 @@ display(prettymaps.presets())
-