Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 71d85b2

Browse files
author
Hans Kristian Flaatten
committed
fix(docs): removing leading "~" from bbox and near examples
1 parent ecd79bb commit 71d85b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ useful when building an API and accepting various user specificed queries.
4444

4545
| operation | query string | query object |
4646
|-----------|---------------|--------------|
47-
| bbox | `?bbox=~0,1,2,3` | `{ geojson: { $geoWithin: { $geometry: { … } } } }` |
48-
| near | `?near=~0,1` | `{ geojson: { $near: { $geometry: { … } } } }` |
47+
| bbox | `?bbox=0,1,2,3` | `{ geojson: { $geoWithin: { $geometry: { … } } } }` |
48+
| near | `?near=0,1` | `{ geojson: { $near: { $geometry: { … } } } }` |
4949

5050
* Custom query functions
5151
* `after` (date)

0 commit comments

Comments
 (0)