diff --git a/fetch.py b/fetch.py index e291857..141023e 100755 --- a/fetch.py +++ b/fetch.py @@ -91,7 +91,7 @@ def fetch(url='https://www.legifrance.gouv.fr/eli/arrete/2018/10/12/PRMD1824595A del lst # Atolls elif area["zone"].strip() == "atolls et eaux territoriales incluses": - area["zone"] = [("cercle", 3500.0, "138.9022", "21.82917"), ("cercle", "27KM", "138.7425", "22.23528")] + area["zone"] = [("cercle", 35000.0, -138.9022, -21.82917), ("cercle", 27000, -138.7425, -22.23528)] return diclist