I want to have zones for different locations where I often stay. The script expects these locations as YAML input, here is an example:
Code: Select all
Mode: Load # Should be 'Default', 'Load' or 'Dump'
Country: Germany
Zones:
Berlin:
Latitude: 52.5069386
Longitude: 13.2599274
MaxDistance: 100
Muenchen:
Latitude: 48.1549958
Longitude: 11.4594357
MaxDistance: 150
Frankfurt:
Latitude: 50.1210147
Longitude: 8.3247634
MaxDistance: 100