PDA

View Full Version : XML examples/samples


coloradokid
11-13-2007, 10:18 PM
I'm trying to gather the links pertaining to XML that have been posted on the forum over the years. Most are scattered all over the forum and some of the links no longer work. As soon as I have a list of valid links I'll post it.

If anyone has WW XML info, examples, tags, etc would you please post it here.

Thanks

TomServo
11-13-2007, 11:36 PM
http://www.earthissquare.com/WorldWind/index.php?title=World_Wind_XML

bull
11-15-2007, 11:01 PM
Cool, also check http://issues.worldwind.arc.nasa.gov/secure/Dashboard.jspa there are a lot of commits you will find that have details found nowhere else.

m_k
11-16-2007, 11:24 AM
And Confluence http://issues.worldwind.arc.nasa.gov/confluence/homepage.action with sample xmls things such as line and polygon features.

dotnetgirl
07-30-2008, 05:32 PM
Is it possible for me to alter the Zoomit.xml file, so I can change the layer name that shows up in the Layer Manager? Currently, I am using the default Zoomit.xml:

<?xml version="1.0" encoding="UTF-8"?>
<LayerSet redirect="http://worldwindxml.worldwindcentral.com/zoomit.xml?version=${WORLDWINDVERSION}" Refresh="172800">
</LayerSet>

Thanks!

Lisa

James_In_Utah
07-30-2008, 05:42 PM
If you are connected to the internet, there is a scheme in place that downloads XML files from servers if there is an update. You might be running into your edits being wiped out. To get around this, rename your Zoomit.tmp to Zoomit.XML, and make your changes there. You should be able to rename it to anything you want.
James

dotnetgirl
07-30-2008, 06:28 PM
Thanks, that works!

Unregistered
07-31-2008, 03:53 PM
Hi dotnetgirl.
Can you provide a brief description on the plug-in you are working on?