mirror of https://github.com/tidwall/tile38.git
fixed linebreaks
This commit is contained in:
parent
710ed96850
commit
a2fe25865c
|
@ -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.
|
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.
|
||||||
|
|
||||||
<img src="/doc/search-within.png" width="200" height="200" border="0" alt="Search Within" align="left">
|
<img src="/doc/search-within.png" width="200" height="200" border="0" alt="Search Within" align="left">
|
||||||
|
|
||||||
#### Within
|
#### Within
|
||||||
WITHIN searches a collection for objects that are fully contained inside a specified bounding area.
|
WITHIN searches a collection for objects that are fully contained inside a specified bounding area.
|
||||||
<BR CLEAR="ALL">
|
<BR CLEAR="ALL">
|
||||||
|
|
||||||
<img src="/doc/search-intersects.png" width="200" height="200" border="0" alt="Search Intersects" align="left">
|
<img src="/doc/search-intersects.png" width="200" height="200" border="0" alt="Search Intersects" align="left">
|
||||||
|
|
||||||
#### Intersects
|
#### Intersects
|
||||||
INTERSECTS searches a collection for objects that intersect a specified bounding area.
|
INTERSECTS searches a collection for objects that intersect a specified bounding area.
|
||||||
<BR CLEAR="ALL">
|
<BR CLEAR="ALL">
|
||||||
|
|
||||||
<img src="/doc/search-nearby.png" width="200" height="200" border="0" alt="Search Nearby" align="left">
|
<img src="/doc/search-nearby.png" width="200" height="200" border="0" alt="Search Nearby" align="left">
|
||||||
|
|
||||||
#### Nearby
|
#### Nearby
|
||||||
NEARBY searches a collection for objects that intersect a specified radius.
|
NEARBY searches a collection for objects that intersect a specified radius.
|
||||||
<BR CLEAR="ALL">
|
<BR CLEAR="ALL">
|
||||||
|
|
Loading…
Reference in New Issue