UNPKG

terriajs

Version:

Geospatial data visualization platform.

30 lines (29 loc) 1.28 kB
{ "catalog": [ { "type": "group", "name": "Test CZML Data with template", "isOpen": true, "items": [ { "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>" } }, { "name": "test CZML with time-varying properties", "type": "czml", "url": "test/CZML/withTimeVaryingProperties.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>" } } ] } ] }