From 4389cd8a70e0a4e73cdeb7b33f7055f54d387118 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Thu, 29 Aug 2013 11:29:13 +0200 Subject: [PATCH] Fix typo in README (fixes #26) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a9f4e65c..76666515 100644 --- a/README.rst +++ b/README.rst @@ -250,7 +250,7 @@ Advanced usage * ``callback``: javascript function name for initialization callback. (Default: None). -* ``fixextent``: control if map initial view shoud be set to extent setting. +* ``fitextent``: control if map initial view shoud be set to extent setting. (Default: ``True``). Setting fixextent to ``False`` will prevent view reset and scale controls to be added.