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
/* | |
* Model of document to be stored, maintained and incremented | |
*/ | |
{ | |
"_id": "51111040", | |
"pos": [-35.2560503, -5.896805199999999], | |
"cntr": { | |
"n": "Brazil", |
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
/* | |
* This is basically an object created to make it easy to | |
* Handle the multi-valued MDX-formatted inputs being passed down to | |
* another artifacts, from a CDE Dashboard to an Analyzer Report, for example | |
* | |
* by @marpontes | |
* | |
* Ex | |
* <div id="SupplierHolder"> | |
* <select multiselect> |
NewerOlder