Last active
September 22, 2025 14:04
-
-
Save answerquest/ec9fa9b46f96ef97ffff21d8f2bc42de to your computer and use it in GitHub Desktop.
Longitude -94.75 Line.geojson
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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