Skip to content

Commit

Permalink
Merge pull request chrieke#39 from chrieke/reactivate_caching
Browse files Browse the repository at this point in the history
reactivate osmnx caching
  • Loading branch information
chrieke authored Aug 25, 2023
2 parents 9bedc51 + eed4ddb commit 8cab287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettymapp/osm.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from prettymapp.geo import explode_multigeometries
from prettymapp.settings import LC_SETTINGS

settings.use_cache = False
settings.use_cache = True
settings.log_console = False


Expand Down

0 comments on commit 8cab287

Please sign in to comment.