Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,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 Lat, min
Lon, max Lat, max Lon), and we can search for instances within the
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
bounding box, e.g.:
``/location/?in_bbox=-90,29,-89,35``.

Expand Down