Skip to content

Commit

Permalink
Testing external script for making geojson files
Browse files Browse the repository at this point in the history
  • Loading branch information
Menoshe authored Mar 26, 2024
1 parent 301b3f1 commit bfba420
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion markerdata.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -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]
}
}
]
}


0 comments on commit bfba420

Please sign in to comment.