<?xml version="1.0" encoding="iso-8859-1"?>
<workspace>
    <application>
        <revision>1</revision>
        <modules>
            <module>xml/app.module.xml</module>
            <module>xml/auth.module.xml</module>
            <module>xml/render.module.xml</module>
            <module>xml/navigate.module.xml</module>
            <module>xml/layer.module.xml</module>
            <module>xml/measure.module.xml</module>
            <module>xml/web.module.xml</module>
            <module>xml/gps.module.xml</module>
            <module>xml/basicingest.module.xml</module>
            <module>xml/google.module.xml</module>
            <module>xml/input.plugin.xml</module>
        </modules>
    </application>

    <gui>
        <revision>1</revision>

        <mainWindow>
            <geometry>
                <x>0</x>
                <y>0</y>
                <width>990</width>
                <height>650</height>
            </geometry>
        </mainWindow>
        
        <preferences>
            <panels>
                <RenderPrefs/>
                <CachePrefs/>
                <LayerPrefs/>
                <NavigatePrefs/>
                <ApplicationPrefs/>
            </panels>
        </preferences>

        <windowStack>
            <name>Render Window</name>
            <type>singleton</type>  
            <location>RenderFrame</location>
            <geometry>
                <width>800</width>
                <height>600</height>
            </geometry>
            <moduleWindow>
                <id>RenderWindow</id>
            </moduleWindow>
            <visibility>true</visibility>
            <disablehide>true</disablehide>
        </windowStack>
        
        <windowStack>
            <name>Places</name>
            <type>singleton</type>
            <location>MyPlacesFrame</location>
            <moduleWindow>
                <tabtext>My Keyhole</tabtext>
                <id>LayerWindow</id>
            </moduleWindow>
            <visibility>true</visibility>
	    <disablehide>true</disablehide>
         </windowStack>

         <windowStack>
            <name>Layers</name>
            <type>singleton</type>  
            <location>LayersFrame</location>
            <moduleWindow>
                <id>ServerWindow</id>
            </moduleWindow>
            <visibility>true</visibility>  
            <disablehide>true</disablehide>
        </windowStack>

         <windowStack>
            <name>Search</name>
            <type>singleton</type>
            <location>SearchFrame</location>
             <moduleWindow>
                <tabtext>Search</tabtext>
                <id>GoogleSearchWindow</id>
            </moduleWindow>
            <visibility>true</visibility>
	    <disablehide>true</disablehide>
         </windowStack>

         <windowStack>
            <name>Ruler</name>
            <type>singleton</type>  
            <location>float</location>
            <moduleWindow>
                    <tabtext>Ruler</tabtext>
                    <id>MeasureWindow</id>
            </moduleWindow>
            <visibility>false</visibility>
            <noresize>1</noresize>
         </windowStack>

        <windowStack>
            <name>GPS</name>
            <type>singleton</type>  
            <location>float</location>
            <moduleWindow>
                    <tabtext>Gps Device</tabtext>
                    <id>GpsWindow</id>
            </moduleWindow>
            <visibility>false</visibility>
            <noresize>1</noresize>
         </windowStack>

        <windowStack>
            <name>Web</name>
            <type>singleton</type>
            <webpage>http://www.google.com</webpage>
            <location>WebWindowFrame</location>
            <moduleWindow>
                <id>WebWindow</id>
            </moduleWindow>
            <visibility>false</visibility>            
        </windowStack>
         
    </gui>

    <more>
        <revision>1</revision>
    </more>

</workspace>
