Skip to content

Commit eefca94

Browse files
committed
Initial commit.
0 parents  commit eefca94

1,014 files changed

Lines changed: 69076 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.idea/workspace.xml
2+
/nbproject/private/

.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) 2016, Bruce Schubert.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# WorldWindExplorer
2+
A geo-browser web application built from the NASA WebWorldWind SDK
84.1 KB
Loading

nbproject/project.properties

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
auxiliary.org-netbeans-modules-css-prep.less_2e_compiler_2e_options=
2+
auxiliary.org-netbeans-modules-css-prep.less_2e_enabled=false
3+
auxiliary.org-netbeans-modules-css-prep.less_2e_mappings=/less:/css
4+
auxiliary.org-netbeans-modules-css-prep.sass_2e_compiler_2e_options=
5+
auxiliary.org-netbeans-modules-css-prep.sass_2e_enabled=false
6+
auxiliary.org-netbeans-modules-css-prep.sass_2e_mappings=/scss:/css
7+
auxiliary.org-netbeans-modules-javascript-nodejs.enabled=true
8+
auxiliary.org-netbeans-modules-javascript-nodejs.node_2e_default=true
9+
auxiliary.org-netbeans-modules-javascript-nodejs.run_2e_enabled=false
10+
auxiliary.org-netbeans-modules-javascript-nodejs.sync_2e_enabled=true
11+
auxiliary.org-netbeans-modules-javascript2-requirejs.enabled=true
12+
auxiliary.org-netbeans-modules-web-clientproject-api.js_2e_libs_2e_folder=js/libs
13+
browser.autorefresh.Chrome.INTEGRATED=true
14+
browser.highlightselection.Chrome.INTEGRATED=true
15+
browser.run=true
16+
file.reference.emxsys-web-root=root
17+
file.reference.WorldWindExplorer-root=root
18+
file.reference.WorldWindExplorer-src=src
19+
files.encoding=UTF-8
20+
project.license=mit
21+
site.root.folder=${file.reference.WorldWindExplorer-root}
22+
source.folder=${file.reference.WorldWindExplorer-src}
23+
start.file=index.html
24+
web.context.root=/explorer-0.1.0

nbproject/project.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://www.netbeans.org/ns/project/1">
3+
<type>org.netbeans.modules.web.clientproject</type>
4+
<configuration>
5+
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
6+
<name>World Wind Explorer</name>
7+
</data>
8+
<libraries xmlns="http://www.netbeans.org/ns/cdnjs-libraries/1"/>
9+
<spellchecker-wordlist xmlns="http://www.netbeans.org/ns/spellchecker-wordlist/1">
10+
<word>bruce</word>
11+
<word>Dropdown</word>
12+
<word>Emxsys</word>
13+
<word>Firefox</word>
14+
<word>http</word>
15+
<word>JavaScript</word>
16+
<word>keydown</word>
17+
<word>LayerProxy</word>
18+
<word>layerSelectHandler</word>
19+
<word>layerTemplate</word>
20+
<word>ojListView</word>
21+
<word>ojModule</word>
22+
<word>RequireJS</word>
23+
<word>Sidebar</word>
24+
<word>Toolbar</word>
25+
<word>ViewModel</word>
26+
<word>viewName</word>
27+
<word>wildland</word>
28+
<word>WorldWindow</word>
29+
</spellchecker-wordlist>
30+
</configuration>
31+
</project>

root/LICENSE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# World Wind Explorer
2+
3+
The MIT License
4+
5+
Copyright (c) 2016, Bruce Schubert.
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in
15+
all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23+
THE SOFTWARE.
24+

root/css/fonts/FontAwesome.otf

122 KB
Binary file not shown.
74.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)