Move geocoder constants to application configuration to avoid test warnings.
This commit is contained in:
parent
d58d7e30ea
commit
f7cbff9a5a
2 changed files with 10 additions and 7 deletions
|
@ -7,6 +7,10 @@ standard_settings: &standard_settings
|
|||
max_number_of_nodes: 50000
|
||||
# Maximum number of nodes that can be in a way (checked on save)
|
||||
max_number_of_way_nodes: 2000
|
||||
# Zoom level to use for postcode results from the geocoder
|
||||
postcode_zoom: 15
|
||||
# Zoom level to use for geonames results from the geocoder
|
||||
geonames_zoom: 12
|
||||
|
||||
development:
|
||||
<<: *standard_settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue