Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valve/raphael-russia
Raphael based vector map of Russia
https://github.com/valve/raphael-russia
Last synced: 3 days ago
JSON representation
Raphael based vector map of Russia
- Host: GitHub
- URL: https://github.com/valve/raphael-russia
- Owner: Valve
- Created: 2012-01-27T14:44:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-01-31T10:03:34.000Z (almost 13 years ago)
- Last Synced: 2024-10-11T20:16:08.115Z (27 days ago)
- Homepage:
- Size: 152 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raphaël based map of Russia
## Vector map of Russia implemented with [Raphael.js][raphael], version 0.1
Works where Raphael.js works (Firefox 3.0+, Safari 3.0+, Chrome 5.0+, Opera 9.5+ and Internet Explorer 6.0+).
## Basic usage
```
var paper = Raphael('some_div_id', 800, 800);
paper.russia(options);
```
options include fill, stroke and hightlight-fill.To see real example, have a look at test/index.html
### Licence
This code is [MIT][mit] licenced:
Copyright (c) 2012 Valentin Vasilyev
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[raphael]: http://raphaeljs.com/
[mit]: http://www.opensource.org/licenses/mit-license.php