Skip to content

Commit 1f91fb6

Browse files
committed
bump
1 parent 043053a commit 1f91fb6

File tree

2 files changed

+692
-398
lines changed

2 files changed

+692
-398
lines changed

written/posts/2025-01-26.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The queries focused on nodes, ways, or relations and their associated tags.
2020
For example, to find all the Starbucks locations in Colorado, you could use the
2121
following endpoint and query parameter:
2222

23-
**Endpoint:** `/api/search`\
24-
**Query parameter:** `search=nwr[name=Starbucks](area=colorado)`
23+
- **Endpoint:** `/api/search`
24+
- **Query parameter:** `search=nwr[name=Starbucks](area=colorado)`
2525

2626
The response would return a GeoJSON FeatureCollection, as shown below:
2727

@@ -118,8 +118,8 @@ functions for tasks like clustering and distance calculations. The result was a
118118
dramatic improvement in performance, reducing query times to sub-second ranges
119119
while minimizing data transfer.
120120

121-
**Endpoint:** `/api/runtime`\
122-
**Query parameter:** `source=<url encoded JavaScript file>`
121+
- **Endpoint:** `/api/runtime`
122+
- **Query parameter:** `source=<url encoded JavaScript file>`
123123

124124
```js
125125
const coffeeShops = query.execute(`nwr[amenity=cafe][name](area=colorado)`);

0 commit comments

Comments
 (0)