Skip to content

Commit

Permalink
Corrected wrong bounding box params in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yamila-moreno authored and nemesifier committed Dec 22, 2016
1 parent 654cc8b commit 7f0c904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -483,8 +483,8 @@ a certain bounding box.
filter_backends = (InBBoxFilter, )
bbox_filter_include_overlapping = True # Optional
We can then filter in the URL, using Bounding Box format (min Lon, min
Lat, max Lon, max Lat), and we can search for instances within the
We can then filter in the URL, using Bounding Box format (min Lat, min
Lon, max Lat, max Lon), and we can search for instances within the
bounding box, e.g.:
``/location/?in_bbox=-90,29,-89,35``.

Expand Down

0 comments on commit 7f0c904

Please sign in to comment.