Skip to content

fix: parse bbox into expr#246

Open
gadomski wants to merge 2 commits into
mainfrom
issues/245-bbox-to-sql
Open

fix: parse bbox into expr#246
gadomski wants to merge 2 commits into
mainfrom
issues/245-bbox-to-sql

Conversation

@gadomski

Copy link
Copy Markdown
Collaborator

Closes #245

Command-line check:

$ cargo run -- -o sql " s_overlaps(geom,BBox(9.978199, 53.541309, 10.010294, 53.557241))"
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s
     Running `target/debug/cql2 -o sql ' s_overlaps(geom,BBox(9.978199, 53.541309, 10.010294, 53.557241))'`
st_overlaps(geom, st_makeenvelope(9.978199, 53.541309, 10.010294, 53.557241))

@gadomski
gadomski requested a review from bitner July 15, 2026 18:28
@gadomski gadomski self-assigned this Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

to_sql() method is not converting BBox

1 participant