List of Combo Overlay examples: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
The [[Unit Size (Category Value)|unit size]] category values can be used to identify and rasterize residences, in combination with a <code>GT</code> (Greater than) function with multiple arguments. To setup:
The [[Unit Size (Category Value)|unit size]] category values can be used to identify and rasterize residences, in combination with a <code>GT</code> (Greater than) function with multiple arguments. To setup:
*Set Combo [[Maplink]] to Buildings
*Set Combo [[Maplink]] to Buildings
*Set [[A (Combo Overlay|Key A]] to SOCIAL_UNIT_SIZE_M2
*Set [[A (Combo Overlay)|Key A]] to SOCIAL_UNIT_SIZE_M2
*Set [[B (Combo Overlay|Key B]] to NORMAL_UNIT_SIZE_M2
*Set [[B (Combo Overlay)|Key B]] to NORMAL_UNIT_SIZE_M2
*Set [[C (Combo Overlay|Key C]] to LUXE_UNIT_SIZE_M2
*Set [[C (Combo Overlay)|Key C]] to LUXE_UNIT_SIZE_M2
*Set [[D (Combo Overlay|Key D]] to STUDENT_UNIT_SIZE_M2
*Set [[D (Combo Overlay)|Key D]] to STUDENT_UNIT_SIZE_M2
*Set [[E (Combo Overlay|Key E]] to SENIOR_UNIT_SIZE_M2
*Set [[E (Combo Overlay)|Key E]] to SENIOR_UNIT_SIZE_M2
*Set Formula to: <code>GT(@A,@B,@C,@D,@E)
*Set Formula to: <code>GT(@A,@B,@C,@D,@E)



Revision as of 14:50, 29 June 2026

Solid Buildings

The attribute SOLID generally has a value of 0 or 1. It can therefore be used directly in a Combo Overlay Formula.

  • Set Combo Maplink to BUILDINGS
  • Set Key A to SOLID
  • Set Formula to: @A

Residential Buildings

The unit size category values can be used to identify and rasterize residences, in combination with a GT (Greater than) function with multiple arguments. To setup:

  • Set Combo Maplink to Buildings
  • Set Key A to SOCIAL_UNIT_SIZE_M2
  • Set Key B to NORMAL_UNIT_SIZE_M2
  • Set Key C to LUXE_UNIT_SIZE_M2
  • Set Key D to STUDENT_UNIT_SIZE_M2
  • Set Key E to SENIOR_UNIT_SIZE_M2
  • Set Formula to: GT(@A,@B,@C,@D,@E)