Skip to content

Instantly share code, notes, and snippets.

@petomalina
Created February 9, 2016 09:43
Show Gist options
  • Save petomalina/6e466737119e0a0466e2 to your computer and use it in GitHub Desktop.
Save petomalina/6e466737119e0a0466e2 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": [
[
-74.0095717,
40.712369
],
[
-74.01015,
40.71206
],
[
-74.01164,
40.71273
],
[
-74.01253,
40.71315
],
[
-74.01368,
40.71369
],
[
-74.01409,
40.71384
],
[
-74.0149419,
40.7138098
]
]
},
"properties": {
"color": "#1a9bfacc",
"width": 4
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.0095717,
40.712369
]
},
"properties": {
"image": "https://s3-eu-west-1.amazonaws.com/tb-cdn-tripomatic/persistent/static-map/default-marker.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.0149419,
40.7138098
]
},
"properties": {
"image": "https://s3-eu-west-1.amazonaws.com/tb-cdn-tripomatic/persistent/static-map/default-marker.png"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.012103,
40.707944
]
},
"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": [
-74.0149419,
40.707944,
-74.0095717,
40.71412
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment