Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@allthesignals
Created December 17, 2019 03:40
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 allthesignals/4f30a427e0ccdb4b1e86d8b01f9c76f5 to your computer and use it in GitHub Desktop.
Save allthesignals/4f30a427e0ccdb4b1e86d8b01f9c76f5 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
const BBox = turfBbox({
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-77.76123046875,
41.541477666790286
],
[
-76.2890625,
41.541477666790286
],
[
-76.2890625,
42.114523952464246
],
[
-77.76123046875,
42.114523952464246
],
[
-77.76123046875,
41.541477666790286
]
]
]
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment