Skip to content

Instantly share code, notes, and snippets.

@smellman
Created March 12, 2020 14:28
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 smellman/e212ab22ec70495b2a4f9db3b9eba720 to your computer and use it in GitHub Desktop.
Save smellman/e212ab22ec70495b2a4f9db3b9eba720 to your computer and use it in GitHub Desktop.
shinjuku station area
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
139.695239,
35.685448
],
[
139.706397,
35.685448
],
[
139.706397,
35.694493
],
[
139.695239,
35.694493
],
[
139.695239,
35.685448
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment