Skip to content

Instantly share code, notes, and snippets.

@petomalina
Created February 12, 2016 00:13
Show Gist options
  • Save petomalina/765825885545da99af59 to your computer and use it in GitHub Desktop.
Save petomalina/765825885545da99af59 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"bbox": [100.0, 0.0, 105.0, 1.0],
"features": [
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ]
},
"properties": {
"color": "#ff0000ff",
"width": 20
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [101.1, 0.5]
},
"properties": {
"image": "https://example.com/marker.png"
}
}
],
"properties": {
"output": {
"width": 1400,
"height": 2000
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment