Skip to content

Commit

Permalink
fix: Try to get docs to publich to the wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Aug 16, 2023
1 parent eec2adc commit edf2650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
USER_TOKEN: ${{ secrets.WIKI_DEPLOY_TOKEN }}
USER_NAME: svcfmtm
USER_EMAIL: [email protected]
# ORG: ${{ github.event.repository.owner.name }}
ORG: hotosm
REPO_NAME: ${{ github.event.repository.name }}

Expand Down
3 changes: 2 additions & 1 deletion docs/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ the datbase is huge, this limits the area the query is performed in.
The filters do the real work of this format. The *tags* keyword is
followed by the desired geometry, which determine which database
tables get searched. If *all_geometry* is supplied, then all the
tables are queried.
tables are queried. It can also be *centroid*, which then returns onl
points.

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

0 comments on commit edf2650

Please sign in to comment.