geography - new feature (8327) Moving around the map using arrow keys and possibility to zoom from keyboard/keypad with the +/- keys

This commit is contained in:
noirauds
2015-02-15 22:42:23 +01:00
parent 45af196e03
commit 7393b483e3
9 changed files with 36 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ class GeoFamClose(GeoGraphyView):
('geography.lock', False),
('geography.center-lat', 0.0),
('geography.center-lon', 0.0),
('geography.use-keypad', True),
('geography.map_service', constants.OPENSTREETMAP),
('geography.max_places', 5000),