tile38/internal/buffer
tidwall 241117c7ba Added BUFFER option for Within and Intersects
This commit allows for buffering any GeoJSON object.

For example:

    INTERSECTS fleet BUFFER 1000 OBJECT {...LineString...}

This will buffer add a 1 kilometer buffer to a linesting and
search the 'fleet' collection for all objects that
intersect the buffered linestring.

This commit also allows for performing INTERSECTS with a POINT
type. Thus allowing for a polygon-over-point operation, which is
an inverted point-in-polygon.
2021-12-09 18:14:50 -07:00
..
buffer.go Added BUFFER option for Within and Intersects 2021-12-09 18:14:50 -07:00
buffer_test.go Added BUFFER option for Within and Intersects 2021-12-09 18:14:50 -07:00