Skip to content

Commit

Permalink
update cql2
Browse files Browse the repository at this point in the history
  • Loading branch information
marina-rug committed Dec 19, 2024
1 parent 327e3b2 commit cd450b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/citydb-tool/cql2.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,10 @@ Use spatial functions to filter based on the spatial relationship of geometries.
- `contains`: Returns true if one geometry contains another.
- `within`: Returns true if one geometry is within another.

#### Example

```bash
citydb export citygml --filter="S_INTERSECTS(Envelope, BBOX(-560.8678155819734, 604.1012795512906, -553.8099297783192, 627.1318523068805))" @options.txt -o=output.gml
```


0 comments on commit cd450b1

Please sign in to comment.