Add files via upload

This commit is contained in:
Thomas 2023-10-27 13:54:17 +02:00 committed by GitHub
parent 2bb0d1562c
commit 02e280157c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
-- Name: ZON-100 - Normal Zone
-- Author: FlightControl
-- Date Created: 21 Feb 2017
-- Updated: 27 Oct 2023
--
-- # Situation:
--
@ -19,7 +20,7 @@ GroupInside = GROUP:FindByName( "Test Inside Polygon" )
GroupOutside = GROUP:FindByName( "Test Outside Polygon" )
ZoneA = ZONE:New( "Zone A" )
ZoneA:BoundZone( 90 )
ZoneA:BoundZone( 90, country.id.CHINA, false )
Messager = SCHEDULER:New( nil,
function()