Skip to content

Instantly share code, notes, and snippets.

@skaag
Created July 23, 2024 20:36
Show Gist options
  • Save skaag/ab8dda153d7e8d221b176c907712581a to your computer and use it in GitHub Desktop.
Save skaag/ab8dda153d7e8d221b176c907712581a to your computer and use it in GitHub Desktop.
BRC Sun Path
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Sun Path",
"stroke": "#FFA500",
"stroke-width": 2
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-119.11124765011802,
40.80952915424534
],
[
-119.30616615914374,
40.80181153634037
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment