From ebcc89b307f10a20f1558414e16ea735ef52e7eb Mon Sep 17 00:00:00 2001 From: Alain Brenzikofer Date: Mon, 23 Oct 2023 13:06:46 +0200 Subject: [PATCH] add locations for Nyota --- client/test-data/nyota.json | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/client/test-data/nyota.json b/client/test-data/nyota.json index 8e606e87..c3e3ac79 100644 --- a/client/test-data/nyota.json +++ b/client/test-data/nyota.json @@ -34,6 +34,50 @@ ], "type": "Point" } + }, + { + "type": "Feature", + "properties": {}, + "geometry": { + "coordinates": [ + 39.24226859097146, + -6.8129594189683615 + ], + "type": "Point" + } + }, + { + "type": "Feature", + "properties": {}, + "geometry": { + "coordinates": [ + 39.24288864914121, + -6.812647581069896 + ], + "type": "Point" + } + }, + { + "type": "Feature", + "properties": {}, + "geometry": { + "coordinates": [ + 39.24255446194613, + -6.813830964840719 + ], + "type": "Point" + } + }, + { + "type": "Feature", + "properties": {}, + "geometry": { + "coordinates": [ + 39.2437905519335, + -6.813199294136979 + ], + "type": "Point" + } } ] }