Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
332 commits
Select commit Hold shift + click to select a range
1bb23ea
Started implementing code that applies standard to custom color to ta…
Feb 7, 2012
43ab7f8
Split filled CBRN graphics into outline and fill. The outline changes…
Feb 8, 2012
8dabf83
Implemented Engagement Area graphic (2.X.2.4.3.2).
Feb 8, 2012
bd48032
Removed erroneous use of InnerClass.
Feb 8, 2012
499c0f0
Changed tactical symbol fill colors from black to white. Also adjust…
Feb 10, 2012
843714e
Added documentation.
Feb 10, 2012
a938796
Fixed small error in a 2525 Point of Interest (2.X.2.1.1.2.4) graphic.
Feb 10, 2012
0402f6e
Apply opacity to tactical graphic text. This makes tactical graphics …
Feb 10, 2012
5e5ba27
Changed SVG files for CBRN point graphics to crop tightly around the …
Feb 11, 2012
fed927c
Added default constructor to AbstractTacticalSymbol.
Feb 11, 2012
f19f741
Added get/setDelegateOwner to TacticalSymbol interface.
Feb 11, 2012
058e396
Added showLocation and showHostileIndicator to TacticalSymbol. These …
Feb 11, 2012
251e095
Modified point graphic SVG files to set the bounding box tightly arou…
Feb 11, 2012
7ae5f5b
Draw a symbol at the center of the range fan graphics.
Feb 13, 2012
fa4f4f5
Compute an appropriate offset for CBRN point graphics that include a …
Feb 13, 2012
efed19f
Added SVG files for tactical graphics in MIL-STD-2525C Appendix G (Em…
Feb 13, 2012
43ad806
Change the color of tactical point graphics when the color specified …
Feb 13, 2012
b48a865
Moved parts of MilStd2525TacticalGraphic that are not specific to 252…
Feb 14, 2012
8b07ae8
Always draw Probable Line of Deployment graphic with dashed lines.
Feb 14, 2012
afdc245
Added scale to TacticalGraphicAttributes. Scale allows an application…
Feb 14, 2012
7e3adc0
Repaired error in BasicTacticalGraphicAttributes. null is a valid val…
Feb 14, 2012
352667f
Repaired javadoc warning in AbstractSurfaceShape.
Feb 14, 2012
19abbfc
Updated Server README.txt to remove obsolete instructions and point t…
Feb 14, 2012
b6b3297
Implemented Airborne graphic (2.X.2.5.2.1.2). Modified CircularRangeF…
Feb 14, 2012
2bab6b8
Implemented the following tactical graphics:
Feb 14, 2012
9722435
Added MIL-STD-2525 SVG files for tactical symbol frames, fills, and i…
Feb 14, 2012
86177cb
Modified the MIL-STD-2525 resources build target to build the MIL-STD…
Feb 15, 2012
5abc966
Updated worldwind.jnlp to include the GDAL jnlp file. Added documenta…
Feb 15, 2012
1a1ef13
Changed SymbolCode.toMaskedString to also mask out Order Of Battle fi…
Feb 15, 2012
b990788
Replaced use of renderNow in AbstractAirspace with renderOrdered to c…
Feb 15, 2012
d3d95b5
Fixed typos in AirspaceLayer javadoc.
Feb 16, 2012
ff81485
Implemented the following tactical graphics:
Feb 16, 2012
bd45ee7
Reorganized MIL-STD-2525C tactical graphic SVG files into new folder …
Feb 16, 2012
8144ad8
Removed unnecessary and unused package symbology.milstd2525.icons. Th…
Feb 16, 2012
4bd22e0
Added the World Wind build utilities JAR file into build/lib, and the…
Feb 16, 2012
7fb2cc9
Updated default MIL-STD-2525C icon retrieval URL. Modified MilStd2525…
Feb 16, 2012
2920757
Modified the MIL-STD-2525 symbol images build target to excludes empt…
Feb 16, 2012
bc77f81
Removed erroneous print statement from AbstractTacticalSymbol.
Feb 16, 2012
a2c9d3f
Redesigned MilStd2525IconRetriever to create icons by composing the f…
Feb 16, 2012
1069201
Added the MilStd2525AllTacticalSymbols example to the symbology packa…
Feb 16, 2012
7fdd9fd
Removed an unnecessary parameter from AbstractIconRetriever.retrieveI…
Feb 17, 2012
80eda28
Repaired the error string logged when SymbolCode parses and erroneous…
Feb 17, 2012
83b8552
Updated MilStd2525IconRetriever to correctly display icons for symbol…
Feb 17, 2012
14da051
Removed Override annotation.
Feb 17, 2012
0f5e8f2
Added initial implementation of KMLNetworkLinkControl features such a…
Feb 17, 2012
61cb389
Added KML Update test files.
Feb 17, 2012
43e7e9a
Updated MilStd2525IconRetriever to correctly display Emergency Manage…
Feb 17, 2012
8bfd076
Repaired the Emergency Management symbols for Toll Facility (e-fplm--…
Feb 17, 2012
00778c4
Modified MilStd2525IconRetriever to remove the frame from the Warfigh…
Feb 17, 2012
f93f57d
Repaired CacheTable bug that choked on locale-specific values.
Feb 17, 2012
e082b40
Removed MIL-STD-2525 Echelon and Frame Shape modifier graphics from t…
Feb 17, 2012
d9bced1
Updated MIL-STD-2525 tactical symbols to display the implicit Echelon…
Feb 17, 2012
5a7fab9
Removed Order of Battle from the file names of MIL-STD-2525C Appendix…
Feb 17, 2012
951c4fc
Updated AbstractTacticalSymbol to correctly align text labels vertica…
Feb 17, 2012
fb66d2d
Reverting accidentally committed change to worldwind.xml
Feb 17, 2012
d70513a
Increased the initial dimensions of AbstractTacticalSymbol's modifier…
Feb 17, 2012
ac889ed
Added the methods getStatus/setStatus on MilStd2525TacticalSymbol. Th…
Feb 17, 2012
5103a04
Removed custom icon retriever from EchelonSymbol. Use MilStd2525Modif…
Feb 17, 2012
864ef44
Added methods on MilStd2525TacticalSymbol that provide application co…
Feb 17, 2012
2d99011
Updated the TacticalSymbols example to demonstrate how to control a M…
Feb 17, 2012
ea80ee9
Added an interior material property to TacticalSymbolAttributes. Modi…
Feb 17, 2012
dc60e7b
Performance optimization for terrain intersections.
Feb 18, 2012
83a3a18
Changed MilStd2525PointGraphic to apply active color to TacticalSymbo…
Feb 18, 2012
46fc400
Added support for retrieving and drawing point graphics from MIL-STD-…
Feb 20, 2012
16504a9
Implemented Boundary graphic (2.X.2.1.2.1).
Feb 22, 2012
19e28ff
Fixed typo.
Feb 22, 2012
fe9fe44
Added ability to draw a filled frame behind a TacticalGraphicLabel.
Feb 22, 2012
146cdd2
Implemented the following graphics:
Feb 24, 2012
3c72a7a
Implemented the Principle Direction of Fire graphic (2.X.2.4.2.2).
Feb 24, 2012
7a13ac5
Added methods to HighResolutionTerrain to return the min and max elev…
Feb 24, 2012
bd4a02c
Repaired NetworkLinkControl minRefreshPeriod test.
Feb 28, 2012
ca5b023
Repaired javadoc in AnnotationAttributes.
Feb 29, 2012
a54e4f7
Fixed typos.
Feb 29, 2012
66931d8
Compute size of an AnnotationBalloon using the balloon's preferred si…
Feb 29, 2012
6f23d21
Added SSLExceptionListener to RetrievalService in order to notify the…
Feb 29, 2012
801f0e7
Convert HTML entities in KML snippets to Java equivalents.
Mar 2, 2012
6d93f3e
Modified FBOTexture to restore the previous FBO binding prior to retu…
Mar 2, 2012
f3df5e9
Implemented the following graphics:
Mar 2, 2012
d39f018
Changed how the main label for the Route graphic is positioned. The n…
Mar 2, 2012
3921431
Do not draw tactical symbols in Search Area and Principle Direction o…
Mar 2, 2012
172ec2a
Added frame time stamp assignment to elevation models.
Mar 3, 2012
3b6c0d5
Implemented the Forward Line of Own Troops graphic (2.X.2.1.2.2).
Mar 3, 2012
40e6347
Changed access of doRenderGraphic from public to protected.
Mar 3, 2012
2abf925
Implemented the Line of Contact graphic (2.X.2.1.2.3).
Mar 4, 2012
1c45a20
Implemented the Direction of Attack, Aviation graphic (2.X.2.5.2.2.1).
Mar 5, 2012
015f5a2
Corrected error in Direction of Attack graphics. Arrow should point f…
Mar 5, 2012
a1308ff
Eliminated cases causing UTF-8 compiler warnings.
Mar 6, 2012
6f170e5
Implemented the InfiltrationLane graphic (2.X.2.5.2.4).
Mar 6, 2012
40e7cc5
Implemented the Axis of Advance for Feint graphic (2.X.2.3.3).
Mar 7, 2012
cd56377
Replaced 2525C icons with near black fill or stroke color with white …
Mar 7, 2012
d54082f
Implemented the following graphics:
Mar 8, 2012
6b673d7
Fixed a couple typos in Angle javadoc.
Mar 8, 2012
3b8b63d
Added test program that draws MIL-STD-2525C symbols with all combinat…
Mar 9, 2012
c35b20b
Moved 2525 symbology tests into a 2525 sub-package.
Mar 9, 2012
b7b27aa
Added installation modifier to AllModifiers test program.
Mar 9, 2012
8ec6e77
Fixed documentation errors in MetocSidc class.
Mar 10, 2012
7555d84
Added anticipated versions of point graphics from MIL-STD-2525C Appen…
Mar 12, 2012
304042b
Added point graphics from Emergency Management (Appendix G) to AllPoi…
Mar 12, 2012
9449df9
Implemented Dose Rates Contour Line graphic (2.X.3.4.9).
Mar 12, 2012
36707f5
Implemented the Limited Access Area graphic (2.X.2.1.3.10).
Mar 13, 2012
8c66169
Apply opacity to echelon symbol in the BattlePosition and Boundary gr…
Mar 13, 2012
859b2e3
Added URL argument to onException from retrieval service.
Mar 13, 2012
3f75e84
Added support for KML network links that contain features under the n…
Mar 16, 2012
121f1ae
Repaired problem causing "Off Globe" in the status bar when point-onl…
Mar 16, 2012
aaf2499
Corrected erroneous placement of hotspot KML end tag.
Mar 16, 2012
ed7687a
Added calls to super.doRender and super.doPreRender to KMLNetworkLink…
Mar 16, 2012
c6f8b39
Repaired redundant conditionals in KMLAbstractContainer.
Mar 16, 2012
d352e49
Repaired order of instanceof tests in KMLFeatureTreeNode. KMLNetworkL…
Mar 16, 2012
edbc587
Fixed a bug in Axis of Advance graphics. The arrow head was not drawi…
Mar 16, 2012
48c1628
Fixed a bug in the Axis of Advance graphics. In some cases specifying…
Mar 17, 2012
41720ca
Fixed ClassCastException that was thrown if a KML balloon attempted t…
Mar 17, 2012
d93b4b7
Added lookup of mime type from suffix when content type is not specif…
Mar 19, 2012
301a116
Added option to BasicDragger to prevent usage of the terrain for dete…
Mar 19, 2012
5975b91
Draw label for PointPlacemark even if the image scale is zero. Added …
Mar 20, 2012
13a6063
Add a NetworkLink node to the KML layer tree even if it is the root n…
Mar 20, 2012
66a5204
Added a event that is fired when a KML document is updated (by proces…
Mar 21, 2012
02be2a0
Fixed typo in KMLViewer.
Mar 21, 2012
9bd1927
Added getReferencePoint accessor to AbstractShape.
Mar 22, 2012
ab0ae76
Repopulate KML network link tree node with features contained directl…
Mar 22, 2012
260d8f0
Corrected KML errors related to Update elements.
Mar 22, 2012
7f9d500
implemented isExportFormatSupported for AntennaModel and AntennaAxes.
Mar 22, 2012
c81a20e
Repaired logic error in KMLNetworkLinkTreeNode. Boolean statement was…
Mar 22, 2012
96423d9
Eliminated redundant level in KML layer tree. Previously a node was c…
Mar 22, 2012
64f53f1
Implemented the Direction of Attack for Feint graphic (2.X.2.3.3).
Mar 23, 2012
b67df97
Removed trailing garbage from KML link prior to mapping the suffix to…
Mar 23, 2012
716b712
Modified AVList creation to have an initial capacity of 1 in order to…
Mar 23, 2012
1d6422e
Repaired potential NPE.
Mar 23, 2012
33ef744
Corrected computation of content-length read.
Mar 23, 2012
20def51
Made PointPlacemarkAttributes default image and default label font co…
Mar 23, 2012
58b200f
Added new PointPlacemark configuration items to worldwind.xml.
Mar 23, 2012
9235c98
Added an example of how to draw parallel paths. The example specifies…
Mar 23, 2012
5115cf0
Corrected copyright date.
Mar 24, 2012
d4f72f7
Repaired bug in Path that caused a Path's last segment not to be tess…
Mar 25, 2012
287c56b
Create KML polygon as a SurfacePolygon when the altitude mode specifi…
Mar 26, 2012
3646c32
Changed private to protected in UnitsFormat. Fixed a couple typos.
Mar 27, 2012
e8ab2d4
Added get/setUnitsFormat to TacticalGraphic and TacticalSymbol interf…
Mar 27, 2012
9db90ad
Updated constant names.
Mar 27, 2012
a05abcb
Draw MIL-STD-2525 symbol as a dot if both the frame and the icon are …
Mar 27, 2012
8ae3dd1
Added per-position color to MultiPath example.
Mar 27, 2012
bb91093
Renamed MultiPath to ParallelPaths.
Mar 27, 2012
5831c08
Apply color to the modifiers in the MilStd2525ModifierRetriever.
Mar 27, 2012
45f3de2
Do not display text modifiers on tactical symbols that are composed a…
Mar 27, 2012
23b9c6b
Use case insensitive string comparison to compare MIL-STD-2525 SIDC c…
Mar 27, 2012
badaa52
Added SVG files for 2525 tactical symbols in Appendices D, E, and G. …
Mar 28, 2012
86645ff
Apply dashed line stipple to anticipated icons in MIL-STD-2525 Append…
Mar 28, 2012
9947286
Apply dashed line stipple to anticipated icons in MIL-STD-2525 Append…
Mar 28, 2012
3faac3b
Added SVG files for 2525 anticipated tactical symbols in Appendix A. …
Mar 29, 2012
c1f2fc0
Applied dashed line style to some of the anticipated Emergency Manage…
Mar 29, 2012
8b78c9a
Added resources.milstd2525.symbols.preview ant target. This target ge…
Mar 29, 2012
81b7a81
Added documentation to IconRetriever interface and implementations.
Mar 29, 2012
737a6c0
Added isSupported method to TacticalGraphicFactory. This method deter…
Mar 29, 2012
3ddfd73
Applied dashed line style to some of the anticipated state icons for …
Mar 30, 2012
81dc382
Draw a default image if a tactical symbol is rendered before its icon…
Mar 30, 2012
dce2372
Fixed bug in ParallelPaths example. Co-located points were not handle…
Mar 31, 2012
53fcb68
Added logic to use an application-specified SSLContext.
Apr 2, 2012
97352b6
Fixed bugs in ParallelPaths example. The example did not generate the…
Apr 3, 2012
4189f09
Added WorldWind.setValue(String, Object).
Apr 3, 2012
9d20850
Removed unused code from ParallelPaths example.
Apr 3, 2012
f2e5703
Fixed bug in route tactical graphics. Distance modifier should set th…
Apr 3, 2012
b7a6599
Added DrawContext method to compute a point from a position while app…
Apr 3, 2012
ef079b8
Replaced 2525C anticipated icons to have dashed lines and converted s…
Apr 4, 2012
4857c36
Added nautical miles to ScalebarLayer.
Apr 6, 2012
6bedf15
Use depth buffer when drawing speed leader lines for tactical symbols…
Apr 9, 2012
6a211ae
Do not depth buffer tactical symbol labels.
Apr 9, 2012
cd521e7
Fixed bug in Direction Of Attack graphic. Label did not move in sync …
Apr 9, 2012
d75a4a9
Added documentation on how depth offset in AbstractTacticalSymbol was…
Apr 10, 2012
7e91596
Draw a dot for a tactical symbol if the frame is turned off and there…
Apr 10, 2012
21af1f5
Added documentation and the correct subversion keword to MultiResolut…
Apr 11, 2012
2eef977
Anticipated states for 2525C war icons updated with touch ups to grap…
Apr 11, 2012
3ccd02e
Fixed the code that was blocking drag events when a modifier key was …
Apr 12, 2012
ebaa8c1
Removed IDEA configuration option for nullable checking.
Apr 12, 2012
a7ae0ed
Added documentation to IconRetriever implementations. Added example o…
Apr 12, 2012
cd93ace
Repaired issue WWJ-277, infinite recursion in EllipsoidalGlobe.inters…
Apr 12, 2012
c5ccc98
Made inner class OrbitViewState public.
Apr 13, 2012
ec94c9c
Added links to Icon Retriever Usage Guide to javadoc.
Apr 13, 2012
77825c5
IconRetriever.createIcon should allow null parameter list.
Apr 13, 2012
1be99de
Apply color to tactical graphics as defined by MIL-STD-2525C section …
Apr 13, 2012
c0564f9
Changed AbstractShape.export to throw UnsupportedOperationException i…
Apr 13, 2012
3718a7a
Renamed AbstractOffenseArrow to AbstractAxisArrow to clarify purpose.…
Apr 13, 2012
f6d493d
Apply override color to Metoc point graphics.
Apr 13, 2012
22b4e45
Only compute tactical symbol layout when necessary. Profiling determi…
Apr 17, 2012
c974f71
Fixed bug in AbstractShape.getExtent. The sector was not being comput…
Apr 17, 2012
fe97c46
Fixed typo in ExtentVisibilitySupport.
Apr 17, 2012
d3b57be
Added parametric intersection parameter to Intersection.
Apr 17, 2012
6a269ef
Return null from RigidShape.getSector instead of throwing an exceptio…
Apr 18, 2012
d7dcac1
Fixed bug in AbstractShape.computeExtentFromPositions. The method was…
Apr 18, 2012
1cf640d
Removed synchronization from AVListImpl.firePropertyChange. This sync…
Apr 18, 2012
a845138
2525C war icons revamped to have dashed outlines added and text conve…
Apr 19, 2012
88a8aad
2525C war icons tweaked, stbops icons text converted and ems icons re…
Apr 19, 2012
f6cc9b5
Added option to InputHandler to force a redraw on mouse pressed event…
Apr 20, 2012
08d7a1f
Added a comment.
Apr 20, 2012
4e7a712
Edited 2525C anticipated icons for legibility.
Apr 21, 2012
11b3372
Added force-redraw-on-mouse-pressed as a Configuration option.
Apr 23, 2012
eead85a
Do not scale text modifiers in TacticalSymbols with the icon. Text si…
Apr 23, 2012
395af66
Perform view frustum culling of tactical symbols using an estimated s…
Apr 24, 2012
9d43e13
Exposed get/setOffset methods of MilStd2525TacticalSymbol to allow an…
Apr 24, 2012
c0276aa
Uncommented assertEquals method in RenderableLayer test. This method …
Apr 24, 2012
d046f4a
Added controls to AllTacticalSymbols test program to change visibilit…
Apr 24, 2012
c33b0cb
Refactored tactical graphic implementation classes into a shallow pac…
Apr 24, 2012
786e342
Circle drawn by MilStd2525IconRetriever was not centered on canvas. (…
Apr 24, 2012
e06d693
AbstractTacticalSymbol was not setting scale correctly when frame and…
Apr 24, 2012
07f54e3
Fixed unit test failure: BasicBalloonAttributes.getRestorableState wa…
Apr 25, 2012
3f28578
Fixed typos in javadoc.
Apr 25, 2012
001b253
Replaced 2525C icons missing dashed lines and additional changes to i…
Apr 25, 2012
6f7a79e
Added get/setAltitudeMode to MilStd2525PointGraphic. Line and area gr…
Apr 25, 2012
7d0fe68
Improved layout of text modifiers around tactical point graphics. The…
Apr 25, 2012
e355829
Fixed bug in AbstractTacticalSymbol. View frustum culling test was so…
Apr 25, 2012
f7e0ad7
Additional 2525C anticipated war icon fixes and tweaks.
Apr 25, 2012
6bdfb33
Added MilStd2525TacticalGraphic interface. This interface is a common…
Apr 25, 2012
a3b6ff2
Added dictionary word.
Apr 25, 2012
123c4e5
Present and anticipated versions of a couple point graphic icons were…
Apr 25, 2012
58f2731
Additional 2525C icon tweaks
Apr 25, 2012
57cd48f
Changed how rotation is applied in EchelonSymbol. This change is nece…
Apr 26, 2012
bb8c4d9
Split showModifiers attribute on TacticalGraphic into two attributes:…
Apr 26, 2012
03ca932
Modified IconLayerTest to account for app-specified override and for …
Apr 26, 2012
4f147d6
Updated documentation for IconLayer and BasicQuadTree.
Apr 26, 2012
7b68a00
Removed @Test annotation from test methods in classes that extend Tes…
Apr 26, 2012
80f2446
Updated various documents and web start templates to reflect WW 1.3.0.
Apr 26, 2012
892869c
Added windows 64-bit native libraries.
Apr 26, 2012
d28eeb3
Fixed typo in readme.
Apr 26, 2012
f417c4d
Added section to README that describes how to set up JOGL 64-bit jars…
Apr 26, 2012
7344336
Added step for extracting gluegen libraries to Windows 64-bit instruc…
Apr 27, 2012
c283658
Added links to 64-bit JOGL libraries for Linux to the readme file.
Apr 27, 2012
6634893
Changed default 2525 symbol retrieval path to http://worldwind.arc.na…
Apr 30, 2012
f43feb9
Fix UTF8 compile error on Linux
leif81 Jan 8, 2012
89ee343
Fixed javadoc compilation error.
wcmatthysen Feb 28, 2012
f80ab18
Changed permissions.
wcmatthysen Apr 7, 2012
9df4871
Changed jar and jnilib file permissions.
wcmatthysen Apr 7, 2012
f36e3d0
Removed embedded external code.
wcmatthysen Apr 7, 2012
27ced8d
Cleanup tests.
wcmatthysen Apr 9, 2012
23e7faa
Cleanup tests continued.
wcmatthysen Apr 9, 2012
4cb01cd
Flattened some of the tests.
wcmatthysen Apr 9, 2012
dcb6244
Fixed ShapeAttributesTest.
wcmatthysen Apr 9, 2012
d307a18
Replaced Assert.fail() with @Test(expected=...).
wcmatthysen Apr 9, 2012
12dc390
Merge remote branch 'fananta/patch-1'
wcmatthysen May 23, 2012
b01ad98
Removed native libraries.
wcmatthysen May 20, 2012
071ade1
Moved files to fit Maven's directory structure.
wcmatthysen May 20, 2012
ff54c1a
Moved external libs to lib folder.
wcmatthysen May 20, 2012
bd3161f
Moved vpf-symbols jar to lib folder.
wcmatthysen May 20, 2012
55c98c5
Changed readme file to use markdown syntax.
wcmatthysen May 20, 2012
478ed09
Moved MessageStrings property files to resources.
wcmatthysen May 21, 2012
d1abb5d
Cleaned up some of the new tests.
wcmatthysen May 23, 2012
843de9e
Added pom.xml file.
wcmatthysen May 23, 2012
6af1a5d
Some additional cleanups.
wcmatthysen May 23, 2012
e04f2e8
Replaced README.txt with markdown file.
wcmatthysen May 23, 2012
b133c6e
Sorted out some formatting issues.
wcmatthysen May 23, 2012
e8899fc
Formatting vpf-symbols README.md
wcmatthysen May 23, 2012
8ab9644
List requires spaces in README.md.
wcmatthysen May 23, 2012
b3bcf20
Reformatted main README.txt file as markdown.
wcmatthysen May 23, 2012
475123a
Added links to list in README file.
wcmatthysen May 23, 2012
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/WorldWind/target/
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
This file explains the organization of the World Wind Subversion repository's trunk directories, and briefly outlines their contents.

WorldWind
=========
The 'WorldWind' folder contains the World Wind Java SDK project. Many resources are available at http://oneworldwind.org to help you understand and use World Wind. Key files and folders in the World Wind Java SDK:
* build.xml: Apache ANT build file for the World Wind Java SDK.
* src: Contains all Java source files for the World Wind Java SDK, except the World Wind WMS Server.
* server: Contains the World Wind WMS Server Java source files, build file, and deployment files.
* lib-external/gdal: Contains the GDAL native binaries libraries that may optionally be distributed with World Wind.

WWAndroid
=========
the 'WWAndroid' folder contains the World Wind Android SDK project. Many resource are available at http://oneworldwind.org/android to help you understand and use World Wind on Android. Key files and folders in the World Wind Android SDK:
* build.xml: Apache ANT build file for the World Wind Android SDK.
* src: Contains all Java source files for the World Wind Android SDK.
* examples: Contains example applications that use the World Wind Android SDK.

GDAL
====
The 'GDAL' folder contains the GDAL native library project. This project produces the GDAL native libraries used by the World Wind Java SDK (see WorldWind/lib-external/gdal). The GDAL native library project contains detailed instructions for building the GDAL native libraries on the three supported platforms: Linux, Mac OS X, and Windows.
19 changes: 0 additions & 19 deletions README.txt

This file was deleted.

15 changes: 0 additions & 15 deletions WorldWind/.idea/ant.xml

This file was deleted.

43 changes: 0 additions & 43 deletions WorldWind/.idea/compiler.xml

This file was deleted.

9 changes: 0 additions & 9 deletions WorldWind/.idea/copyright/NASA.xml

This file was deleted.

7 changes: 0 additions & 7 deletions WorldWind/.idea/copyright/profiles_settings.xml

This file was deleted.

33 changes: 0 additions & 33 deletions WorldWind/.idea/dictionaries/dcollins.xml

This file was deleted.

146 changes: 0 additions & 146 deletions WorldWind/.idea/dictionaries/tag.xml

This file was deleted.

5 changes: 0 additions & 5 deletions WorldWind/.idea/encodings.xml

This file was deleted.

13 changes: 0 additions & 13 deletions WorldWind/.idea/inspectionProfiles/Project_Default.xml

This file was deleted.

15 changes: 0 additions & 15 deletions WorldWind/.idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

9 changes: 0 additions & 9 deletions WorldWind/.idea/libraries/gdal.xml

This file was deleted.

10 changes: 0 additions & 10 deletions WorldWind/.idea/libraries/jogl.xml

This file was deleted.

9 changes: 0 additions & 9 deletions WorldWind/.idea/libraries/jsobjectplugin.xml

This file was deleted.

9 changes: 0 additions & 9 deletions WorldWind/.idea/libraries/junit.xml

This file was deleted.

Loading