From 0ee09412bff460d70894e9b11ed3a90481a74608 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 26 Aug 2012 14:10:54 +0200 Subject: Improve detail display * add a short_description property to marker which cut desc * add options in jquery.chimere.js to customize popup display --- example_project/settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index e78751d..2aef8be 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -100,6 +100,9 @@ NOMINATIM_URL = 'http://nominatim.openstreetmap.org/search' CHIMERE_THUMBS_SCALE_HEIGHT=250 CHIMERE_THUMBS_SCALE_WIDTH=None +# length of short description +CHIMERE_SHORT_DESC_LENGTH = 400 + ADMINS = ( # ('Your Name', 'your_email@domain.com'), ) -- cgit v1.2.3