Skip to content

Instantly share code, notes, and snippets.

@ilyachenko
Created October 3, 2016 21:24
Show Gist options
  • Save ilyachenko/326002eed94762841ee0c30f26dbf1c9 to your computer and use it in GitHub Desktop.
Save ilyachenko/326002eed94762841ee0c30f26dbf1c9 to your computer and use it in GitHub Desktop.
// Point
{
name : "Timmy's Taco Truck",
loc : {
type : "Point",
coordinates : [ 37.7577 , -122.4376 ]
}
}
// Polygon (Square)
{
name: "Truckapalooza Square",
loc : {
type : "Polygon",
coordinates : [ [ [ 0 , 0 ] , [ 0 , 1 ] , [ 1 , 1 ] , [ 1 , 0 ] , [ 0 , 0 ] ] ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment