Disable simplify_tolerance in Sahana Spotter template, closes #190

This commit is contained in:
Disassembler 2018-02-12 13:24:36 +01:00
parent 0455906dfc
commit 5637fb2231
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -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