Skip to content

Instantly share code, notes, and snippets.

@exupero
Created July 9, 2025 13:42
Show Gist options
  • Select an option

  • Save exupero/b6c4fb17a5593373321a3afe9bb6eee2 to your computer and use it in GitHub Desktop.

Select an option

Save exupero/b6c4fb17a5593373321a3afe9bb6eee2 to your computer and use it in GitHub Desktop.
XKCD's possible latitudes
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#ff0000",
"fill": "#ffffff"
},
"geometry": {
"coordinates": [
[
[
-125,
41.2
],
[
-125,
45.4
],
[
-60,
45.4
],
[
-60,
41.2
],
[
-125,
41.2
]
]
],
"type": "Polygon"
},
"id": 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment