diff --git a/backend.py b/backend.py index 7741e04..12a1a60 100644 --- a/backend.py +++ b/backend.py @@ -126,7 +126,7 @@ SELECT '{"type":"Feature", "properties": '|| (events_tags::jsonb || jsonb_build_ JOIN geo ON (hash=events_geo) """ + event_bbox +""" WHERE events_when && """+ event_when + event_what + event_type +""" ORDER BY createdate DESC - LIMIT 50; + LIMIT 200; """) resp.body = """{"type":"FeatureCollection", "features": [ """+""",