Skip to content

Support for boxes #37

@EvanCarroll

Description

@EvanCarroll

I'm currently making a rest API that needs to take the cords to construct a bounding box for a query. It would be great if rust-postgis had types for Box2d and Box3d. This would allow me to do things like..

SELECT *
FROM table
WHERE $1 && table.geog;
SELECT *
FROM table
WHERE ST_Intersects($1, table.geog);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions