Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flexberry/flexberry-sdvjs
Spatial data visualization library.
https://github.com/flexberry/flexberry-sdvjs
Last synced: about 1 month ago
JSON representation
Spatial data visualization library.
- Host: GitHub
- URL: https://github.com/flexberry/flexberry-sdvjs
- Owner: Flexberry
- License: mit
- Created: 2015-03-30T08:18:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-11T01:10:27.000Z (over 9 years ago)
- Last Synced: 2023-03-30T14:33:52.331Z (over 1 year ago)
- Language: HTML
- Size: 2.76 MB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SDV.js
Spatial data visualization library.#Usage example
This JS-code example is just to test syntax highlighting.
```javascript
// If you use other library which points to SDV as its global namespace, you can avoid such problem.
// Before usage of SDV.js facilities you can assign its global namespace to a local variable as follows:
var sdvjs = SDV.noConflict();// Now sdvjs variable points to SDV.js library global namespace, and SDV points to that other library namespace.
// So you can use SDV.js facilities through a local variable as follows:
console.log('Current SDV.js version is ' + sdvjs.version);
```#License
SDV.js is released under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).
See [license file](LICENSE) for details.