Skip to content

Instantly share code, notes, and snippets.

@cossatot
Created September 17, 2017 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cossatot/8b8f4aa5fa82761c5f4478cc7eb199bd to your computer and use it in GitHub Desktop.
Save cossatot/8b8f4aa5fa82761c5f4478cc7eb199bd to your computer and use it in GitHub Desktop.
GeoJSON file giving a transect through the Himalaya for a critical wedge inversion
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { }, "geometry": { "type": "LineString", "coordinates": [ [ 86.726076180492427, 28.316242486999244 ], [ 86.227447992775325, 26.592723316411835 ] ] } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment