Skip to content

Commit 61f8c18

Browse files
authored
Merge pull request #141 from jeffcjohnson/master
Update README.rst
2 parents 50764ca + 6903eb4 commit 61f8c18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,8 @@ a certain bounding box.
485485
filter_backends = (InBBoxFilter, )
486486
bbox_filter_include_overlapping = True # Optional
487487
488-
We can then filter in the URL, using Bounding Box format (min Lat, min
489-
Lon, max Lat, max Lon), and we can search for instances within the
488+
We can then filter in the URL, using Bounding Box format (min Lon, min
489+
Lat, max Lon, max Lat), and we can search for instances within the
490490
bounding box, e.g.:
491491
``/location/?in_bbox=-90,29,-89,35``.
492492

0 commit comments

Comments
 (0)