11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- ~ Copyright 2006-2009, 2017, 2020 United States Government, as represented by the
4- ~ Administrator of the National Aeronautics and Space Administration.
5- ~ All rights reserved.
6- ~
7- ~ The NASA World Wind Java (WWJ) platform is licensed under the Apache License,
8- ~ Version 2.0 (the "License"); you may not use this file except in compliance
9- ~ with the License. You may obtain a copy of the License at
10- ~ http://www.apache.org/licenses/LICENSE-2.0
11- ~
12- ~ Unless required by applicable law or agreed to in writing, software distributed
13- ~ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
14- ~ CONDITIONS OF ANY KIND, either express or implied. See the License for the
15- ~ specific language governing permissions and limitations under the License.
16- ~
17- ~ NASA World Wind Java (WWJ) also contains the following 3rd party Open Source
18- ~ software:
19- ~
20- ~ Jackson Parser – Licensed under Apache 2.0
21- ~ GDAL – Licensed under MIT
22- ~ JOGL – Licensed under Berkeley Software Distribution (BSD)
23- ~ Gluegen – Licensed under Berkeley Software Distribution (BSD)
24- ~
25- ~ A complete listing of 3rd Party software notices and licenses included in
26- ~ NASA World Wind Java (WWJ) can be found in the WorldWindJava-v2.2 3rd-party
27- ~ notices and licenses PDF found in code directory.
28- -->
3+ ~ Copyright 2006-2009, 2017, 2020 United States Government, as represented by the
4+ ~ Administrator of the National Aeronautics and Space Administration.
5+ ~ All rights reserved.
6+ ~
7+ ~ The NASA World Wind Java (WWJ) platform is licensed under the Apache License,
8+ ~ Version 2.0 (the "License"); you may not use this file except in compliance
9+ ~ with the License. You may obtain a copy of the License at
10+ ~ http://www.apache.org/licenses/LICENSE-2.0
11+ ~
12+ ~ Unless required by applicable law or agreed to in writing, software distributed
13+ ~ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
14+ ~ CONDITIONS OF ANY KIND, either express or implied. See the License for the
15+ ~ specific language governing permissions and limitations under the License.
16+ ~
17+ ~ NASA World Wind Java (WWJ) also contains the following 3rd party Open Source
18+ ~ software:
19+ ~
20+ ~ Jackson Parser – Licensed under Apache 2.0
21+ ~ GDAL – Licensed under MIT
22+ ~ JOGL – Licensed under Berkeley Software Distribution (BSD)
23+ ~ Gluegen – Licensed under Berkeley Software Distribution (BSD)
24+ ~
25+ ~ A complete listing of 3rd Party software notices and licenses included in
26+ ~ NASA World Wind Java (WWJ) can be found in the WorldWindJava-v2.2 3rd-party
27+ ~ notices and licenses PDF found in code directory.
28+ -->
2929
3030<!-- $Id: worldwind.xml 2348 2014-09-25 23:35:46Z dcollins $-->
3131<!-- Default WorldWind configuration values-->
116116 <!-- <Property name="gov.nasa.worldwind.avkey.UrlProxyType" value="Proxy.Type.Http"/>-->
117117
118118 <!-- Location of icons for MIL-STD-2525C symbol set. This can be a URL to a web server, to a local zip or jar archive.
119- See https://goworldwind.org/developers-guide/symbology/tactical-symbols/#offline-use for more information on how
120- to configure a local symbol repository.
121- Examples: http://myserver.com/milstd2525/ (web server)
122- jar:file:milstd2525-symbols.zip! (local zip archive) -->
119+ See https://goworldwind.org/developers-guide/symbology/tactical-symbols/#offline-use for more information on how
120+ to configure a local symbol repository.
121+ Examples: http://myserver.com/milstd2525/ (web server)
122+ jar:file:milstd2525-symbols.zip! (local zip archive) -->
123123 <Property name =" gov.nasa.worldwind.avkey.MilStd2525IconRetrieverPath"
124124 value =" https://worldwind.arc.nasa.gov/milstd2525c/rev1/" />
125125</WorldWindConfiguration >
0 commit comments