-
Notifications
You must be signed in to change notification settings - Fork 19
/
meta.json
43 lines (43 loc) · 1.69 KB
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"header": {
"title": "Vector Tile API rendering Examples",
"meta": {
"keywords": "API Explorer, Vector Tile, Rendering",
"version": "0.0.1"
}
},
"categories": {
"vector-tiles": {
"title": "Vector Tile rendering examples",
"meta": {
"keywords": "Vector Tile, Rendering engine, API Explorer, Playground"
},
"sub-categories": [
{
"uid": "rendering",
"title": "Rendering",
"examples": [
{
"uid": "here-maps-api-for-javascript",
"title": "Rendering vector tiles with HERE Maps API for JavaScript",
"shortDescription": "Renders the map using HERE Vector Tile data, styles and HERE Maps API for JavaScript",
"published": true
},
{
"uid": "mapbox",
"title": "Rendering vector tiles with Mapbox",
"shortDescription": "Renders the map using HERE Vector Tile data, styles and Mapbox rendering engine",
"published": true
},
{
"uid": "tangram",
"title": "Rendering vector tiles with tangram",
"shortDescription": "Renders the map using HERE Vector Tile data, styles and Tangram rendering engine",
"published": true
}
]
}
]
}
}
}