README is empty
Created
June 17, 2014 11:57
-
-
Save vid/3b1376666fa054954336 to your computer and use it in GitHub Desktop.
sample map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 | Front Left | /usr/share/alsa/samples/Front_Left.wav | |
---|---|---|---|
1 | Front Right | /usr/share/alsa/samples/Front_Right.wav |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "sample map", | |
"state": "active", | |
"created": "2014-06-17T11:57:19.719Z", | |
"sources": [], | |
"profiles": { | |
"dataexplorer": "0.9" | |
}, | |
"scripts": [ | |
{ | |
"id": "main.js", | |
"path": "main.js" | |
} | |
], | |
"views": [ | |
{ | |
"id": "grid", | |
"label": "Grid", | |
"type": "SlickGrid", | |
"state": { | |
"gridOptions": { | |
"editable": true, | |
"enabledAddRow": true, | |
"enabledDelRow": true, | |
"enableReOrderRow": true, | |
"autoEdit": false, | |
"enableCellNavigation": true | |
} | |
} | |
}, | |
{ | |
"id": "graph", | |
"label": "Graph", | |
"type": "Graph" | |
}, | |
{ | |
"id": "map", | |
"label": "Map", | |
"type": "Map" | |
} | |
], | |
"id": "dataexplorer-748692", | |
"resources": [ | |
{ | |
"backend": "csv", | |
"id": "sample_map", | |
"filename": "sample_map.csv", | |
"path": "current.csv", | |
"schema": { | |
"fields": [ | |
{ | |
"id": "0", | |
"label": "0", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Front Left", | |
"label": "Front Left", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "/usr/share/alsa/samples/Front_Left.wav", | |
"label": "/usr/share/alsa/samples/Front_Left.wav", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
} | |
] | |
} | |
}, | |
{ | |
"backend": "csv", | |
"id": "sample_map-original", | |
"filename": "sample_map.csv", | |
"path": "original.csv", | |
"schema": { | |
"fields": [ | |
{ | |
"id": "0", | |
"label": "0", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "Front Left", | |
"label": "Front Left", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
}, | |
{ | |
"id": "/usr/share/alsa/samples/Front_Left.wav", | |
"label": "/usr/share/alsa/samples/Front_Left.wav", | |
"type": "string", | |
"format": null, | |
"is_derived": false | |
} | |
] | |
} | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loadDataset("current", function (error, dataset) { | |
// error will be null unless there is an error | |
// dataset is a Recline memory store (http://reclinejs.com//docs/src/backend.memory.html). | |
console.log(dataset); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 | Front Right | /usr/share/alsa/samples/Front_Right.wav |
---|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment