Opened 5 years ago
Closed 4 years ago
#4593 closed defect (fixed)
doc: && not googleable by "postgres select points by extent"
Reported by: | komzpa | Owned by: | komzpa |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.1.0 |
Component: | documentation | Version: | master |
Keywords: | Cc: |
Description
User struggled writing a point-in-polygon query. Initial google search was "postgres select points by extent". It brought user to ST_Extent, and later ST_Within.
Instead:
- it should have brought user to && which should say word "extent" more
- ST_Extent should have example to &&
- && should recommend checking if ST_Intersects is fine too
Note:
See TracTickets
for help on using tickets.
Add cross-reference from && to ST_Intersects and vice versa