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