Skip to content

Instantly share code, notes, and snippets.

@djdmbrwsk
Last active September 28, 2020 11:54
Show Gist options
  • Save djdmbrwsk/893bdd04420f413dc35b to your computer and use it in GitHub Desktop.
Save djdmbrwsk/893bdd04420f413dc35b to your computer and use it in GitHub Desktop.
Result of buffering a Boston lat/lon 3 miles using the turf library
Display the source blob
Display the rendered blob
Raw
{
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.05977320170496,
42.35843080018353
]
},
"properties": {}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-71.01649888396952,
42.361979728461975
],
[
-71.01649888396952,
42.35488187190508
],
[
-71.01663802628995,
42.353469136217676
],
[
-71.0180227494111,
42.34650766298515
],
[
-71.01843482921103,
42.34514921793794
],
[
-71.02115106132048,
42.338591653540696
],
[
-71.0218202426043,
42.337339703415026
],
[
-71.02576360042522,
42.331438051375976
],
[
-71.02666416693148,
42.33034070791307
],
[
-71.03168310943458,
42.32532176540999
],
[
-71.0327804528975,
42.32442119890373
],
[
-71.03868210493638,
42.32047784108292
],
[
-71.03993405506205,
42.319808659799094
],
[
-71.04649161945925,
42.31709242768963
],
[
-71.04785006450646,
42.316680347889694
],
[
-71.05481153773945,
42.31529562476848
],
[
-71.05622427342685,
42.31515648244806
],
[
-71.06332212998306,
42.31515648244806
],
[
-71.06473486567046,
42.31529562476848
],
[
-71.07169633890345,
42.316680347889694
],
[
-71.07305478395067,
42.31709242768963
],
[
-71.07961234834787,
42.319808659799094
],
[
-71.08086429847353,
42.32047784108292
],
[
-71.08676595051242,
42.32442119890373
],
[
-71.08786329397533,
42.32532176540999
],
[
-71.09288223647843,
42.33034070791307
],
[
-71.09378280298469,
42.331438051375976
],
[
-71.0977261608056,
42.337339703415026
],
[
-71.09839534208943,
42.338591653540696
],
[
-71.10111157419888,
42.34514921793794
],
[
-71.10152365399881,
42.34650766298515
],
[
-71.10290837711996,
42.353469136217676
],
[
-71.1030475194404,
42.35488187190508
],
[
-71.1030475194404,
42.361979728461975
],
[
-71.10290837711996,
42.36339246414938
],
[
-71.10152365399881,
42.37035393738191
],
[
-71.10111157419888,
42.371712382429116
],
[
-71.09839534208943,
42.37826994682636
],
[
-71.0977261608056,
42.37952189695203
],
[
-71.09378280298469,
42.38542354899108
],
[
-71.09288223647843,
42.38652089245399
],
[
-71.08786329397533,
42.391539834957065
],
[
-71.08676595051242,
42.392440401463325
],
[
-71.08086429847353,
42.396383759284134
],
[
-71.07961234834787,
42.39705294056796
],
[
-71.07305478395067,
42.39976917267742
],
[
-71.07169633890345,
42.40018125247736
],
[
-71.06473486567046,
42.40156597559857
],
[
-71.06332212998306,
42.40170511791899
],
[
-71.05622427342685,
42.40170511791899
],
[
-71.05481153773945,
42.40156597559857
],
[
-71.04785006450646,
42.40018125247736
],
[
-71.04649161945925,
42.39976917267742
],
[
-71.03993405506205,
42.39705294056796
],
[
-71.03868210493638,
42.396383759284134
],
[
-71.0327804528975,
42.392440401463325
],
[
-71.03168310943458,
42.391539834957065
],
[
-71.02666416693148,
42.38652089245399
],
[
-71.02576360042522,
42.38542354899108
],
[
-71.0218202426043,
42.37952189695203
],
[
-71.02115106132048,
42.37826994682636
],
[
-71.01843482921103,
42.371712382429116
],
[
-71.0180227494111,
42.37035393738191
],
[
-71.01663802628995,
42.36339246414938
],
[
-71.01649888396952,
42.361979728461975
]
]
]
},
"properties": {}
}
],
"type": "FeatureCollection"
}
@omar-alnayme
Copy link

Hi, did you solve the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment