diff options
Diffstat (limited to 'app/locations')
-rw-r--r-- | app/locations/admin.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/locations/admin.py b/app/locations/admin.py index 4a52778..62e86fa 100644 --- a/app/locations/admin.py +++ b/app/locations/admin.py @@ -241,3 +241,6 @@ admin.site.register(Route, RouteAdmin) @admin.register(CheckIn) class CheckInAdmin(OLAdminBase): list_display = ('date', 'location') + # options for OSM map Using custom ESRI topo map + default_lat, default_lon = get_latlon() + default_zoom = 9 |