deprecate some settings module settings and save_graph_xml function params #1138
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
settings
module'sdefault_accept_language
,default_referer
,default_user_agent
,memory
,nominatim_endpoint
,overpass_endpoint
, andtimeout
settings (renamed for v2.0.0 release in rename settings module's default_accept_language, default_referer, and default_user_agent #1129 and Rename settings memory, timeout, nominatim_endpoint, overpass_endpoint #1136)settings
module'sosm_xml_node_attrs
,osm_xml_node_tags
,osm_xml_way_attrs
, andosm_xml_way_tags
settings (removed for v2.0.0 release in Improve OSM XML file saving #1135)save_graph_xml
function'snode_tags
,node_attrs
,edge_tags
,edge_attrs
,edge_tag_aggs
,merge_edges
,oneway
,api_version
, andprecision
parameters (removed for v2.0.0 release in Improve OSM XML file saving #1135)See also #1106