From f3de044dc66727562875dfaf506680b5089a4162 Mon Sep 17 00:00:00 2001 From: Ole Nielsen Date: Fri, 24 Jun 2011 10:53:20 +0700 Subject: [PATCH] FIXME re error message --- impact/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/impact/views.py b/impact/views.py index 9cadcae..abea079 100644 --- a/impact/views.py +++ b/impact/views.py @@ -88,6 +88,7 @@ def calculate(request, save_output=dummy_save): intersection = bbox_intersection(vpt_bbox, haz_bbox, exp_bbox) if intersection is None: # Bounding boxes did not overlap + # FIXME (Ole): Still need to bring this message forward to app msg = ('Bounding boxes of hazard data, exposure data and ' 'viewport did not overlap, so no computation was ' 'done. Please try again.')