@@ -279,20 +279,11 @@ Apply a Location Filter
279279You can apply a filter to the map to only analyze a specific
280280range of points. To define a location filter:
281281
282- 1. Depending on the shape of filter you want to create, click the
283- :guilabel:`Circle` or :guilabel:`Polygon` button at
284- the top-right of the map.
285-
286- #. Draw filters around the area of the map
287- you want to analyze. You may draw multiple filters on a single map.
288-
289- - To draw a :guilabel:`Circle`, click to place the center point and
290- drag to adjust the diameter of the circle.
291-
292- - To draw a :guilabel:`Polygon`, click to place vertices. Each
293- vertex is connected to the previous vertex by a line. To
294- finish the polygon, close it by clicking on your first vertex. You
295- must place at least 3 vertices to construct a polygon.
282+ 1. Click the :guilabel:`Circle` button at the top-right
283+ of the map.
284+
285+ #. Click and drag on the map to draw a circle containing the area of
286+ the map you want to analyze.
296287
297288#. Repeat this process as desired to include additional areas of
298289 the map in the schema analysis.
@@ -306,14 +297,6 @@ the exact coordinates used in the
306297:manual:`$geoWithin </reference/operator/query/geoWithin/>` query
307298applied to the schema analysis.
308299
309- :guilabel:`Circle` filter queries use ``$geoWithin`` with the
310- :manual:`$centerSphere </reference/operator/query/centerSphere/>`
311- operator.
312-
313- :guilabel:`Polygon` filter queries use ``$geoWithin`` with the
314- :manual:`$geometry </reference/operator/query/geometry/>`
315- operator set to ``type: "Polygon"``.
316-
317300If you specify multiple location filters, the query becomes
318301an :manual:`$or </reference/operator/query/or/>` query
319302with multiple ``$geoWithin`` operators.
@@ -329,19 +312,11 @@ looks like this:
329312 :figwidth: 575px
330313 :alt: Image showing map filter editing
331314
332- Edit a :guilabel:`Circle`
333- - To move a circle filter, click and drag the square in the center of
334- the circle.
335-
336- - To resize a circle filter, click and drag the square at the edge of
337- the circle.
338-
339- Edit a :guilabel:`Polygon`
340- - To reposition a vertex of a polygon filter, click and drag the
341- square on that vertex.
315+ To move a filter
316+ Click and drag the square in the center of the circle.
342317
343- - To add a vertex to a polygon filter, click and drag the square at
344- the center of an existing line .
318+ To resize a filter
319+ Click and drag the square at the edge of the circle .
345320
346321After modifying your filters, click :guilabel:`Save`.
347322
0 commit comments