From bfba420c21e3c7cf1ce4a9e2a05b7a10c2ded5de Mon Sep 17 00:00:00 2001 From: Menoshe <45095385+Menoshe@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:35:11 -0800 Subject: [PATCH] Testing external script for making geojson files --- markerdata.geojson | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/markerdata.geojson b/markerdata.geojson index 10135ca..cb938e2 100644 --- a/markerdata.geojson +++ b/markerdata.geojson @@ -40,7 +40,20 @@ "type": "Point", "coordinates": [-154.040, 62.793] } + }, + { + "type": "Feature", + "properties": { + "description": "Default", + "startDate": 2024, + "endDate": 2024, + "hasImage": false + }, + "geometry": { + "type": "Point", + "coordinates": [-148.7349, 63.9646] + } } ] } - \ No newline at end of file +