Skip to content

Instantly share code, notes, and snippets.

@elijahzarlin
Last active September 14, 2018 18:40
Show Gist options
  • Select an option

  • Save elijahzarlin/3cdccad86d3337914e911b6ebcd38fb4 to your computer and use it in GitHub Desktop.

Select an option

Save elijahzarlin/3cdccad86d3337914e911b6ebcd38fb4 to your computer and use it in GitHub Desktop.
rock n' roll cartographer
var locations = turf.featureCollection([
turf.point([latitude, longitude]),
turf.point([latitude, longitude])
]);
var user = turf.point([latitude, longitude]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment