Warning, /education/marble/src/plasma/wallpapers/worldmap/contents/config/main.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile name=""/>
0007 
0008   <group name="General">
0009     <entry name="projection" type="Enum">
0010         <choices>
0011           <choice name="Equirectangular" />
0012           <choice name="Mercator" />
0013         </choices>
0014         <default>Equirectangular</default>
0015     </entry>
0016 
0017     <entry name="centerMode" type="Enum">
0018         <choices>
0019           <choice name="Daylight" />
0020           <choice name="Longitude" />
0021           <choice name="Position" />
0022         </choices>
0023         <default>Daylight</default>
0024     </entry>
0025 
0026     <entry name="fixedLongitude" type="double">
0027         <default>0</default>
0028     </entry>
0029   </group>
0030 
0031 </kcfg>