torque/examples/examples.json

78 lines
2.3 KiB
JSON
Raw Normal View History

2018-04-12 19:16:11 +08:00
{
"main": {
2018-04-12 19:21:50 +08:00
"file": "car.html"
2018-04-12 19:16:11 +08:00
},
"categories": [
{
"title": "Misc",
"samples": [
{
2018-04-12 19:21:50 +08:00
"title": "Car",
2018-04-12 19:27:12 +08:00
"desc": "A car's route at the Nürburgring track mapped in Torque.",
2018-04-12 19:32:47 +08:00
"file": "car.html"
2018-04-12 19:16:11 +08:00
},
{
2018-04-12 19:21:50 +08:00
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "data_peek.html"
2018-04-12 19:16:11 +08:00
},
{
2018-04-12 19:21:50 +08:00
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "dual_encode.html"
2018-04-12 19:16:11 +08:00
},
{
2018-04-12 19:21:50 +08:00
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "leafleft_interaction.html"
2018-04-12 19:21:50 +08:00
},
{
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "light_bright.html"
2018-04-12 19:21:50 +08:00
},
{
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "navy_gmaps.html"
2018-04-12 19:21:50 +08:00
},
{
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "navy_leafletf.html"
2018-04-12 19:21:50 +08:00
},
{
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "navy_ol.html"
2018-04-12 19:21:50 +08:00
},
{
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "render-range_leafleft.html"
2018-04-12 19:21:50 +08:00
},
{
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "sql.html"
2018-04-12 19:21:50 +08:00
},
{
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "static_bubble_map.html"
2018-04-12 19:21:50 +08:00
},
{
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "static_heat_map.html"
2018-04-12 19:21:50 +08:00
},
{
"title": "Car",
"desc": "description",
2018-04-12 19:32:47 +08:00
"file": "static_heat_map_simple.html"
2018-04-12 19:21:50 +08:00
}
2018-04-12 19:16:11 +08:00
]
}
]
}