From a2fe25865c5c57b1a6d1f53619238d5e98940c12 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Mon, 20 Mar 2017 08:17:30 -0700 Subject: [PATCH] fixed linebreaks --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d2c7e7c0..a92004db 100644 --- a/README.md +++ b/README.md @@ -125,16 +125,19 @@ To set a field when an object already exists: Tile38 has support to search for objects and points that are within or intersects other objects. All object types can be searched including Polygons, MultiPolygons, GeometryCollections, etc. Search Within + #### Within WITHIN searches a collection for objects that are fully contained inside a specified bounding area.
Search Intersects + #### Intersects INTERSECTS searches a collection for objects that intersect a specified bounding area.
Search Nearby + #### Nearby NEARBY searches a collection for objects that intersect a specified radius.