Combo Overlay with average overlays

From Tygron Support wiki
Jump to navigation Jump to search

This page describes a use case for implementing a combo overlay.

Use Case Description

In an area, the locations for a clinic, a school and a sports center are known. Which area contains all three locations within a one-kilometer range?

For this we need to create three average grid overlays, one for each location. Each location needs to have an identifying attribute assigned to it. Then we need to combine these three overlays in a new combo overlay, linking all three average overlays with a logical formula.

Formula

To identify the area within range of all three buildings, use the following formula from the operators table:

MIN(A, B, C)

Where A, B and C are the average grid overlays.

How to

How to add a Combo Overlay with features:
  1. Give each building or area you want to include a specific attribute (ex: 'FOO', 'BAR', 'BOO',...)
  2. Create three Average Overlays, set the cell averaging distance to the desired range
  3. Add a Combo Overlay and select the Average overlays in each slot (A,B and C)
  4. Enter the formula in the Formula field
  5. Enable and adjust the custom legend
  6. Select 'Update Now' in case auto-update was disabled