Skip to content

Instantly share code, notes, and snippets.

@miya0001
Created March 22, 2022 12:46
Show Gist options
  • Save miya0001/56c3dc174f5cdf1d9565cbca0fbd3c48 to your computer and use it in GitHub Desktop.
Save miya0001/56c3dc174f5cdf1d9565cbca0fbd3c48 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"label": "This is a geojson on the gist.github.com"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
139.6870422363281,
35.73425097869431
],
[
139.76943969726562,
35.73425097869431
],
[
139.73922729492188,
35.66399091134812
],
[
139.70352172851562,
35.698571062054015
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment