Update examples.json
This commit is contained in:
parent
35fa94ba7b
commit
5a507f2723
@ -1,11 +1,41 @@
|
|||||||
{
|
{
|
||||||
"main": {
|
"main": {
|
||||||
"file": "car.html"
|
"file": "static_bubble_map.html"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
{
|
{
|
||||||
"title": "Misc",
|
"title": "Misc",
|
||||||
"samples": [
|
"samples": [
|
||||||
|
{
|
||||||
|
"title": "Static Bubble Map",
|
||||||
|
"desc": "",
|
||||||
|
"file": "static_bubble_map.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Static Heatmap",
|
||||||
|
"desc": "",
|
||||||
|
"file": "static_heat_map.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Static Heat Map Simle",
|
||||||
|
"desc": "",
|
||||||
|
"file": "static_heat_map_simple.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Leafleft Interaction",
|
||||||
|
"desc": "",
|
||||||
|
"file": "leafleft_interaction.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Light Bright",
|
||||||
|
"desc": "",
|
||||||
|
"file": "light_bright.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Navy Ships",
|
||||||
|
"desc": "Navy Ships over Google Maps",
|
||||||
|
"file": "navy_gmaps.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Nürburgring track",
|
"title": "Nürburgring track",
|
||||||
"desc": "A car's route at the Nürburgring track mapped in Torque.",
|
"desc": "A car's route at the Nürburgring track mapped in Torque.",
|
||||||
@ -21,21 +51,6 @@
|
|||||||
"desc": "",
|
"desc": "",
|
||||||
"file": "dual_encode.html"
|
"file": "dual_encode.html"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"title": "Leafleft Interaction",
|
|
||||||
"desc": "",
|
|
||||||
"file": "leafleft_interaction.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Light Bright",
|
|
||||||
"desc": "",
|
|
||||||
"file": "light_bright.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Navy Ships",
|
|
||||||
"desc": "Navy Ships over Google Maps",
|
|
||||||
"file": "navy_gmaps.html"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"title": "Navy Ships",
|
"title": "Navy Ships",
|
||||||
"desc": "Navy Ships over Leafleft",
|
"desc": "Navy Ships over Leafleft",
|
||||||
@ -55,22 +70,7 @@
|
|||||||
"title": "SQL",
|
"title": "SQL",
|
||||||
"desc": "",
|
"desc": "",
|
||||||
"file": "sql.html"
|
"file": "sql.html"
|
||||||
},
|
}
|
||||||
{
|
|
||||||
"title": "Static Bubble Map",
|
|
||||||
"desc": "",
|
|
||||||
"file": "static_bubble_map.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Static Heatmap",
|
|
||||||
"desc": "",
|
|
||||||
"file": "static_heat_map.html"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "Static Heat Map Simle",
|
|
||||||
"desc": "",
|
|
||||||
"file": "static_heat_map_simple.html"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user