diff --git a/badoldesloe.json b/badoldesloe.json index 7be7115..64fd1f6 100644 --- a/badoldesloe.json +++ b/badoldesloe.json @@ -4,8 +4,10 @@ "location": { "city": "Bad Oldesloe", "country": "DE", - "lat": 53.81, - "lon": 10.37 + "geoCode": { + "lat": 53.81, + "lon": 10.37 + } }, "contact": { "email": "kontakt@freifunk-suedholstein.de", diff --git a/lauenburg.json b/lauenburg.json index dd0466d..398ef75 100644 --- a/lauenburg.json +++ b/lauenburg.json @@ -4,8 +4,10 @@ "location": { "city": "Lauenburg", "country": "DE", - "lat": 53.37, - "lon": 10.54 + "geoCode": { + "lat": 53.37, + "lon": 10.54 + } }, "contact": { "email": "kontakt@freifunk-suedholstein.de", diff --git a/ratzeburg.json b/ratzeburg.json index 55a72e2..4470633 100644 --- a/ratzeburg.json +++ b/ratzeburg.json @@ -4,8 +4,10 @@ "location": { "city": "Ratzeburg", "country": "DE", - "lat": 53.69, - "lon": 10.77 + "geoCode": { + "lat": 53.69, + "lon": 10.77 + } }, "contact": { "email": "kontakt@freifunk-suedholstein.de", diff --git a/reinbek.json b/reinbek.json index d2086ce..5cf21e9 100644 --- a/reinbek.json +++ b/reinbek.json @@ -4,8 +4,10 @@ "location": { "city": "Reinbek", "country": "DE", - "lat": 53.51, - "lon": 10.24 + "geoCode": { + "lat": 53.51, + "lon": 10.24 + } }, "contact": { "email": "kontakt@freifunk-suedholstein.de", diff --git a/suedholstein.json b/suedholstein.json index 7d5e44e..47ce284 100644 --- a/suedholstein.json +++ b/suedholstein.json @@ -4,8 +4,10 @@ "location": { "city": "Bad Oldesloe", "country": "DE", - "lat": 53.81, - "lon": 10.37 + "geoCode": { + "lat": 53.81, + "lon": 10.37 + } }, "contact": { "email": "kontakt@freifunk-suedholstein.de",