Skip to content

Commit

Permalink
FIXME re error message
Browse files Browse the repository at this point in the history
  • Loading branch information
uniomni committed Jun 24, 2011
1 parent b311554 commit f3de044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions impact/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down

0 comments on commit f3de044

Please sign in to comment.