Add new 'Static' category to examples and remove description

This commit is contained in:
Víctor Velarde 2019-03-08 11:36:18 +01:00
parent 9b680db46c
commit 9f66475278

View File

@ -4,46 +4,51 @@
}, },
"categories": [ "categories": [
{ {
"title": "Misc", "title": "Static",
"samples": [ "samples": [
{ {
"title": "Static Bubble Map", "title": "Bubble Map",
"desc": "", "desc": "",
"file": "static_bubble_map.html" "file": "static_bubble_map.html"
}, },
{ {
"title": "Static Heatmap", "title": "Heatmap",
"desc": "", "desc": "",
"file": "static_heat_map.html" "file": "static_heat_map.html"
}, },
{ {
"title": "Static Heat Map Simple", "title": "Heatmap Simple",
"desc": "", "desc": "",
"file": "static_heat_map_simple.html" "file": "static_heat_map_simple.html"
}
]
}, },
{
"title": "Misc",
"samples": [
{ {
"title": "Light Bright", "title": "Light Bright",
"desc": "", "desc": "",
"file": "light_bright.html" "file": "light_bright.html"
}, },
{
"title": "Navy Ships GMaps",
"desc": "Navy Ships over Google Maps",
"file": "navy_gmaps.html"
},
{ {
"title": "Dual Encode", "title": "Dual Encode",
"desc": "", "desc": "",
"file": "dual_encode.html" "file": "dual_encode.html"
}, },
{
"title": "Navy Ships GMaps",
"desc": "",
"file": "navy_gmaps.html"
},
{ {
"title": "Navy Ships Leaflet", "title": "Navy Ships Leaflet",
"desc": "Navy Ships over Leaflet", "desc": "",
"file": "navy_leaflet.html" "file": "navy_leaflet.html"
}, },
{ {
"title": "Navy Ships OpenLayers", "title": "Navy Ships OpenLayers",
"desc": "Navy Ships over OpenLayers", "desc": "",
"file": "navy_ol.html" "file": "navy_ol.html"
} }
] ]