diff options
Diffstat (limited to 'chimere/settings.py.example')
| -rw-r--r-- | chimere/settings.py.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chimere/settings.py.example b/chimere/settings.py.example index 5a1d1fe..7761d05 100644 --- a/chimere/settings.py.example +++ b/chimere/settings.py.example @@ -21,6 +21,8 @@ GPSBABEL_OPTIONS = 'simplify,crosstrack,error=0.005k' # simplify with an ## chimere specific ## # center of the map DEFAULT_CENTER = (-1.679444, 48.114722) +# default zoom +CHIMERE_DEFAULT_ZOOM = "13" # projection used by the main map # most public map providers use spherical mercator : 900913 EPSG_PROJECTION = 900913 |
