Skip to content

Commit 6903eb4

Browse files
authored
Update README.rst
Latitude and longitude are documented in the wrong order for in_bbox filter.
1 parent 50764ca commit 6903eb4

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)