vitaly-m / postgis-diesel

Postgis types extension for Diesel framework
MIT License
37 stars 15 forks source link

Supporting ST_within #12

Closed Zizico2 closed 1 year ago

Zizico2 commented 1 year ago

Is there any reason ST_within was left out but ST_contains is implemented? I could try to implement this if you would accept a contribution for that.

Zizico2 commented 1 year ago

Ok, I looked into the code and realized the question isn't that well phrased. But still the core is would there be interest in supporting within or any other postgis function

Zizico2 commented 1 year ago

Aaaaaand close this I shall. I guess within is just contained_by

vitaly-m commented 1 year ago

Hi @Zizico2, function has been supported in v2.1.0 as well as others from Topological Relationships section.