home *** CD-ROM | disk | FTP | other *** search
/ com!online 2004 August / com_0804_1.iso / vollversionen / androute_2003_basic / Controls / Regular / SETTINGS.XML < prev   
Encoding:
Extensible Markup Language  |  2004-03-03  |  18.4 KB  |  683 lines

  1. <?xml version="1.0" ?>
  2.  
  3. <!-- $Header: $ -->
  4.  
  5. <settings version="1.0">
  6.  
  7.  
  8.   <!-- definitions of symbols, colors, fonts etc. -->
  9.  
  10.   <color ref="black" red="0" green="0" blue="0" />
  11.   <color ref="white" red="255" green="255" blue="255" />
  12.  
  13.   <color ref="ltgrey" red="192" green="192" blue="192" />
  14.   <color ref="grey" red="128" green="128" blue="128" />
  15.   <color ref="dkgrey" red="64" green="64" blue="64" />
  16.  
  17.   <color ref="red" red="255" green="0" blue="0" />
  18.   <color ref="green" red="0" green="255" blue="0" />
  19.   <color ref="blue" red="0" green="0" blue="255" />
  20.   <color ref="yellow" red="255" green="255" blue="0" />
  21.  
  22.   <!-- symbols for road types, polygons etc.  -->
  23.  
  24.   <symbol name="default" value="-1" />
  25.   <symbol name="default_city" value="-2" />
  26.   <symbol name="default_district" value="-3" />
  27.   <symbol name="default_border" value="-4" />
  28.  
  29.   <symbol name="LowDispLevel" value="1" />
  30.  
  31.   <symbol name="Motorway" value="1" />
  32.  
  33.   <symbol name="DualCarriageWay"      value="2" />
  34.   <symbol name="DualCarriageWayCity"  value="10" />
  35.  
  36.   <symbol name="FederalHighway"       value="3" />
  37.   <symbol name="FederalHighwayCity"   value="11" />
  38.  
  39.   <symbol name="RegionalRoad"         value="4" />
  40.   <symbol name="RegionalRoadCity"     value="12" />
  41.  
  42.   <symbol name="LocalRoad"            value="5" />
  43.   <symbol name="LocalRoadCity"        value="13" />
  44.  
  45.   <symbol name="OtherRoad"            value="6" />
  46.   <symbol name="OtherRoadCity"        value="14" />
  47.  
  48.   <symbol name="FerryCar"             value="7" />
  49.  
  50.   <symbol name="Railroad"         value="9" />
  51.  
  52.   <symbol name="PrimaryRoute"  value="0" />
  53.   <symbol name="SecondaryRoute"  value="1" />
  54.   <symbol name="TertiaryRoute"  value="2" />
  55.  
  56.   <symbol name="Capital"  value="10" />
  57.   <symbol name="City500K" value="11" />
  58.   <symbol name="City100K" value="12" />
  59.   <symbol name="City50K"  value="13" />
  60.   <symbol name="City20K"  value="14" />
  61.   <symbol name="City5K"   value="15" />
  62.   <symbol name="City1K"   value="16" />
  63.   <symbol name="CitySmall" value="17" />
  64.  
  65.   <symbol name="DistrictNumbered" value="21" />
  66.   <symbol name="District100K"  value="22" />
  67.   <symbol name="District50K"   value="23" />
  68.   <symbol name="District20K"   value="24" />
  69.   <symbol name="District5K"    value="25" />
  70.   <symbol name="District1K"    value="26" />
  71.   <symbol name="DistrictSmall" value="27" />
  72.  
  73.   <symbol name="Land"      value="0" />
  74.   <symbol name="Buildings" value="1" />
  75.   <symbol name="Water"     value="2" />
  76.   <symbol name="RailroadArea"  value="3" />
  77.   <symbol name="Park"      value="4" />
  78.   <symbol name="Border"    value="5" />
  79.   <symbol name="Province"  value="6" />
  80.   <symbol name="Woodland"  value="7" />
  81.   <symbol name="Moor"      value="8" />
  82.   <symbol name="Sand"      value="9" />
  83.   <symbol name="Industry"  value="10" />
  84.   <symbol name="Community" value="11" />
  85.  
  86.   <!-- global default map attributes -->
  87.   <defaults>
  88.  
  89.     <!-- Generic attributes for roads, nodes etc -->
  90.  
  91.     <foreground transparency="0">
  92.       <color ref="black" />
  93.     </foreground>
  94.  
  95.     <background transparency="0">
  96.       <color ref="white" />
  97.     </background>
  98.  
  99.     <arrow draw="1">
  100.       <color ref="ltgrey" />
  101.     </arrow>
  102.  
  103.     <mask>
  104.       <color ref="ltgrey" />
  105.     </mask>
  106.  
  107.     <text horizontal="0" minpointsize="7" maxpointsize="15">
  108.       <font face="Verdana" />
  109.     </text>
  110.  
  111.     <!-- Specific element definitions -->
  112.  
  113.     <road type="default">
  114.       <exterior_width meters="-1" minimum_pixels="1" />
  115.       <interior_width meters="-1" minimum_pixels="1" />
  116.       <mask_width meters="-1" minimum_pixels="1" />
  117.     </road>
  118.  
  119.     <route type="default">
  120.       <exterior_width meters="-1" minimum_pixels="1" />
  121.       <interior_width meters="-1" minimum_pixels="1" />
  122.       <mask_width meters="-1" minimum_pixels="1" />
  123.     </route>
  124.  
  125.     <node type="default">
  126.       <text horizontal="1" pointsize="7">
  127.         <foreground>
  128.           <color ref="black" />
  129.         </foreground>
  130.       </text>
  131.     </node>
  132.  
  133.     <polygon type="default">
  134.       <background draw="0" />
  135.     </polygon>
  136.  
  137.   </defaults>
  138.  
  139.  
  140.   <!--  map attributes  -->
  141.   
  142.   <displaylevel type="LowDispLevel">
  143.   
  144.     <road type="Motorway">
  145.       <foreground>
  146.         <color ref="red" />
  147.       </foreground>
  148.       <background>
  149.         <color ref="yellow" />
  150.       </background>
  151.       <exterior_width meters="18" minimum_pixels="6" />
  152.       <interior_width meters="6" minimum_pixels="2" />
  153.       <text horizontal="1" bold="1" >
  154.         <foreground>
  155.           <color ref="white" />
  156.         </foreground>
  157.         <background transparency="128">
  158.           <color ref="blue" />
  159.         </background>
  160.       </text>
  161.       <arrow draw="0" />
  162.     </road>
  163.  
  164.     <road type="DualCarriageWay" label_threshold_meters="1500">
  165.       <foreground>
  166.         <color red="255" green="128" blue="0" />
  167.       </foreground>
  168.       <exterior_width meters="18" minimum_pixels="3" />
  169.       <mask_width meters="-1" minimum_pixels="0" />
  170.       <text>
  171.         <foreground>
  172.           <color ref="black" />
  173.         </foreground>
  174.       </text>
  175.       <arrow draw="0" />
  176.     </road>
  177.  
  178.     <road type="DualCarriageWayCity" inherit_from="DualCarriageWay"/>
  179.  
  180.     <road type="FederalHighway" inherit_from="DualCarriageWay" label_threshold_meters="1000">
  181.       <exterior_width meters="16" minimum_pixels="2" />
  182.       <mask_width meters="-1" minimum_pixels="0" />
  183.     </road>
  184.  
  185.     <road type="FederalHighwayCity" inherit_from="FederalHighway" />
  186.  
  187.     <road type="RegionalRoad" label_threshold_meters="500">
  188.       <exterior_width meters="16" minimum_pixels="2" />
  189.       <mask_width meters="-1" minimum_pixels="0" />
  190.       <foreground>
  191.         <color red="255" green="255" blue="0" />
  192.       </foreground>
  193.     </road>
  194.  
  195.     <road type="RegionalRoadCity" inherit_from="RegionalRoad" />
  196.  
  197.     <road type="LocalRoad">
  198.       <exterior_width meters="16" minimum_pixels="2" />
  199.       <mask_width meters="-1" minimum_pixels="0" />
  200.       <foreground>
  201.         <color red="224" green="224" blue="224" />
  202.       </foreground>
  203.     </road>
  204.  
  205.     <road type="LocalRoadCity" inherit_from="LocalRoad" />
  206.  
  207.     <road type="OtherRoad">
  208.       <exterior_width meters="16" minimum_pixels="2" />
  209.       <mask_width meters="-1" minimum_pixels="0" />
  210.       <foreground>
  211.         <color red="240" green="240" blue="240" />
  212.       </foreground>
  213.     </road>
  214.  
  215.     <road type="OtherRoadCity">
  216.       <exterior_width meters="16" minimum_pixels="2" />
  217.       <mask_width meters="-1" minimum_pixels="0" />
  218.       <foreground>
  219.         <color red="255" green="255" blue="255" />
  220.       </foreground>
  221.     </road>
  222.  
  223.     <road type="FerryCar">
  224.       <exterior_width meters="16" minimum_pixels="2" />
  225.       <mask_width meters="-1" minimum_pixels="0" />
  226.       <foreground>
  227.         <color red="255" green="128" blue="192" />
  228.       </foreground>
  229.     </road>
  230.  
  231.     <road type="RailRoad">
  232.       <exterior_width meters="16" minimum_pixels="2" />
  233.       <mask_width meters="-1" minimum_pixels="0" />
  234.       <foreground>
  235.         <color ref="dkgrey" />
  236.       </foreground>
  237.     </road>
  238.  
  239.     <route type="PrimaryRoute">
  240.       <exterior_width meters="6" minimum_pixels="2" />
  241.       <foreground>
  242.         <color red="63" green="63" blue="255" />
  243.       </foreground>
  244.       <text bold="1" minpointsize="9" maxpointsize="12">
  245.         <foreground>
  246.           <color red="31" green="31" blue="127" />
  247.         </foreground>
  248.       </text>
  249.     </route>
  250.  
  251.     <route type="SecondaryRoute">
  252.       <exterior_width meters="6" minimum_pixels="2" />
  253.       <foreground>
  254.         <color red="255" green="63" blue="63" />
  255.       </foreground>
  256.       <text bold="1" minpointsize="9" maxpointsize="12">
  257.         <foreground>
  258.           <color red="127" green="31" blue="31" />
  259.         </foreground>
  260.       </text>
  261.     </route>
  262.  
  263.     <route type="TertiaryRoute">
  264.       <exterior_width meters="6" minimum_pixels="2" />
  265.       <foreground>
  266.         <color red="63" green="255" blue="63" />
  267.       </foreground>
  268.       <text bold="1" minpointsize="9" maxpointsize="12">
  269.         <foreground>
  270.           <color red="31" green="127" blue="31" />
  271.         </foreground>
  272.       </text>
  273.     </route>
  274.  
  275.     <polygon type="default_border" >
  276.       <foreground draw="0" />
  277.       <background draw="1" />
  278.     </polygon>
  279.  
  280.     <polygon type="Land" >
  281.       <foreground>
  282.         <color red="228" green="244" blue="206" />
  283.       </foreground>
  284.     </polygon>
  285.  
  286.     <polygon type="Buildings" >
  287.       <foreground>
  288.         <color red="243" green="181" blue="118" />
  289.       </foreground>
  290.     </polygon>
  291.  
  292.     <polygon type="Water" >
  293.       <foreground>
  294.         <color red="209" green="231" blue="254" />
  295.       </foreground>
  296.     </polygon>
  297.  
  298.     <polygon type="RailroadArea" draw="1" />
  299.  
  300.     <polygon type="Park" >
  301.       <foreground>
  302.         <color red="187" green="217" blue="119" />
  303.       </foreground>
  304.     </polygon>
  305.  
  306.     <polygon type="Woodland" >
  307.       <foreground>
  308.         <color red="128" green="187" blue="121" />
  309.       </foreground>
  310.     </polygon>
  311.  
  312.     <polygon type="Moor" >
  313.       <foreground>
  314.         <color red="226" green="202" blue="227" />
  315.       </foreground>
  316.     </polygon>
  317.  
  318.     <polygon type="Sand" >
  319.       <foreground>
  320.         <color red="231" green="221" blue="152" />
  321.       </foreground>
  322.     </polygon>
  323.  
  324.     <polygon type="Industry" >
  325.       <foreground>
  326.         <color red="213" green="213" blue="213" />
  327.       </foreground>
  328.     </polygon>
  329.  
  330.     <polygon type="Border" inherit_from="default_border">
  331.       <background draw="1">
  332.         <color ref="grey" />
  333.       </background>
  334.     </polygon>
  335.  
  336.     <polygon type="Province" inherit_from="default_border">
  337.       <background draw="1">
  338.         <color red="249" green="250" blue="231" />
  339.       </background>
  340.     </polygon>
  341.  
  342.     <node type="Capital">
  343.       <text bold="1" pointsize="12" />
  344.     </node>
  345.  
  346.     <node type="City500K">
  347.       <text bold="1" pointsize="11" />
  348.     </node>
  349.  
  350.     <node type="City100K">
  351.       <text pointsize="11"/>
  352.     </node>
  353.  
  354.     <node type="City50K">
  355.       <text pointsize="10"/>
  356.     </node>
  357.  
  358.     <node type="City20K">
  359.       <text pointsize="9"/>
  360.     </node>
  361.  
  362.     <node type="City5K">
  363.       <text pointsize="8"/>
  364.     </node>
  365.  
  366.     <node type="City1K">
  367.       <text pointsize="7"/>
  368.     </node>
  369.  
  370.     <node type="CitySmall">
  371.       <text pointsize="6"/>
  372.     </node>
  373.  
  374.     <node type="default_district" />
  375.  
  376.     <node type="DistrictNumbered" inherit_from="default_district" />
  377.  
  378.     <node type="District100K" inherit_from="default_district" />
  379.  
  380.     <node type="District50K" inherit_from="default_district" />
  381.  
  382.     <node type="District20K" inherit_from="default_district" />
  383.  
  384.     <node type="District5K" inherit_from="default_district" />
  385.  
  386.     <node type="District1K" inherit_from="default_district" />
  387.  
  388.     <node type="DistrictSmall" inherit_from="default_district" />
  389.  
  390.     <roadnames showdiscarded="0" remove_duplicate_indices="1" />
  391.  
  392.   </displaylevel>
  393.  
  394.   <road type="Motorway">
  395.     <foreground>
  396.       <color ref="red" />
  397.     </foreground>
  398.     <background>
  399.       <color ref="yellow" />
  400.     </background>
  401.     <exterior_width meters="18" minimum_pixels="6" />
  402.     <interior_width meters="6" minimum_pixels="2" />
  403.     <text horizontal="1" bold="1" >
  404.       <foreground>
  405.         <color ref="white" />
  406.       </foreground>
  407.       <background transparency="128">
  408.         <color ref="blue" />
  409.       </background>
  410.     </text>
  411.     <arrow draw="0" />
  412.   </road>
  413.  
  414.   <road type="DualCarriageWay" label_threshold_meters="1500">
  415.     <foreground>
  416.       <color red="255" green="128" blue="0" />
  417.     </foreground>
  418.      <exterior_width meters="18" minimum_pixels="3" />
  419.     <mask_width meters="24" minimum_pixels="7" />
  420.     <text>
  421.       <foreground>
  422.         <color ref="black" />
  423.       </foreground>
  424.     </text>
  425.     <arrow draw="0" />
  426.   </road>
  427.  
  428.   <road type="DualCarriageWayCity" inherit_from="DualCarriageWay"/>
  429.  
  430.   <road type="FederalHighway" inherit_from="DualCarriageWay" label_threshold_meters="1000">
  431.     <exterior_width meters="16" minimum_pixels="2" />
  432.     <mask_width meters="24" minimum_pixels="6" />
  433.   </road>
  434.  
  435.   <road type="FederalHighwayCity" inherit_from="FederalHighway" />
  436.  
  437.   <road type="RegionalRoad" label_threshold_meters="500">
  438.     <exterior_width meters="16" minimum_pixels="2" />
  439.     <mask_width meters="24" minimum_pixels="6" />
  440.     <foreground>
  441.       <color red="255" green="255" blue="0" />
  442.     </foreground>
  443.   </road>
  444.  
  445.   <road type="RegionalRoadCity" inherit_from="RegionalRoad" />
  446.  
  447.     <road type="LocalRoad">
  448.       <exterior_width meters="16" minimum_pixels="2" />
  449.       <mask_width meters="24" minimum_pixels="6" />
  450.       <foreground>
  451.         <color red="224" green="224" blue="224" />
  452.       </foreground>
  453.     </road>
  454.  
  455.     <road type="LocalRoadCity" inherit_from="LocalRoad" />
  456.  
  457.     <road type="OtherRoad">
  458.       <exterior_width meters="16" minimum_pixels="2" />
  459.       <mask_width meters="24" minimum_pixels="6" />
  460.       <foreground>
  461.         <color red="240" green="240" blue="240" />
  462.       </foreground>
  463.     </road>
  464.  
  465.     <road type="OtherRoadCity">
  466.       <exterior_width meters="16" minimum_pixels="2" />
  467.       <mask_width meters="24" minimum_pixels="6" />
  468.       <foreground>
  469.         <color red="255" green="255" blue="255" />
  470.       </foreground>
  471.     </road>
  472.  
  473.   <road type="FerryCar">
  474.     <exterior_width meters="16" minimum_pixels="2" />
  475.     <mask_width meters="24" minimum_pixels="6" />
  476.     <foreground>
  477.       <color red="255" green="128" blue="192" />
  478.     </foreground>
  479.   </road>
  480.  
  481.   <road type="RailRoad">
  482.     <exterior_width meters="16" minimum_pixels="2" />
  483.     <mask_width meters="24" minimum_pixels="6" />
  484.     <foreground>
  485.       <color ref="dkgrey" />
  486.     </foreground>
  487.   </road>
  488.  
  489.   <route type="PrimaryRoute">
  490.     <exterior_width meters="6" minimum_pixels="2" />
  491.     <foreground>
  492.       <color red="63" green="63" blue="255" />
  493.     </foreground>
  494.       <text bold="1" minpointsize="9" maxpointsize="12">
  495.       <foreground>
  496.         <color red="31" green="31" blue="127" />
  497.       </foreground>
  498.     </text>
  499.   </route>
  500.  
  501.   <route type="SecondaryRoute">
  502.     <exterior_width meters="6" minimum_pixels="2" />
  503.     <foreground>
  504.       <color red="255" green="63" blue="63" />
  505.     </foreground>
  506.       <text bold="1" minpointsize="9" maxpointsize="12">
  507.       <foreground>
  508.         <color red="127" green="31" blue="31" />
  509.       </foreground>
  510.     </text>
  511.   </route>
  512.  
  513.   <route type="TertiaryRoute">
  514.     <exterior_width meters="6" minimum_pixels="2" />
  515.     <foreground>
  516.       <color red="63" green="255" blue="63" />
  517.     </foreground>
  518.       <text bold="1" minpointsize="9" maxpointsize="12">
  519.       <foreground>
  520.         <color red="31" green="127" blue="31" />
  521.       </foreground>
  522.     </text>
  523.   </route>
  524.  
  525.   <polygon type="default_border" >
  526.     <foreground draw="0" />
  527.     <background draw="1" />
  528.   </polygon>
  529.  
  530.   <polygon type="Land" >
  531.     <foreground>
  532.       <color red="228" green="244" blue="206" />
  533.     </foreground>
  534.   </polygon>
  535.  
  536.   <polygon type="Buildings" >
  537.     <foreground>
  538.       <color red="243" green="181" blue="118" />
  539.     </foreground>
  540.   </polygon>
  541.  
  542.   <polygon type="Water" >
  543.     <foreground>
  544.       <color red="209" green="231" blue="254" />
  545.     </foreground>
  546.   </polygon>
  547.  
  548.   <polygon type="RailroadArea" draw="1" />
  549.  
  550.   <polygon type="Park" >
  551.     <foreground>
  552.       <color red="187" green="217" blue="119" />
  553.     </foreground>
  554.   </polygon>
  555.  
  556.   <polygon type="Woodland" >
  557.     <foreground>
  558.       <color red="128" green="187" blue="121" />
  559.     </foreground>
  560.   </polygon>
  561.  
  562.   <polygon type="Moor" >
  563.     <foreground>
  564.       <color red="226" green="202" blue="227" />
  565.     </foreground>
  566.   </polygon>
  567.  
  568.   <polygon type="Sand" >
  569.     <foreground>
  570.       <color red="231" green="221" blue="152" />
  571.     </foreground>
  572.   </polygon>
  573.  
  574.   <polygon type="Industry" >
  575.     <foreground>
  576.       <color red="213" green="213" blue="213" />
  577.     </foreground>
  578.   </polygon>
  579.  
  580.   <polygon type="Border" inherit_from="default_border">
  581.     <background draw="1">
  582.       <color ref="grey" />
  583.     </background>
  584.   </polygon>
  585.  
  586.   <polygon type="Province" inherit_from="default_border">
  587.     <background draw="1">
  588.       <color red="249" green="250" blue="231" />
  589.     </background>
  590.   </polygon>
  591.  
  592.   <node type="Capital">
  593.     <text bold="1" pointsize="15">
  594.       <background transparency="128" />
  595.     </text>
  596.   </node>
  597.  
  598.   <node type="City500K">
  599.     <text bold="1" pointsize="13">
  600.       <background transparency="128" />
  601.     </text>
  602.   </node>
  603.  
  604.   <node type="City100K">
  605.     <text bold="1" pointsize="12">
  606.       <background transparency="128" />
  607.     </text>
  608.   </node>
  609.  
  610.   <node type="City50K">
  611.     <text bold="1" pointsize="11">
  612.       <background transparency="128" />
  613.     </text>
  614.   </node>
  615.  
  616.   <node type="City20K">
  617.     <text bold="1" pointsize="10">
  618.       <background transparency="128" />
  619.     </text>
  620.   </node>
  621.  
  622.   <node type="City5K">
  623.     <text bold="1" pointsize="9">
  624.       <background transparency="128" />
  625.     </text>
  626.   </node>
  627.  
  628.   <node type="City1K">
  629.     <text bold="1" pointsize="8">
  630.       <background transparency="128" />
  631.     </text>
  632.   </node>
  633.  
  634.   <node type="CitySmall">
  635.     <text bold="1">
  636.       <background transparency="128" />
  637.     </text>
  638.   </node>
  639.  
  640.   <node type="default_district">
  641.     <text>
  642.       <background transparency="128" />
  643.     </text>
  644.   </node>
  645.  
  646.   <node type="DistrictNumbered" inherit_from="default_district" />
  647.  
  648.   <node type="District100K" inherit_from="default_district" />
  649.  
  650.   <node type="District50K" inherit_from="default_district" />
  651.  
  652.   <node type="District20K" inherit_from="default_district" />
  653.  
  654.   <node type="District5K" inherit_from="default_district" />
  655.  
  656.   <node type="District1K" inherit_from="default_district" />
  657.  
  658.   <node type="DistrictSmall" inherit_from="default_district" />
  659.  
  660.   <roadnames showdiscarded="0" remove_duplicate_indices="1" />
  661.  
  662.   <scalebar>
  663.     <text bold="0" pointsize="7" >
  664.       <background transparency="128" />
  665.     </text>
  666.   </scalebar>
  667.  
  668.   <scale>
  669.     <scale_point level="0" scale="7000000" />
  670.     <scale_point level="8" scale="2000000" />
  671.     <scale_point level="9" scale="550000" />
  672.     <scale_point level="1" scale="200000" />
  673.     <scale_point level="2" scale="100000" />
  674.     <scale_point level="3" scale="50000" />
  675.     <scale_point level="4" scale="25000" />
  676.   </scale>
  677.  
  678.  
  679.   <cache>
  680.     <cache_setting level="5" readahead_size="200000" readahead_threshold="3" cell="6000000" intermediate_cell="4000000" />
  681.   </cache>
  682.  
  683. </settings>