Guest User

eml.render.xml

a guest
Sep 17th, 2017
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 50.84 KB | None | 0 0
  1. <renderingStyle name="Depends-template" depends="default" defaultColor="#f1eae4" version="1">
  2.  
  3.     <renderingProperty attr="appMode" name="Rendering mode" description="Map optimization for respective User Profile"
  4.        type="string" possibleValues="browse map,car,bicycle,pedestrian"/>
  5.  
  6.     <renderingAttribute name="debugTextDisplayBBox">
  7.         <case attrBoolValue="false"/>
  8.     </renderingAttribute>
  9.     <renderingAttribute name="debugTextDisplayShieldBBox">
  10.         <case attrBoolValue="false"/>
  11.     </renderingAttribute>
  12.     <renderingAttribute name="debugTextDoNotFindIntersections">
  13.         <case attrBoolValue="false"/>
  14.     </renderingAttribute>
  15.     <renderingAttribute name="debugTextDoNotFindIntersectionsSameName">
  16.         <case attrBoolValue="false"/>
  17.     </renderingAttribute>
  18.     <renderingAttribute name="debugTextDisplayShortRoadNames">
  19.         <case attrBoolValue="false"/>
  20.     </renderingAttribute>
  21.  
  22.     <renderingAttribute name="defaultColor">
  23.         <!-- next line should should make background transparent for underlays to be visible, but this curretnly does not work as desired -->
  24.         <!-- To change default color completely you should do that also for tag="place" value="island" and tag="natural" value="land" (search this file) -->
  25.         <case noPolygons="true" attrColorValue="#00555555"/>
  26.         <case attrColorValue="#f1efe8">  <!--eml inner city background-->
  27.             <apply_if nightMode="true" attrColorValue="#002a2a"/>
  28.         </case>
  29.     </renderingAttribute>
  30.  
  31.     <renderingAttribute name="rulerCircle">
  32.         <!--eml color= below is the color of radius circle, color_2= distance text -->
  33.         <case color="#8195aa" strokeWidth="0.5" shadowRadius="1" shadowColor="#44f1eae4" strokeWidth_2="" color_2="#8195aa" strokeWidth_3="2" color_3="#99f1eae4"/>
  34.         <apply_if nightMode="true" color="#999999" color_2="#aaaaaa" color_3="#33000000" shadowColor="#33002a2a"/>
  35.     </renderingAttribute>
  36.     <renderingAttribute name="rulerCircleAlt">
  37.         <case color="#aaffffff" strokeWidth="1" shadowRadius="1" shadowColor="#33222222" strokeWidth_2="" color_2="#000000" strokeWidth_3="2" color_3="#99f1eae4"/>
  38.         <apply_if nightMode="true" color="#333333" color_2="#333333" shadowColor="#55999999"/>
  39.     </renderingAttribute>
  40.  
  41.     <renderingAttribute name="rulerLine">
  42.         <case color="#000000" strokeWidth="4" pathEffect="4_4"/>
  43.         <apply_if nightMode="true" color="#aaaaaa"/>
  44.     </renderingAttribute>
  45.  
  46.     <renderingConstant name="null" value="#00000000"/>
  47.     <!-- Жилые landuse-->
  48.     <renderingAttribute name="landuseResidentialColor">
  49.         <case nightMode="true" attrColorValue="#3b3b3b"/>
  50.         <case attrColorValue="#ebe8de"/>  <!--eml outer city background-->
  51.     </renderingAttribute>
  52.     <renderingAttribute name="landuseResidentialRuralColor">
  53.         <case nightMode="true" attrColorValue="#3B3E3B"/>
  54.         <case attrColorValue="#cdd5cd"/>
  55.     </renderingAttribute>
  56.     <renderingAttribute name="landuseResidentialNamedStrokeColor">
  57.         <case attrColorValue="$null"/>
  58.     </renderingAttribute>
  59.  
  60.  
  61.     <!--eml route -->
  62.     <renderingAttribute name="route">
  63.         <!-- fluorescent: filter attrColorValue="#CCFF6600"/ -->
  64.         <!-- was badly visible on motorways: filter nightMode="false" attrColorValue="#960000FF"/ -->
  65.         <!-- color used for route line color -->
  66.         <!-- color_0 used for route line stroke color -->
  67.         <!-- color_2 used for route direction arrows -->
  68.         <!-- color_3 used for turn arrows on the route -->
  69.         <case color="#6e8bf7" strokeWidth="12:8" color_3="#80f56b" color_2="#c9d3f7" strokeWidth_3="5:7">
  70.             <apply_if nightMode="true" color="#ffdf3d" color_2="#806f1f" color_3="#41a6d9" strokeWidth="9:8" color_0="#CCb29c2b" strokeWidth_0="12:8"/>
  71.         </case>
  72.     </renderingAttribute>
  73.  
  74.  
  75.  
  76.     <!-- Сельская местность -->
  77.     <!--    <renderingAttribute name="landuseResidentialRuralColor">
  78.        <case nightMode="true" attrColorValue="#3B3E3B"/>
  79.        <case attrColorValue="$defaultColor"/>
  80.    </renderingAttribute>-->
  81.  
  82.     <renderingAttribute name="farmColor">
  83.         <case nightMode="true" attrColorValue="#004333"/>
  84.         <case attrColorValue="#f6e3c7"/>
  85.     </renderingAttribute>
  86.  
  87.     <!-- Building colors -->
  88.     <renderingAttribute name="buildingColor">
  89.         <case nightMode="true" attrColorValue="#685454"/>
  90.         <case attrColorValue="#bca9a9"/>
  91.     </renderingAttribute>
  92.  
  93.     <renderingAttribute name="buildingStrokeColor">
  94.         <case nightMode="true" attrColorValue="#66000000"/>
  95.         <case attrColorValue="#000000"/>
  96.     </renderingAttribute>
  97.  
  98.     <!-- Industrial, Construction -->
  99.     <renderingAttribute name="buildingIndustrialColor">
  100.         <case nightMode="true" attrColorValue="#514c59"/>
  101.         <case attrColorValue="#b2afb9"/>
  102.     </renderingAttribute>
  103.     <renderingAttribute name="buildingResidentialColor">
  104.         <case nightMode="true" attrColorValue="#685e49"/>
  105.         <case attrColorValue="#BBB6A1"/>
  106.     </renderingAttribute>
  107.     <renderingAttribute name="buildingEducationalColor">
  108.         <case nightMode="true" attrColorValue="#56636b"/>
  109.         <case attrColorValue="#B6B4C3"/>
  110.     </renderingAttribute>
  111.     <renderingAttribute name="buildingHospitalColor">
  112.         <case nightMode="true" attrColorValue="#56636b"/>
  113.         <case attrColorValue="#B6B4C3"/>
  114.     </renderingAttribute>
  115.     <renderingAttribute name="buildingCommercialColor">
  116.         <case nightMode="true" attrColorValue="#885d5d"/>
  117.         <case attrColorValue="#d1aeae"/>
  118.     </renderingAttribute>
  119.     <renderingAttribute name="buildingMilitaryColor">
  120.         <case nightMode="true" attrColorValue="#794444"/>
  121.         <case attrColorValue="#d97979"/>
  122.     </renderingAttribute>
  123.  
  124.     <!-- Abandoned -->
  125.     <renderingAttribute name="buildingAbandonedColor">
  126.         <case nightMode="true" attrColorValue="#494949"/>
  127.         <case attrColorValue="#99ababab"/>
  128.     </renderingAttribute>
  129.  
  130.     <renderingAttribute name="buildingProposedColor">
  131.         <case nightMode="true" attrColorValue="#77685454"/>
  132.         <case attrColorValue="#33bca9a9"/>
  133.     </renderingAttribute>
  134.  
  135.  
  136.     <!-- Construction, Commercial, Retail -->
  137.     <renderingAttribute name="landuseConstructionColor">
  138.         <case nightMode="true" attrColorValue="#3c3c1b"/>
  139.         <case attrColorValue="#cac090"/>
  140.     </renderingAttribute>
  141.  
  142.     <renderingAttribute name="landuseConstructionStrokeColor">
  143.         <case nightMode="true" attrColorValue="#aaaaaa"/>
  144.         <case attrColorValue="#666666"/>
  145.     </renderingAttribute>
  146.  
  147.     <renderingAttribute name="landuseCommercialColor">
  148.         <case nightMode="true" attrColorValue="#3b3b3b"/>
  149.         <case attrColorValue="#efc8c8"/>
  150.     </renderingAttribute>
  151.  
  152.     <renderingAttribute name="landuseRetailColor">
  153.         <case nightMode="true" attrColorValue="#3b3b3b"/>
  154.         <case attrColorValue="#efd0c8"/>
  155.     </renderingAttribute>
  156.  
  157.     <!-- Brownfield -->
  158.     <renderingAttribute name="brownfieldColor">
  159.         <case attrColorValue="#9d9d6c"/>
  160.     </renderingAttribute>
  161.  
  162.     <!-- Свалка -->
  163.     <renderingAttribute name="landuseLandfillColor">
  164.         <case nightMode="true" attrColorValue="#3b3b3b"/>
  165.         <case attrColorValue="#9d9d6c"/>
  166.     </renderingAttribute>
  167.  
  168.     <!-- Industrial -->
  169.     <renderingAttribute name="landuseIndustrialColor">
  170.         <case nightMode="true" attrColorValue="#302d2d"/>
  171.         <case attrColorValue="#cfc0c8"/>
  172.     </renderingAttribute>
  173.  
  174.     <!-- Заводы, ТЭЦ -->
  175.     <renderingAttribute name="powerLanduseColor">
  176.         <case nightMode="true" attrColorValue="#132c4e"/>
  177.         <case attrColorValue="#bbbbbb"/>
  178.     </renderingAttribute>
  179.  
  180.     <renderingAttribute name="landuseMilitaryColor0">
  181.         <case nightMode="true" attrColorValue="#42fea0bf"/>
  182.         <case attrColorValue="#63fea0bf"/>
  183.     </renderingAttribute>
  184.     <renderingConstant name="landuseMilitaryShaderDay" value="danger"/>
  185.     <renderingConstant name="landuseMilitaryShaderNight" value="danger_night"/>
  186.  
  187.     <!-- Railway -->
  188.     <renderingAttribute name="landuseRailwayColor">
  189.         <case nightMode="true" attrColorValue="#3b3b3b"/>
  190.         <case attrColorValue="#dfd1d6"/>
  191.     </renderingAttribute>
  192.  
  193.     <!-- Гаражи -->
  194.     <renderingAttribute name="landuseGaragesColor">
  195.         <case nightMode="true" attrColorValue="#362d2d"/>
  196.         <case attrColorValue="#cdc6bf"/>
  197.     </renderingAttribute>
  198.  
  199.     <!-- Church -->
  200.     <renderingAttribute name="churchColor">
  201.         <case nightMode="true" attrColorValue="#685454"/>
  202.         <case attrColorValue="#bca9a9"/>
  203.     </renderingAttribute>
  204.  
  205.     <!-- Attraction -->
  206.     <renderingAttribute name="attractionColor">
  207.         <case nightMode="true" attrColorValue="$null"/>
  208.         <case attrColorValue="#23dd00b1"/>
  209.     </renderingAttribute>
  210.  
  211.     <!-- Educational -->
  212.     <renderingAttribute name="amenityEducationalColor">
  213.         <case nightMode="true" attrColorValue="#3b3b3b"/>
  214.         <case attrColorValue="#f0f0d8"/>
  215.     </renderingAttribute>
  216.     <renderingAttribute name="amenityEducationalStrokeColor">
  217.         <case nightMode="true" attrColorValue="#d4a89e"/>
  218.         <case attrColorValue="#d4a89e"/>
  219.     </renderingAttribute>
  220.  
  221.     <!-- Hospital -->
  222.     <renderingAttribute name="amenityHospitalColor">
  223.         <case nightMode="true" attrColorValue="#3b3b3b"/>
  224.         <case attrColorValue="#f0f0d8"/>
  225.     </renderingAttribute>
  226.     <renderingAttribute name="amenityHospitalStrokeColor">
  227.         <case nightMode="true" attrColorValue="#d4a89e"/>
  228.         <case attrColorValue="#d4a89e"/>
  229.     </renderingAttribute>
  230.  
  231.     <!-- Playground -->
  232.     <renderingAttribute name="playgroundColor">
  233.         <case attrColorValue="#ccfff1"/>
  234.     </renderingAttribute>
  235.  
  236.  
  237.     <!-- Wood -->
  238.     <renderingAttribute name="woodColor">
  239.         <case nightMode="true" attrColorValue="#001122"/>
  240.         <case attrColorValue="#aed1a0"/>
  241.     </renderingAttribute>
  242.     <renderingAttribute name="forestColor">
  243.         <case nightMode="true" attrColorValue="#001122"/>
  244.         <case attrColorValue="#9dd57c"/>
  245.     </renderingAttribute>
  246.  
  247.     <renderingAttribute name="natureReserveStrokeColor">
  248.         <case nightMode="true" attrColorValue="#5509821F"/>
  249.         <case attrColorValue="#6DE783"/>
  250.     </renderingAttribute>
  251.  
  252.     <!-- Места для прогулок -->
  253.     <renderingAttribute name="leisureCommonColor">
  254.         <case attrColorValue="#cfeca8"/>
  255.     </renderingAttribute>
  256.  
  257.  
  258.     <!-- Стадионы, зоны отдыха #b0b6fdb6 -->
  259.     <renderingAttribute name="leisureResortColor">
  260.         <case nightMode="true" attrColorValue="#362d2d"/>
  261.         <case attrColorValue="#b0b6fdb6"/>
  262.     </renderingAttribute>
  263.  
  264.     <!-- Parks -->
  265.     <renderingAttribute name="parkColor">
  266.         <case nightMode="true" attrColorValue="#004333"/>
  267.         <case attrColorValue="#b0b6fdb6"/>
  268.     </renderingAttribute>
  269.     <renderingAttribute name="parkStrokeColor">
  270.         <case nightMode="true" attrColorValue="$woodColor"/>
  271.         <case attrColorValue="#b6d9af"/>
  272.     </renderingAttribute>
  273.  
  274.  
  275.     <!-- Парки под застройку -->
  276.     <renderingAttribute name="greenfieldColor">
  277.         <case attrColorValue="#9d9d6c"/>
  278.     </renderingAttribute>
  279.  
  280.     <!-- Recreation Ground -->
  281.     <renderingAttribute name="recreationGroundColor">
  282.         <case attrColorValue="#cfeca8"/>
  283.     </renderingAttribute>
  284.  
  285.     <renderingConstant name="openNatureColorNight" value="#004333"/>
  286.  
  287.     <!-- Grass -->
  288.     <renderingAttribute name="grasslandColor">
  289.         <case attrColorValue="#cfeca8"/>
  290.     </renderingAttribute>
  291.     <renderingAttribute name="grassColor">
  292.         <case attrColorValue="#cfeca8"/>
  293.     </renderingAttribute>
  294.  
  295.     <!-- Garden -->
  296.     <renderingAttribute name="gardenColor">
  297.         <case nightMode="true" attrColorValue="#004333"/>
  298.         <case attrColorValue="#cfeca8"/>
  299.     </renderingAttribute>
  300.  
  301.     <renderingAttribute name="landuseAllotmentsColor">
  302.         <case nightMode="true" attrColorValue="#3b3b3b"/>
  303.         <case attrColorValue="#bde3cb"/>
  304.     </renderingAttribute>
  305.     <renderingAttribute name="landuseAllotmentsStrokeColor">
  306.         <case nightMode="true" attrColorValue="#00510e"/>
  307.         <case attrColorValue="#8fbda0"/>
  308.     </renderingAttribute>
  309.  
  310.  
  311.  
  312.     <!-- National Park -->
  313.     <renderingConstant name="boundaryNationalParkColor" value="#a0800080"/>
  314.  
  315.     <!-- Meadow -->
  316.     <renderingAttribute name="meadowColor">
  317.         <case nightMode="true" attrColorValue="#004333"/>
  318.         <case attrColorValue="#cfeca8"/>
  319.     </renderingAttribute>
  320.     <renderingAttribute name="heathColor">
  321.         <case attrColorValue="#ffffc0">
  322.             <apply_if nightMode="true" attrColorValue="$openNatureColorNight"/>
  323.         </case>
  324.     </renderingAttribute>
  325.  
  326.     <!-- Water -->
  327.     <renderingAttribute name="waterColor">
  328.         <case nightMode="true" attrColorValue="#330099"/>
  329.         <case attrColorValue="#a3ccff"/>    <!--eml water color-->
  330.     </renderingAttribute>
  331.  
  332.     <renderingAttribute name="waterTextColor">
  333.         <case nightMode="true" attrColorValue="#8EAAEB"/>
  334.         <case attrColorValue="#4d81c6"/>  <!--eml water text color-->
  335.     </renderingAttribute>
  336.     <renderingAttribute name="waterTextHaloColor">
  337.         <case nightMode="true" attrColorValue="#9939528B"/>
  338.         <case attrColorValue="#f5f3ee"/>    <!--eml water text halo color-->
  339.     </renderingAttribute>
  340.  
  341.     <!-- Цвет пешеходных линий -->
  342.     <renderingAttribute name="footwayColor">
  343.         <case attrColorValue="#fa5073">
  344.             <apply_if nightMode="true" attrColorValue="#fa5073"/>
  345.         </case>
  346.     </renderingAttribute>
  347.  
  348.     <!-- Лесные дороги -->
  349.     <renderingAttribute name="trackColor">
  350.         <case attrColorValue="#996600">
  351.             <apply_if nightMode="true" attrColorValue="#996600"/>
  352.         </case>
  353.     </renderingAttribute>
  354.     <renderingAttribute name="trackSubstrateColor">
  355.         <case noPolygons="true">
  356.             <apply attrColorValue="#eeeeee">
  357.                 <apply_if nightMode="true" attrColorValue="#333333"/>
  358.             </apply>
  359.         </case>
  360.         <case nightMode="true" attrColorValue="$null"/>
  361.         <case attrColorValue="#77f1eae4"/>
  362.     </renderingAttribute>
  363.     <renderingConstant name="trackPathEffect" value="4_2"/>
  364.  
  365.     <!-- Cycleway -->
  366.     <renderingAttribute name="cyclewayColor">
  367.         <case attrColorValue="#0000ff">
  368.             <apply_if nightMode="true" attrColorValue="#3670FF">
  369.                 <apply_if appMode="bicycle" attrColorValue="#00FFFF"/>
  370.             </apply_if>
  371.         </case>
  372.     </renderingAttribute>
  373.     <renderingConstant name="cyclewayPathEffect" value="12_4"/>
  374.  
  375.     <!-- Path, traks -->
  376.     <renderingAttribute name="pathColor">
  377.         <case attrColorValue="#000000">
  378.             <apply_if nightMode="true" attrColorValue="#787878"/>
  379.         </case>
  380.     </renderingAttribute>
  381.     <renderingConstant name="pathPathEffect" value="4_2"/>
  382.  
  383.  
  384.     <!-- Железная дорога -->
  385.     <renderingAttribute name="railwayRailColor">
  386.         <case nightMode="true" attrColorValue="#999999"/>
  387.         <case attrColorValue="#888888"/>
  388.     </renderingAttribute>
  389.     <renderingAttribute name="railwayRailColor2">
  390.         <case nightMode="true" attrColorValue="#ffffff"/>
  391.         <case attrColorValue="#ffffff"/>
  392.     </renderingAttribute>
  393.  
  394.  
  395.     <!-- Метро -->
  396.     <renderingAttribute name="subwayLineDefaultColor">
  397.         <case nightMode="true" attrColorValue="#7b0000"/>
  398.         <case attrColorValue="#a24141"/>
  399.     </renderingAttribute>
  400.  
  401.     <!-- Ferry -->
  402.     <renderingAttribute name="routeFerryColor">
  403.         <case attrColorValue="#7777FF"/>
  404.     </renderingAttribute>
  405.  
  406.  
  407.     <!-- Roads -->
  408.  
  409.     <!-- Motorway  -->
  410.     <renderingAttribute name="motorwayRoadColor">
  411.         <case roadStyle="germanRoadAtlas" attrColorValue="#fbeaa5">  <!-- eml Road-0 color zoomOUT color-->
  412.             <apply_if nightMode="true" attrColorValue="#f7fe2e">
  413.                 <apply_if appMode="car" attrColorValue="#c6cc26"/>
  414.             </apply_if>
  415.         </case>
  416.         <case roadStyle="americanRoadAtlas" attrColorValue="#6de3ff">
  417.             <apply_if nightMode="true" attrColorValue="#c9e3ff"/>
  418.         </case>
  419.         <case roadStyle="highContrastRoads" attrColorValue="#3838b0">
  420.             <apply_if nightMode="true" attrColorValue="#3838b0"/>
  421.         </case>
  422.         <case attrColorValue="#809bff">
  423.             <apply_if nightMode="true" attrColorValue="#2b8dba"/>
  424.         </case>
  425.     </renderingAttribute>
  426.  
  427.     <renderingAttribute name="motorwayRoadLowZoomColor">
  428.         <case roadStyle="germanRoadAtlas" attrColorValue="#fff1b9">     <!-- eml Road-0 color zoomOUT color-->
  429.             <apply_if nightMode="true" attrColorValue="#f7fe2e">
  430.                 <apply_if appMode="car" attrColorValue="#c6cc26"/>
  431.             </apply_if>
  432.         </case>
  433.         <case roadStyle="americanRoadAtlas" attrColorValue="#6de3ff">
  434.             <apply_if nightMode="true" attrColorValue="#c9e3ff"/>
  435.         </case>
  436.         <case roadStyle="highContrastRoads" attrColorValue="#3838b0">
  437.             <apply_if nightMode="true" attrColorValue="#3838b0"/>
  438.         </case>
  439.         <case attrColorValue="#809bff">
  440.             <apply_if nightMode="true" attrColorValue="#2b8dba"/>
  441.         </case>
  442.     </renderingAttribute>
  443.  
  444.     <renderingAttribute name="motorwayRoadShadowColor">
  445.         <case roadStyle="boldOutline" attrColorValue="#000000">
  446.             <apply_if nightMode="true" attrColorValue="$null"/>
  447.         </case>
  448.         <case showAccess="true" additional="motorroad=yes" attrColorValue="#5f5fff"/>
  449.         <case roadStyle="germanRoadAtlas" attrColorValue="#e7ce87">    <!-- eml Road-0 (main) border Both Zooms -->
  450.             <apply_if appMode="car" nightMode="true" attrColorValue="#cc2626"/>
  451.         </case>
  452.         <case roadStyle="americanRoadAtlas" attrColorValue="#3977ba"/>
  453.         <case attrColorValue="#969696">
  454.             <case streetLighting="true" attrColorValue="#555555"/>
  455.             <apply_if nightMode="true" attrColorValue="$null"/>
  456.         </case>
  457.         <apply_if additional="construction=yes" attrColorValue="$null"/>
  458.     </renderingAttribute>
  459.     <renderingConstant name="motorwayShadowRadius" value=":1"/>
  460.     <renderingConstant name="motorwayShadowRadius_v2" value="1"/>
  461.  
  462.     <!-- Trunk  -->
  463.     <renderingAttribute name="trunkRoadColor">
  464.         <case roadStyle="germanRoadAtlas" attrColorValue="#fff1b9"> <!--eml Road-1 (main) color-->
  465.             <apply_if nightMode="true" attrColorValue="#dddddd">
  466.                 <apply_if appMode="car" attrColorValue="#bbbbbb"/>
  467.             </apply_if>
  468.         </case>
  469.         <case roadStyle="americanRoadAtlas" attrColorValue="#eea67a">
  470.             <apply_if nightMode="true" attrColorValue="#eed1b1"/>
  471.         </case>
  472.         <case roadStyle="highContrastRoads" attrColorValue="#a01060">
  473.             <apply_if nightMode="true" attrColorValue="#a01060"/>
  474.         </case>
  475.         <case attrColorValue="#ff8095">
  476.             <apply_if nightMode="true" attrColorValue="#cb5662"/>
  477.         </case>
  478.     </renderingAttribute>
  479.  
  480.     <renderingAttribute name="trunkRoadLowZoomColor">
  481.         <case roadStyle="germanRoadAtlas" attrColorValue="#fbeaa5"> <!--eml Road-1 (main) zoomOUT color-->
  482.             <apply_if nightMode="true" attrColorValue="#ffffff">
  483.                 <apply_if appMode="car" attrColorValue="#cccccc"/>
  484.             </apply_if>
  485.         </case>
  486.         <case roadStyle="americanRoadAtlas" attrColorValue="#eea67a">
  487.             <apply_if nightMode="true" attrColorValue="#eed1b1"/>
  488.         </case>
  489.         <case roadStyle="highContrastRoads" attrColorValue="#a01060">
  490.             <apply_if nightMode="true" attrColorValue="#a01060"/>
  491.         </case>
  492.         <case attrColorValue="#ff8095">
  493.             <apply_if nightMode="true" attrColorValue="#cb5662"/>
  494.         </case>
  495.     </renderingAttribute>
  496.  
  497.     <renderingAttribute name="trunkRoadShadowColor">
  498.         <case roadStyle="boldOutline" attrColorValue="#000000">
  499.             <apply_if nightMode="true" attrColorValue="$null"/>
  500.         </case>
  501.         <case showAccess="true" additional="motorroad=yes" attrColorValue="#5f5fff"/>
  502.         <case roadStyle="germanRoadAtlas" attrColorValue="#e7ce87">  <!-- eml Road-1 (main) border Both Zooms -->
  503.             <apply_if nightMode="true" attrColorValue="#fe2e2e">
  504.                 <apply_if appMode="car" attrColorValue="#cc2626"/>
  505.             </apply_if>
  506.         </case>
  507.         <case roadStyle="americanRoadAtlas" attrColorValue="#6f4726">
  508.             <apply_if nightMode="true" attrColorValue="#a72202"/>
  509.         </case>
  510.         <case attrColorValue="#969696">
  511.             <case streetLighting="true" attrColorValue="#555555"/>
  512.             <apply_if nightMode="true" attrColorValue="$null"/>
  513.         </case>
  514.         <apply_if additional="construction=yes" attrColorValue="$null"/>
  515.     </renderingAttribute>
  516.  
  517.  
  518.     <!-- Primary  -->
  519.     <renderingAttribute name="primaryRoadColor">
  520.         <case roadStyle="germanRoadAtlas" attrColorValue="#fef3c7"> <!--eml Road-2 color -->
  521.             <apply_if nightMode="true" attrColorValue="#ff80a0">
  522.                 <apply_if appMode="car" attrColorValue="#cc6882"/>
  523.             </apply_if>
  524.         </case>
  525.         <case roadStyle="americanRoadAtlas" attrColorValue="#ff827c">
  526.             <apply_if nightMode="true" attrColorValue="#be4841"/>
  527.         </case>
  528.         <case roadStyle="highContrastRoads" attrColorValue="#c00828">
  529.             <apply_if nightMode="true" attrColorValue="#c00828"/>
  530.         </case>
  531.         <case attrColorValue="#ffaa80">
  532.             <apply_if nightMode="true" attrColorValue="#c7675a"/>
  533.         </case>
  534.     </renderingAttribute>
  535.  
  536.     <renderingAttribute name="primaryRoadLowZoomColor">
  537.         <case roadStyle="germanRoadAtlas" attrColorValue="#fef3c7"> <!--eml Road-2 zoomOUT color -->
  538.             <apply_if nightMode="true" attrColorValue="#ff80a0">
  539.                 <apply_if appMode="car" attrColorValue="#cc6882"/>
  540.             </apply_if>
  541.         </case>
  542.         <case roadStyle="americanRoadAtlas" attrColorValue="#ff827c">
  543.             <apply_if nightMode="true" attrColorValue="#be4841"/>
  544.         </case>
  545.         <case roadStyle="highContrastRoads" attrColorValue="#c00828">
  546.             <apply_if nightMode="true" attrColorValue="#c00828"/>
  547.         </case>
  548.         <case attrColorValue="#ffaa80">
  549.             <apply_if nightMode="true" attrColorValue="#c7675a"/>
  550.         </case>
  551.     </renderingAttribute>
  552.  
  553.     <renderingAttribute name="primaryRoadShadowColor">
  554.         <case roadStyle="boldOutline" attrColorValue="#000000">
  555.             <apply_if nightMode="true" attrColorValue="$null"/>
  556.         </case>
  557.         <case showAccess="true" additional="motorroad=yes" attrColorValue="#5f5fff"/>
  558.         <case roadStyle="germanRoadAtlas" attrColorValue="#767676">
  559.             <apply_if nightMode="true" attrColorValue="#464646"/>
  560.             <!-- NOTE: Touring view's <renderingConstant name="shadowColorLowZoom" value="#262626"/> still ignored here for now -->
  561.         </case>
  562.         <case roadStyle="americanRoadAtlas" attrColorValue="#693431"/>
  563.         <case attrColorValue="#77464646">
  564.             <case streetLighting="true" attrColorValue="#555555"/>
  565.         </case>
  566.     </renderingAttribute>
  567.  
  568.     <!-- Secondary - Важная дорога -->
  569.     <renderingAttribute name="secondaryRoadColor">
  570.         <case roadStyle="germanRoadAtlas" attrColorValue="#ffffff"> <!--eml Road-3 color -->
  571.             <apply_if nightMode="true" attrColorValue="#ffd080">
  572.                 <apply_if appMode="car" attrColorValue="#cca568"/>
  573.             </apply_if>
  574.         </case>
  575.         <case roadStyle="highContrastRoads" attrColorValue="#ff8000">
  576.             <apply_if nightMode="true" attrColorValue="#ff8000"/>
  577.         </case>
  578.         <case attrColorValue="#ffd080">
  579.             <apply_if nightMode="true" attrColorValue="#c99870"/>
  580.         </case>
  581.     </renderingAttribute>
  582.  
  583.     <renderingAttribute name="secondaryRoadLowZoomColor">
  584.         <case roadStyle="germanRoadAtlas" attrColorValue="#ffffff"> <!--eml Road-3 zoomOUT color -->
  585.             <apply_if nightMode="true" attrColorValue="#ffd080">
  586.                 <apply_if appMode="car" attrColorValue="#cca568"/>
  587.             </apply_if>
  588.         </case>
  589.         <case roadStyle="highContrastRoads" attrColorValue="#ff8000">
  590.             <apply_if nightMode="true" attrColorValue="#ff8000"/>
  591.         </case>
  592.         <case attrColorValue="#ffd080">
  593.             <apply_if nightMode="true" attrColorValue="#c99870"/>
  594.         </case>
  595.     </renderingAttribute>
  596.  
  597.     <renderingAttribute name="secondaryRoadShadowColor">
  598.         <case showAccess="true" additional="motorroad=yes" attrColorValue="#5f5fff"/>
  599.         <case roadStyle="boldOutline" attrColorValue="#000000">
  600.             <apply_if nightMode="true" attrColorValue="$null"/>
  601.         </case>
  602.         <case showAccess="true" additional="motorroad=yes" attrColorValue="#5f5fff"/>
  603.         <case roadStyle="germanRoadAtlas" attrColorValue="#767676">
  604.             <apply_if nightMode="true" attrColorValue="#464646"/>
  605.             <!-- NOTE: Touring view's <renderingConstant name="shadowColorLowZoom" value="#262626"/> still ignored here for now -->
  606.         </case>
  607.         <case attrColorValue="#77464646">
  608.             <case streetLighting="true" attrColorValue="#444444">
  609.                 <apply_if nightMode="true" attrColorValue="#ffffff"/>
  610.             </case>
  611.         </case>
  612.     </renderingAttribute>
  613.  
  614.     <!-- Tertiary  -->
  615.     <renderingAttribute name="tertiaryRoadColor">
  616.         <case roadStyle="germanRoadAtlas" attrColorValue="#ffffff"> <!--eml Road-4 color-->
  617.             <apply_if nightMode="true" attrColorValue="#ffff80">
  618.                 <apply_if appMode="car" attrColorValue="#cccc68"/>
  619.             </apply_if>
  620.         </case>
  621.         <case roadStyle="highContrastRoads" attrColorValue="#f0c810">
  622.             <apply_if nightMode="true" attrColorValue="#f0c810"/>
  623.         </case>
  624.         <case attrColorValue="#ffff80">
  625.             <apply_if additional="construction=yes" attrColorValue="#D6CF2A"/>
  626.             <apply_if nightMode="true" attrColorValue="#b8b878"/>
  627.         </case>
  628.     </renderingAttribute>
  629.  
  630.     <renderingAttribute name="tertiaryRoadLowZoomColor">
  631.         <case roadStyle="germanRoadAtlas" attrColorValue="#ffffff"> <!--eml Road-4 zoomOUT color-->
  632.             <apply_if nightMode="true" attrColorValue="#ffff80">
  633.                 <apply_if appMode="car" attrColorValue="#cccc68"/>
  634.             </apply_if>
  635.         </case>
  636.         <case roadStyle="highContrastRoads" attrColorValue="#f0c810">
  637.             <apply_if nightMode="true" attrColorValue="#f0c810"/>
  638.         </case>
  639.         <case attrColorValue="#ffff80">
  640.             <apply_if nightMode="true" attrColorValue="#b8b878"/>
  641.         </case>
  642.     </renderingAttribute>
  643.  
  644.     <renderingAttribute name="tertiaryRoadShadowColor">
  645.         <case roadStyle="boldOutline" attrColorValue="#000000">
  646.             <apply_if nightMode="true" attrColorValue="$null"/>
  647.         </case>
  648.         <case showAccess="true" additional="motorroad=yes" attrColorValue="#5f5fff"/>
  649.         <case roadStyle="germanRoadAtlas" attrColorValue="#767676">
  650.             <apply_if nightMode="true" attrColorValue="#464646"/>
  651.             <!-- NOTE: Touring view's <renderingConstant name="shadowColorLowZoom" value="#262626"/> ignored here for now -->
  652.         </case>
  653.         <case attrColorValue="#969696">
  654.             <case streetLighting="true" minzoom="14" attrColorValue="#444444">
  655.                 <apply_if nightMode="true" attrColorValue="#ffffff"/>
  656.             </case>
  657.         </case>
  658.     </renderingAttribute>
  659.  
  660.     <renderingAttribute name="tertiaryRoadLowZoomShadowColor">
  661.         <case roadStyle="boldOutline" attrColorValue="#000000">
  662.             <apply_if nightMode="true" attrColorValue="$null"/>
  663.         </case>
  664.         <case showAccess="true" additional="motorroad=yes" attrColorValue="#5f5fff"/>
  665.         <case roadStyle="germanRoadAtlas" attrColorValue="#767676">
  666.             <apply_if nightMode="true" attrColorValue="#464646"/>
  667.         </case>
  668.         <case attrColorValue="#969696">
  669.             <case streetLighting="true" minzoom="14" attrColorValue="#444444">
  670.                 <apply_if nightMode="true" attrColorValue="#ffffff"/>
  671.             </case>
  672.         </case>
  673.     </renderingAttribute>
  674.  
  675.     <!-- Residential Road -->
  676.     <renderingAttribute name="residentialRoadColor">
  677.         <case roadStyle="highContrastRoads" attrColorValue="#ffe778">
  678.             <apply_if nightMode="true" attrColorValue="#ceba61"/>
  679.         </case>
  680.         <case attrColorValue="#ffffff">
  681.             <apply_if additional="construction=yes" attrColorValue="#cccccc"/>
  682.             <apply_if nightMode="true" attrColorValue="#9f9f9f"/>
  683.         </case>
  684.     </renderingAttribute>
  685.  
  686.     <renderingAttribute name="residentialRoadLowZoom1ShadowColor">
  687.         <case roadStyle="boldOutline" attrColorValue="#99666666">
  688.             <apply_if nightMode="true" attrColorValue="$null"/>
  689.         </case>
  690.         <case attrColorValue="#44666666"/>
  691.     </renderingAttribute>
  692.  
  693.     <renderingAttribute name="residentialRoadLowZoom2ShadowColor">
  694.         <case roadStyle="boldOutline" attrColorValue="#444444">
  695.             <apply_if nightMode="true" attrColorValue="$null"/>
  696.         </case>
  697.         <case attrColorValue="#44666666"/>
  698.     </renderingAttribute>
  699.  
  700.     <renderingAttribute name="residentialRoadShadowColor">
  701.         <case roadStyle="boldOutline" attrColorValue="#000000">
  702.             <apply_if nightMode="true" attrColorValue="$null"/>
  703.         </case>
  704.         <case showAccess="true" additional="motorroad=yes" attrColorValue="#5f5fff"/>
  705.         <case attrColorValue="#969696"/>
  706.     </renderingAttribute>
  707.  
  708.  
  709.     <!-- Service Road-->
  710.     <renderingAttribute name="serviceRoadColor">
  711.         <case roadStyle="highContrastRoads" attrColorValue="#fff3ba">
  712.             <apply_if additional="construction=yes" attrColorValue="#F9DD76"/>
  713.             <apply_if nightMode="true" attrColorValue="#b0a781"/>
  714.         </case>
  715.         <case attrColorValue="#ececec">
  716.             <apply_if additional="construction=yes" attrColorValue="#cccccc"/>
  717.             <apply_if nightMode="true" attrColorValue="#727272"/>
  718.         </case>
  719.     </renderingAttribute>
  720.  
  721.     <renderingAttribute name="serviceRoadShadowColor">
  722.         <case roadStyle="boldOutline" attrColorValue="#222222">
  723.             <apply_if nightMode="true" attrColorValue="$null"/>
  724.         </case>
  725.         <case showAccess="true" additional="motorroad=yes" attrColorValue="#5f5fff"/>
  726.         <case attrColorValue="#969696"/>
  727.     </renderingAttribute>
  728.  
  729.     <!-- Service Driveway -->
  730.     <renderingAttribute name="serviceDrivewayRoadColor">
  731.         <case roadStyle="highContrastRoads" attrColorValue="#ebe2bd">
  732.             <apply_if additional="construction=yes" attrColorValue="#F9DD76"/>
  733.             <apply_if nightMode="true" attrColorValue="#8c8667"/>
  734.         </case>
  735.         <case attrColorValue="#e0e0e0">
  736.             <apply_if additional="construction=yes" attrColorValue="#cccccc"/>
  737.             <apply_if nightMode="true" attrColorValue="#636363"/>
  738.         </case>
  739.     </renderingAttribute>
  740.     <renderingAttribute name="serviceDrivewayRoadShadowColor">
  741.         <case roadStyle="boldOutline" attrColorValue="#000000">
  742.             <apply_if nightMode="true" attrColorValue="$null"/>
  743.         </case>
  744.         <case attrColorValue="#bb999999">
  745.             <apply_if nightMode="true" attrColorValue="$null"/>
  746.         </case>
  747.     </renderingAttribute>
  748.  
  749.     <renderingAttribute name="roadRoadColor">
  750.         <case attrColorValue="#ececec">
  751.             <apply_if nightMode="true" attrColorValue="#727272"/>
  752.         </case>
  753.     </renderingAttribute>
  754.     <!-- Pedestrian Road -->
  755.     <renderingAttribute name="pedestrianRoadColor">
  756.         <case appMode="car" attrColorValue="#f7d4d4">
  757.             <apply_if nightMode="true" attrColorValue="#412e2e"/>
  758.         </case>
  759.         <case appMode="pedestrian" attrColorValue="#dddde8">
  760.             <apply_if nightMode="true" attrColorValue="#727285"/>
  761.         </case>
  762.         <case roadStyle="highContrastRoads" attrColorValue="#fff3ba">
  763.             <apply_if additional="construction=yes" attrColorValue="#f9dd76"/>
  764.             <apply_if nightMode="true" attrColorValue="#b0a781"/>
  765.         </case>
  766.         <case attrColorValue="#ececec">
  767.             <apply_if additional="construction=yes" attrColorValue="#cccccc"/>
  768.             <apply_if nightMode="true" attrColorValue="#727272"/>
  769.         </case>
  770.     </renderingAttribute>
  771.  
  772.     <renderingAttribute name="pedestrianRoadShadowColor">
  773.         <case appMode="car" attrColorValue="#44444444">
  774.             <apply_if nightMode="true" attrColorValue="$null"/>
  775.         </case>
  776.         <case roadStyle="boldOutline" attrColorValue="#000000">
  777.             <apply_if nightMode="true" attrColorValue="$null"/>
  778.         </case>
  779.         <case attrColorValue="#b8b8cc">
  780.             <apply_if nightMode="true" attrColorValue="#999999"/>
  781.         </case>
  782.     </renderingAttribute>
  783.     <renderingAttribute name="constructionHighwayBGColor">
  784.         <case attrColorValue="#ffffff">
  785.             <apply_if nightMode="true" attrColorValue="#555555"/>
  786.         </case>
  787.     </renderingAttribute>
  788.  
  789.     <!-- Race road -->
  790.     <renderingAttribute name="racewayColor">
  791.         <case attrColorValue="#ffc5cf">
  792.             <apply_if nightMode="true" attrColorValue="#cd9fa7"/>
  793.         </case>
  794.     </renderingAttribute>
  795.  
  796.     <renderingAttribute name="racewayStrokeColor">
  797.         <case attrColorValue="#7c5b5b">
  798.             <apply_if nightMode="true" attrColorValue="#ffdddd"/>
  799.         </case>
  800.     </renderingAttribute>
  801.  
  802.     <renderingAttribute name="primaryResidentialHighwayAreaColor">
  803.         <case attrColorValue="#ffffff">
  804.             <apply_if nightMode="true" attrColorValue="#9f9f9f"/>
  805.         </case>
  806.     </renderingAttribute>
  807.     <renderingAttribute name="primaryResidentialHighwayAreaShadowColor">
  808.         <case attrColorValue="#969696">
  809.             <apply_if nightMode="true" attrColorValue="#464646"/>
  810.         </case>
  811.     </renderingAttribute>
  812.     <renderingAttribute name="serviceHighwayAreaColor">
  813.         <case attrColorValue="#ececec">
  814.             <apply_if nightMode="true" attrColorValue="#727272"/>
  815.         </case>
  816.     </renderingAttribute>
  817.     <renderingAttribute name="serviceHighwayAreaShadowColor">
  818.         <case attrColorValue="#969696">
  819.             <apply_if nightMode="true" attrColorValue="#464646"/>
  820.         </case>
  821.     </renderingAttribute>
  822.  
  823.     <!-- Arrow direction icons #7F99D4 -->
  824.     <renderingAttribute name="motorwayHighwayOnewayArrowsColor">
  825.         <case roadStyle="highContrastRoads" attrColorValue="#000000"/>
  826.         <case attrColorValue="#484dc1">
  827.             <apply_if nightMode="true" attrColorValue="#000000"/>
  828.         </case>
  829.     </renderingAttribute>
  830.  
  831.     <renderingAttribute name="trunkHighwayOnewayArrowsColor">
  832.         <case roadStyle="highContrastRoads" attrColorValue="#000000"/>
  833.         <case attrColorValue="#484dc1">
  834.             <apply_if nightMode="true" attrColorValue="#000000"/>
  835.         </case>
  836.     </renderingAttribute>
  837.  
  838.     <renderingAttribute name="primaryHighwayOnewayArrowsColor">
  839.         <case roadStyle="highContrastRoads" attrColorValue="#000000"/>
  840.         <case attrColorValue="#484dc1">
  841.             <apply_if nightMode="true" attrColorValue="#000000"/>
  842.         </case>
  843.     </renderingAttribute>
  844.  
  845.     <renderingAttribute name="secondaryHighwayOnewayArrowsColor">
  846.         <case roadStyle="highContrastRoads" attrColorValue="#000000"/>
  847.         <case attrColorValue="#484dc1">
  848.             <apply_if nightMode="true" attrColorValue="#000000"/>
  849.         </case>
  850.     </renderingAttribute>
  851.  
  852.     <renderingAttribute name="tertiaryHighwayOnewayArrowsColor">
  853.         <case roadStyle="highContrastRoads" attrColorValue="#000000"/>
  854.         <case attrColorValue="#484dc1">
  855.             <apply_if nightMode="true" attrColorValue="#000000"/>
  856.         </case>
  857.     </renderingAttribute>
  858.  
  859.     <renderingAttribute name="residentialHighwayOnewayArrowsColor">
  860.         <case roadStyle="highContrastRoads" attrColorValue="#000000"/>
  861.         <case attrColorValue="#484dc1">
  862.             <apply_if nightMode="true" attrColorValue="#000000"/>
  863.         </case>
  864.     </renderingAttribute>
  865.  
  866.     <renderingAttribute name="serviceHighwayOnewayArrowsColor">
  867.         <case roadStyle="highContrastRoads" attrColorValue="#000000"/>
  868.         <case attrColorValue="#484dc1">
  869.             <apply_if nightMode="true" attrColorValue="#000000"/>
  870.         </case>
  871.     </renderingAttribute>
  872.  
  873.     <renderingAttribute name="trackPathHighwayOnewayArrowsColor">
  874.         <case roadStyle="highContrastRoads" attrColorValue="#000000">
  875.             <apply_if nightMode="true" attrColorValue="#dddddd"/>
  876.         </case>
  877.         <case attrColorValue="#3a3e9c">
  878.             <apply_if nightMode="true" attrColorValue="#dddddd"/>
  879.         </case>
  880.     </renderingAttribute>
  881.  
  882.     <!-- Water arrow direction -->
  883.     <renderingAttribute name="waterwayArrowsColor">
  884.         <case nightMode="true" attrColorValue="#4C69C7"/>
  885.         <case attrColorValue="#6286ff"/>
  886.     </renderingAttribute>
  887.  
  888.     <!-- Парковки -->
  889.     <renderingAttribute name="parkingColor">
  890.         <case nightMode="true" attrColorValue="#36455a"/>
  891.         <case attrColorValue="#f6eeb7"/>
  892.     </renderingAttribute>
  893.     <renderingAttribute name="parkingPrivateColor">
  894.         <case nightMode="true" attrColorValue="#7741536c"/>
  895.         <case attrColorValue="#77f6eeb7"/>
  896.     </renderingAttribute>
  897.     <renderingAttribute name="parkingCustomersColor">
  898.         <case nightMode="true" attrColorValue="#7741536c"/>
  899.         <case attrColorValue="#77f6eeb7"/>
  900.     </renderingAttribute>
  901.     <renderingAttribute name="bicycleParkingColor">
  902.         <case nightMode="true" attrColorValue="#36455a"/>
  903.         <case attrColorValue="#f6eeb7"/>
  904.     </renderingAttribute>
  905.  
  906.     <!-- Спортивные площадки -->
  907.     <renderingAttribute name="golfCourseColor">
  908.         <case attrColorValue="#b5e3b5"/>
  909.     </renderingAttribute>
  910.     <renderingConstant name="golfCourseColorDayStroke" value="#9db487"/>
  911.  
  912.     <!-- Футбольные поля -->
  913.     <renderingAttribute name="pitchColor">
  914.         <case nightMode="true" attrColorValue="$openNatureColorNight"/>
  915.         <case attrColorValue="#8ad3af"/>
  916.     </renderingAttribute>
  917.     <renderingAttribute name="pitchColorStroke">
  918.         <case nightMode="true" attrColorValue="#888888"/>
  919.         <case attrColorValue="#888888"/>
  920.     </renderingAttribute>
  921.  
  922.     <!-- Спортивный трек -->
  923.     <renderingAttribute name="leisureTrackColor">
  924.         <case nightMode="true" attrColorValue="#33599682"/>
  925.         <case attrColorValue="#6674dcba"/>
  926.     </renderingAttribute>
  927.  
  928.     <!-- Обводка трека -->
  929.     <renderingAttribute name="leisureTrackStrokeColor">
  930.         <case nightMode="true" attrColorValue="#599682"/>
  931.         <case attrColorValue="#74dcba"/>
  932.     </renderingAttribute>
  933.  
  934.     <renderingAttribute name="stadiumColor">
  935.         <case nightMode="true" attrColorValue="#04382c"/>
  936.         <case attrColorValue="#33cc99"/>
  937.     </renderingAttribute>
  938.     <renderingAttribute name="stadiumStrokeColor">
  939.         <case attrColorValue="$null"/>
  940.     </renderingAttribute>
  941.     <renderingAttribute name="sportsCentreColor">
  942.         <case nightMode="true" attrColorValue="#04382c"/>
  943.         <case attrColorValue="#33cc99"/>
  944.     </renderingAttribute>
  945.     <renderingAttribute name="sportsCentreStrokeColor">
  946.         <case attrColorValue="$null"/>
  947.     </renderingAttribute>
  948.  
  949.     <renderingAttribute name="textHaloRadius">
  950.         <case nightMode="true" attrIntValue="2"/>
  951.         <case attrIntValue="1"/>
  952.     </renderingAttribute>
  953.  
  954.     <renderingAttribute name="residentialTextHaloColor">
  955.         <case roadStyle="highContrastRoads" attrColorValue="#ffe778">
  956.             <apply_if nightMode="true" attrColorValue="#ceba61"/>
  957.         </case>
  958.         <case attrColorValue="#ffffff">
  959.             <apply_if additional="construction=yes" attrColorValue="#cccccc"/>
  960.             <apply_if nightMode="true" attrColorValue="#727272"/>
  961.         </case>
  962.     </renderingAttribute>
  963.  
  964.     <!-- Text -->
  965.     <renderingConstant name="black" value="#787878"/>  <!--eml road text etc was 000000 -->
  966.     <renderingConstant name="white" value="#ffffff"/>
  967.  
  968.     <!-- Text Roads -->
  969.     <renderingAttribute name="motorwayTextColor">
  970.         <case roadStyle="highContrastRoads" attrColorValue="$white"/>
  971.         <case attrColorValue="$black"/>
  972.     </renderingAttribute>
  973.  
  974.     <renderingAttribute name="trunkTextColor">
  975.         <case roadStyle="highContrastRoads" attrColorValue="$white"/>
  976.         <case attrColorValue="$black"/>
  977.     </renderingAttribute>
  978.  
  979.     <renderingAttribute name="primaryTextColor">
  980.         <case roadStyle="highContrastRoads" attrColorValue="$white"/>
  981.         <case attrColorValue="$black"/>
  982.     </renderingAttribute>
  983.  
  984.     <renderingAttribute name="secondaryTextColor">
  985.         <case attrColorValue="$black"/>
  986.     </renderingAttribute>
  987.  
  988.     <renderingAttribute name="tertiaryTextColor">
  989.         <case attrColorValue="$black"/>
  990.     </renderingAttribute>
  991.  
  992.     <renderingAttribute name="residentialTextColor">
  993.         <case nightMode="true" attrColorValue="$white">
  994.             <apply_if roadStyle="highContrastRoads" attrColorValue="$black"/>
  995.         </case>
  996.         <case attrColorValue="$black"/>
  997.     </renderingAttribute>
  998.  
  999.     <renderingAttribute name="residentialTextHaloColor">
  1000.         <case roadStyle="highContrastRoads" attrColorValue="#ffe778">
  1001.             <apply_if nightMode="true" attrColorValue="#ceba61"/>
  1002.         </case>
  1003.         <case attrColorValue="$residentialRoadColor">
  1004.             <apply_if additional="construction=yes" attrColorValue="#cccccc"/>
  1005.         </case>
  1006.     </renderingAttribute>
  1007.  
  1008.     <renderingAttribute name="pedestrianTextColor">
  1009.         <case nightMode="true" attrColorValue="$white">
  1010.             <apply_if roadStyle="highContrastRoads" attrColorValue="$black"/>
  1011.         </case>
  1012.         <case attrColorValue="$black"/>
  1013.     </renderingAttribute>
  1014.  
  1015.     <renderingAttribute name="serviceTextColor">
  1016.         <case nightMode="true" attrColorValue="$white">
  1017.             <apply_if roadStyle="highContrastRoads" attrColorValue="$black"/>
  1018.         </case>
  1019.         <case attrColorValue="$black"/>
  1020.     </renderingAttribute>
  1021.  
  1022.     <renderingAttribute name="serviceTextHaloColor">
  1023.         <case roadStyle="highContrastRoads" attrColorValue="#fff3ba">
  1024.             <apply_if additional="construction=yes" attrColorValue="#F9DD76"/>
  1025.             <apply_if nightMode="true" attrColorValue="#b0a781"/>
  1026.         </case>
  1027.         <case attrColorValue="#ececec">
  1028.             <apply_if additional="construction=yes" attrColorValue="#cccccc"/>
  1029.             <apply_if nightMode="true" attrColorValue="#6f6f6f"/>
  1030.         </case>
  1031.     </renderingAttribute>
  1032.     <renderingAttribute name="serviceDrivewayTextHaloColor">
  1033.         <case roadStyle="highContrastRoads" attrColorValue="#fff3ba">
  1034.             <apply_if additional="construction=yes" attrColorValue="#F9DD76"/>
  1035.             <apply_if nightMode="true" attrColorValue="#b0a781"/>
  1036.         </case>
  1037.         <case attrColorValue="#ececec">
  1038.             <apply_if additional="construction=yes" attrColorValue="#cccccc"/>
  1039.             <apply_if nightMode="true" attrColorValue="#6f6f6f"/>
  1040.         </case>
  1041.     </renderingAttribute>
  1042.  
  1043.     <!-- Building Text -->
  1044.     <renderingAttribute name="buildingTextColor">
  1045.         <case nightMode="true" attrColorValue="#ffffff"/>
  1046.         <case attrColorValue="#404040"/>
  1047.     </renderingAttribute>
  1048.  
  1049.     <renderingAttribute name="buildingTextHaloColor">
  1050.         <case nightMode="true" attrColorValue="#aa555555"/>
  1051.         <case attrColorValue="#ddf1eae4"/>
  1052.     </renderingAttribute>
  1053.  
  1054.     <!-- Place Text -->
  1055.     <renderingAttribute name="placeCountryTextColor">
  1056.         <case attrColorValue="#8e3a7e">
  1057.             <apply_if nightMode="true" attrColorValue="#d498d3"/>
  1058.         </case>
  1059.     </renderingAttribute>
  1060.     <renderingAttribute name="placeCountryTextHaloColor">
  1061.         <case attrColorValue="#f5f3ee">
  1062.             <apply_if nightMode="true" attrColorValue="#bb553155"/>
  1063.         </case>
  1064.     </renderingAttribute>
  1065.  
  1066.     <renderingAttribute name="placeStateProvinceTextColor">
  1067.         <case attrColorValue="#9d6c9d">
  1068.             <apply_if nightMode="true" attrColorValue="#9d6c9d"/>
  1069.         </case>
  1070.     </renderingAttribute>
  1071.     <renderingAttribute name="placeStateProvinceTextHaloColor">
  1072.         <case attrColorValue="#f5f3ee">
  1073.             <apply_if nightMode="true" attrColorValue="#bb553155"/>
  1074.         </case>
  1075.     </renderingAttribute>
  1076.  
  1077.     <!--eml city text and halo color -->
  1078.     <renderingConstant name="placeCityVillageTextColorDay" value="#866b4c"/>
  1079.     <renderingConstant name="placeCityVillageTextHaloColorDay" value="#f5f3ee"/>
  1080.  
  1081.  
  1082.  
  1083.  
  1084.     <!-- ######################################################################## -->
  1085.     <renderingAttribute name="accessPrivateColor">
  1086.         <case nightMode="true" attrColorValue="#e78d8d"/>
  1087.         <case attrColorValue="#feb3b3"/>
  1088.     </renderingAttribute>
  1089.     <renderingAttribute name="accessDestinationColor">
  1090.         <case nightMode="true" attrColorValue="#8db8d3"/>
  1091.         <case attrColorValue="#8db8d3"/>
  1092.     </renderingAttribute>
  1093.     <renderingAttribute name="accessPermissiveColor">
  1094.         <case nightMode="true" attrColorValue="#88d779"/>
  1095.         <case attrColorValue="#9afb87"/>
  1096.     </renderingAttribute>
  1097.     <renderingAttribute name="accessCustomersColor">
  1098.         <case nightMode="true" attrColorValue="#b671be"/>
  1099.         <case attrColorValue="#dfb3e5"/>
  1100.     </renderingAttribute>
  1101.     <renderingAttribute name="pierColor">
  1102.         <case nightMode="true" attrColorValue="#5c7596"/>
  1103.         <case attrColorValue="#e8dcd7"/>
  1104.     </renderingAttribute>
  1105.     <renderingAttribute name="aerodromeColor">
  1106.         <case attrColorValue="#80cccccc"/>
  1107.     </renderingAttribute>
  1108.     <renderingAttribute name="apronColor">
  1109.         <case nightMode="true" attrColorValue="#887c88"/>
  1110.         <case attrColorValue="#e9d1ff"/>
  1111.     </renderingAttribute>
  1112.     <renderingConstant name="shaderColorNight" value="#334433"/>
  1113.     <renderingConstant name="woodBroadleavedShader" value="wood_broadleaved"/>
  1114.     <renderingConstant name="woodNeedleleavedShader" value="wood_needleleaved"/>
  1115.     <renderingConstant name="woodMixedShader" value="wood_mixed"/>
  1116.  
  1117.     <renderingConstant name="forestBroadleavedShader" value="forest_broadleaved"/>
  1118.     <renderingConstant name="forestNeedleleavedShader" value="forest_needleleaved"/>
  1119.     <renderingConstant name="forestMixedShader" value="forest_mixed"/>
  1120.  
  1121.     <order>
  1122.         <!-- Point 101-200 -->
  1123.         <switch area="false" point="true" objectType="1" order="128">
  1124.         </switch>
  1125.  
  1126.         <!-- Polygon 1-10 -->
  1127.         <switch area="true" point="false" addPoint="true" objectType="3" order="5">
  1128.         </switch>
  1129.         <switch cycle="true" point="false" addPoint="true" objectType="3" order="5">
  1130.         </switch>
  1131.  
  1132.         <!-- Line 11-100 -->
  1133.         <switch area="false" objectType="2" order="80">
  1134.         </switch>
  1135.     </order>
  1136.  
  1137.     <text>
  1138.         <!--        <switch textSize="12" textColor="$forestTextColorDay" textWrapWidth="20" textHaloRadius="$textHaloRadius" textHaloColor="#ccffffff" nameTag="" textItalic="true" textOrder="202" textDy="3">
  1139.                    <case minzoom="12" tag="natural" value="wood"/>
  1140.                    <case minzoom="12" tag="landuse" value="forest"/>
  1141.                    <apply_if nightMode="true" textColor="#9fe39f" textHaloColor="#aa444444"/>
  1142.                </switch>-->
  1143.     </text>
  1144.  
  1145.     <point>
  1146.     </point>
  1147.  
  1148.     <polygon>
  1149.         <switch>
  1150.             <!-- Кладбища -->
  1151.             <case minzoom="12" tag="landuse" value="cemetery" shader="cemetery_small">
  1152.                 <case minzoom="15" shader="cemetery">
  1153.                     <case additional="religion=christian" shader="cemetery_christian"/>
  1154.                     <case additional="religion=muslim" shader="cemetery_muslim"/>
  1155.                     <case additional="religion=jewish" shader="cemetery_jewish"/>
  1156.                 </case>
  1157.                 <apply_if nightMode="true" shader="" color="$shaderColorNight"/>
  1158.             </case>
  1159.  
  1160.             <!-- Зоопарк shader="zoo_shader" -->
  1161.             <case minzoom="12" tag="tourism" value="zoo" shader="zoo_shader">
  1162.                 <apply_if nightMode="true" shader="" color="#5d8358"/>
  1163.             </case>
  1164.  
  1165.             <!-- Сады и тд shader="allotments_small" -->
  1166.             <case minzoom="10" tag="landuse" value="allotments" color="$landuseAllotmentsColor" color_2="$landuseAllotmentsStrokeColor" strokeWidth_2=":1" color_0="#bde3cb">
  1167.                 <case minzoom="13" maxzoom="14" shader="allotments_small"/>
  1168.                 <case minzoom="15" shader="allotments_shader"/>
  1169.                 <apply_if nightMode="true" shader="" color_0="$null"/>
  1170.             </case>
  1171.  
  1172.             <!-- Дикий кустарник shader="scrub" -->
  1173.             <case minzoom="12" tag="natural" value="scrub" shader="scrub" color_0="#b6dcb3">
  1174.                 <apply_if nightMode="true" shader="" color="$shaderColorNight"/>
  1175.             </case>
  1176.  
  1177.             <!-- Территория плодового сада shader="orchard" -->
  1178.             <case minzoom="12" tag="landuse" value="orchard" shader="orchard">
  1179.                 <case minzoom="15" shader="orchard2">
  1180.                     <case additional="trees=olive_trees" shader="orchard_olive"/>
  1181.                     <case additional="trees=apple_trees" shader="orchard_apple"/>
  1182.                     <case additional="trees=almond_trees" shader="orchard_almond"/>
  1183.                     <case additional="trees=oil_palms" shader="orchard_oil_palms"/>
  1184.                     <case additional="trees=orange_trees" shader="orchard_orange"/>
  1185.                     <case additional="trees=banana_plants" shader="orchard_banana"/>
  1186.                 </case>
  1187.                 <apply_if nightMode="true" shader="" color="$shaderColorNight"/>
  1188.             </case>
  1189.             <apply_if noPolygons="true" shader="" color_0="$null" color="$null"/>
  1190.         </switch>
  1191.  
  1192.     </polygon>
  1193.  
  1194.     <line>
  1195.         <!-- Tram -->
  1196.         <!--        <switch minzoom="13">
  1197.                        <case tag="railway" value="tram" color="#444444">
  1198.                            <apply_if maxzoom="14" strokeWidth="0.8" strokeWidth__1="1:1"/>
  1199.                            <apply_if minzoom="15" strokeWidth="1:1" strokeWidth__1="2:2"/>
  1200.                            <apply_if nightMode="true" color="#60ffffff" color__1="#000000"/>
  1201.                        </case>
  1202.                        <case tag="railway" value="light_rail" minzoom="13" color="#666666" strokeWidth="1:1"/>
  1203.                        <apply_if additional="tunnel=yes" pathEffect="5_3">
  1204.                            <apply_if maxzoom="14" strokeWidth="0.6"/>
  1205.                            <apply_if minzoom="15" strokeWidth="1:1"/>
  1206.                        </apply_if>
  1207.                </switch>-->
  1208.  
  1209.     </line>
  1210.  
  1211. </renderingStyle>
Add Comment
Please, Sign In to add comment