Files
notifications-admin/tests/app/broadcast_areas/custom_polygons.py
Ben Thorner a210d87dee Add function method to aggregate areas
This is standalone for now - we'll plumb it in later.
2021-09-02 12:55:52 +01:00

40 lines
672 B
Python

BRISTOL = [
[51.4371, -2.6216],
[51.4371, -2.5750],
[51.4668, -2.5750],
[51.4668, -2.6216],
[51.4371, -2.6216],
]
SKYE = [
[57.1004, -6.8280],
[57.1004, -5.7733],
[57.7334, -5.7733],
[57.7334, -6.8280],
[57.1004, -6.8280],
]
SANTA_A = [
[25.8890, 66.5500],
[25.8890, 66.551],
[25.8910, 66.551],
[25.8910, 66.5500],
[25.889, 66.55000],
]
BURFORD = [
[51.8925, -1.7495],
[51.7372, -1.7825],
[51.7159, -1.5257],
[51.8866, -1.5037],
[51.8925, -1.7495],
]
CHELTENHAM = [
[51.9324, -2.1265],
[51.8633, -2.1306],
[51.8637, -2.0242],
[51.9328, -2.0221],
[51.9324, -2.1265],
]