terriajs
Version:
Geospatial data visualization platform.
10 lines (9 loc) • 460 B
JSON
{
"name": "test CZML with properties",
"type": "czml",
"url": "test/CZML/withProperties.czml",
"featureInfoTemplate": {
"name": "{{Name}} {{Asset type}}",
"template": "<table><tbody><tr><td>Name:</td><td>{{Name}}</td></tr><tr><td>Type:</td><td>{{Type}}</td></tr></tbody></table><br /><table><tbody><tr><td>Year</td><td>Capacity</td></tr>{{#Support table}}<tr><td>{{Year}}</td><td>{{Capacity}}</td></tr>{{/Support table}}</tbody></table>"
}
}