Skip to content

Commit edf2650

Browse files
committed
fix: Try to get docs to publich to the wiki
1 parent eec2adc commit edf2650

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wiki.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
USER_TOKEN: ${{ secrets.WIKI_DEPLOY_TOKEN }}
1313
USER_NAME: svcfmtm
1414
USER_EMAIL: [email protected]
15-
# ORG: ${{ github.event.repository.owner.name }}
1615
ORG: hotosm
1716
REPO_NAME: ${{ github.event.repository.name }}
1817

docs/json.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ the datbase is huge, this limits the area the query is performed in.
1818
The filters do the real work of this format. The *tags* keyword is
1919
followed by the desired geometry, which determine which database
2020
tables get searched. If *all_geometry* is supplied, then all the
21-
tables are queried.
21+
tables are queried. It can also be *centroid*, which then returns onl
22+
points.
2223

2324
The syntax is the same for the **join_or** keyword, or the
2425
**join_and** keyword. It's a list of keyword/value pairs. If it's an

0 commit comments

Comments
 (0)