-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename settings memory, timeout, nominatim_endpoint, overpass_endpoint #1136
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## xml #1136 +/- ##
=======================================
Coverage 98.10% 98.10%
=======================================
Files 25 25
Lines 2422 2422
=======================================
Hits 2376 2376
Misses 46 46 ☔ View full report in Codecov by Sentry. |
The first pre-release OSMnx v2 beta has been released. Testers needed! See #1123 for details. |
This PR renames some settings module settings for better clarity in v2. These renamed settings have been deprecated for v1 release in #1138.
settings.memory
->settings.overpass_memory
settings.timeout
->settings.requests_timeout
settings.nominatim_endpoint
->settings.nominatim_url
settings.overpass_endpoint
->settings.overpass_url
Builds on #1129. See also #1106.