We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50764ca + 6903eb4 commit 61f8c18Copy full SHA for 61f8c18
README.rst
@@ -485,8 +485,8 @@ a certain bounding box.
485
filter_backends = (InBBoxFilter, )
486
bbox_filter_include_overlapping = True # Optional
487
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
+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
490
bounding box, e.g.:
491
``/location/?in_bbox=-90,29,-89,35``.
492
0 commit comments