Skip to content

Instantly share code, notes, and snippets.

@answerquest
Last active September 22, 2025 14:04
Show Gist options
  • Select an option

  • Save answerquest/ec9fa9b46f96ef97ffff21d8f2bc42de to your computer and use it in GitHub Desktop.

Select an option

Save answerquest/ec9fa9b46f96ef97ffff21d8f2bc42de to your computer and use it in GitHub Desktop.
Longitude -94.75 Line.geojson
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[-94.75, 90],
[-94.75, -90]
]
},
"properties": {
"name": "Longitude -94.75 Line",
"description": "Vertical line along longitude -94.75 from +90 to -90 latitude"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment