Disable simplify_tolerance in Sahana Spotter template, closes #190
This commit is contained in:
parent
0455906dfc
commit
5637fb2231
@ -288,7 +288,7 @@ def config(settings):
|
||||
# Uncomment to hide the GeoNames search box
|
||||
#settings.gis.search_geonames = False
|
||||
# Uncomment to modify the Simplify Tolerance
|
||||
#settings.gis.simplify_tolerance = 0.001
|
||||
settings.gis.simplify_tolerance = 0
|
||||
# Uncomment this for highly-zoomed maps showing buildings
|
||||
#settings.gis.precision = 5
|
||||
# Uncomment to Hide the Toolbar from the main Map
|
||||
|
Loading…
Reference in New Issue
Block a user