Skip to content

Instantly share code, notes, and snippets.

@petomalina
Created February 12, 2016 00:12
Show Gist options
  • Save petomalina/56d97e41709f75b17f33 to your computer and use it in GitHub Desktop.
Save petomalina/56d97e41709f75b17f33 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry" : {
"type": "LineString",
"coordinates": [
[
40.71248,
-74.00984
],
[
40.71206,
-74.01015
],
[
40.707944,
-74.012103
],
[
40.71315,
-74.01253
],
[
40.71369,
-74.01368
],
[
40.71384,
-74.01409
],
[
40.71412,
-74.0147
]
]
},
"properties": {
"color": "#1a9bfacc",
"width": 4
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
40.71248,
-74.00984
]
},
"properties": {
"image": "https://s3-eu-west-1.amazonaws.com/tb-cdn-tripomatic/persistent/static-map/default-marker.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
40.71412,
-74.0147
]
},
"properties": {
"image": "https://s3-eu-west-1.amazonaws.com/tb-cdn-tripomatic/persistent/static-map/default-marker.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
40.707944,
-74.012103
]
},
"properties": {
"image": "https://s3-eu-west-1.amazonaws.com/tb-cdn-tripomatic/persistent/static-map/default-marker.png"
}
}
],
"properties": {
"output": {
"width": 400,
"height": 300
}
},
"bbox": [
40.707944,
-74.0149419,
40.7138098,
-74.0095717
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment