Skip to content

Instantly share code, notes, and snippets.

@chris-cooper
Created October 11, 2015 23:05
Show Gist options
  • Select an option

  • Save chris-cooper/ece697a4891599fa9821 to your computer and use it in GitHub Desktop.

Select an option

Save chris-cooper/ece697a4891599fa9821 to your computer and use it in GitHub Desktop.
A simple DZML example for doarama.com
[{
"id": "document",
"version": "1.0"
}, {
"id": "Office",
"availability": "2012-06-20T16:00:00Z/2020-06-20T16:02:00Z",
"position": {
"cartographicDegrees": [151.1951317, -33.9053295, 0.0]
},
"billboard": {
"color": {
"rgba": [
255, 0, 0, 255
]
},
"horizontalOrigin": "CENTER",
"image": "https://placehold.it/350x150.jpg?text=Doarama",
"scale": 1.0,
"show": [{
"interval": "2012-06-20T16:00:00Z/2020-06-20T16:02:00Z",
"boolean": true
}],
"verticalOrigin": "CENTER"
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment