Skip to content

Instantly share code, notes, and snippets.

@maptastik
Last active December 1, 2018 16:21
Show Gist options
  • Save maptastik/9d1efe44b124733982a9aceebc207438 to your computer and use it in GitHub Desktop.
Save maptastik/9d1efe44b124733982a9aceebc207438 to your computer and use it in GitHub Desktop.
Super-generalized outline of Georgetown, KY
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-84.54906463623047,
38.17046370788368
],
[
-84.59455490112305,
38.174107428338985
],
[
-84.61429595947266,
38.221054629213725
],
[
-84.59455490112305,
38.279965561875926
],
[
-84.50271606445312,
38.279965561875926
],
[
-84.50271606445312,
38.174107428338985
],
[
-84.54906463623047,
38.17046370788368
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment