Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgravois/midnight-commander
AMD version of Jim Blaney's Day/Night Terminator
https://github.com/jgravois/midnight-commander
Last synced: about 12 hours ago
JSON representation
AMD version of Jim Blaney's Day/Night Terminator
- Host: GitHub
- URL: https://github.com/jgravois/midnight-commander
- Owner: jgravois
- License: apache-2.0
- Created: 2014-04-17T23:15:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-10T00:40:22.000Z (almost 8 years ago)
- Last Synced: 2024-04-15T07:02:18.782Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# midnight-commander
## Features
AMD version of Jim Blaney's Day/Night Terminator
http://www.arcgis.com/home/item.html?id=6c65b0f17ffc4bfdb71f60ca64d40bccsee it in action [here](https://jgravois.github.io/midnight-commander/)
![Demo](https://raw.githubusercontent.com/jgravois/midnight-commander/master/images/solar-button.PNG "Demo")
## Instructions
Basic use
```js
var sun = new SolarTerminatorLayer({
map: map
}, "SunButton");
sun.startup();
```[New to Github? Get started here.](https://github.com/)
## Requirements
* Notepad or HTML editor
* A little background with Javascript
* Experience with the [ArcGIS Javascript API](http://www.esri.com/) would help.## Issues
Find a bug or want to request a new feature? Please let us know by submitting an issue.
## Contributing
Anyone and everyone is welcome to contribute.
## Licensing
Copyright 2014 EsriLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.A copy of the license is available in the repository's [license.txt](https://raw.github.com/Esri/arcgis-dijit-locate-button-js/master/license.txt) file.
[](Esri Tags: ArcGIS JavaScript API Dijit module solar Widget Public terminator sun)
[](Esri Language: JavaScript)