torque/examples/examples.json

78 lines
2.4 KiB
JSON
Raw Normal View History

2018-04-12 19:16:11 +08:00
{
"main": {
2018-04-18 07:34:24 +08:00
"file": "static_bubble_map.html"
2018-04-12 19:16:11 +08:00
},
"categories": [
{
"title": "Misc",
"samples": [
{
2018-04-13 20:16:27 +08:00
"title": "Static Bubble Map",
"desc": "",
"file": "static_bubble_map.html"
2018-04-12 19:16:11 +08:00
},
{
2018-04-13 20:16:27 +08:00
"title": "Static Heatmap",
2018-04-13 20:13:54 +08:00
"desc": "",
2018-04-13 20:16:27 +08:00
"file": "static_heat_map.html"
2018-04-12 19:16:11 +08:00
},
{
2018-04-13 20:16:27 +08:00
"title": "Static Heat Map Simle",
2018-04-13 20:13:54 +08:00
"desc": "",
2018-04-13 20:16:27 +08:00
"file": "static_heat_map_simple.html"
},
2018-04-12 19:16:11 +08:00
{
2018-04-13 20:13:54 +08:00
"title": "Leafleft Interaction",
"desc": "",
2018-04-12 19:32:47 +08:00
"file": "leafleft_interaction.html"
2018-04-12 19:21:50 +08:00
},
{
2018-04-13 20:13:54 +08:00
"title": "Light Bright",
"desc": "",
2018-04-12 19:32:47 +08:00
"file": "light_bright.html"
2018-04-12 19:21:50 +08:00
},
{
2018-04-13 20:13:54 +08:00
"title": "Navy Ships",
"desc": "Navy Ships over Google Maps",
2018-04-12 19:32:47 +08:00
"file": "navy_gmaps.html"
2018-04-13 20:16:27 +08:00
},
{
2018-04-18 02:37:36 +08:00
"title": "Nurburgring track",
2018-04-13 20:16:27 +08:00
"desc": "A car's route at the Nürburgring track mapped in Torque.",
"file": "car.html"
},
{
"title": "Data peek",
"desc": "",
"file": "data_peek.html"
},
{
"title": "Dual Encode",
"desc": "",
"file": "dual_encode.html"
},
2018-04-12 19:21:50 +08:00
{
2018-04-13 20:13:54 +08:00
"title": "Navy Ships",
"desc": "Navy Ships over Leafleft",
2018-04-12 19:32:47 +08:00
"file": "navy_leafletf.html"
2018-04-12 19:21:50 +08:00
},
{
2018-04-13 20:13:54 +08:00
"title": "Navy",
"desc": "",
2018-04-12 19:32:47 +08:00
"file": "navy_ol.html"
2018-04-12 19:21:50 +08:00
},
{
2018-04-13 20:13:54 +08:00
"title": "Render range Leafleft",
"desc": "",
2018-04-12 19:32:47 +08:00
"file": "render-range_leafleft.html"
2018-04-12 19:21:50 +08:00
},
{
2018-04-13 20:13:54 +08:00
"title": "SQL",
"desc": "",
2018-04-12 19:32:47 +08:00
"file": "sql.html"
2018-04-13 20:16:27 +08:00
}
2018-04-12 19:16:11 +08:00
]
}
]
}