Skip to content

Instantly share code, notes, and snippets.

@mapsam
Created October 8, 2016 17:50
Show Gist options
  • Save mapsam/8729f5c8872784faf2bbb066e7a51419 to your computer and use it in GitHub Desktop.
Save mapsam/8729f5c8872784faf2bbb066e7a51419 to your computer and use it in GitHub Desktop.
mapbox-tile-copy geojson
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-60.1171875,
11.178401873711785
],
[
-60.1171875,
58.99531118795094
],
[
68.90625,
58.99531118795094
],
[
68.90625,
11.178401873711785
],
[
-60.1171875,
11.178401873711785
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment