Advertisement
Guest User

wiki2

a guest
Nov 28th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. features
  2.  
  3. points
  4.  
  5. lines
  6.  
  7. boundary 2 : boundary=administrative AND admin_level=4
  8. boundary 4 : boundary=administrative AND admin_level=4
  9. boundary 6 : boundary=administrative AND admin_level=6
  10. boundary 8 : boundary=administrative AND admin_level=8
  11.  
  12. water line : waterway=river OR waterway=stream
  13. //OR waterway=canal OR waterway=drain
  14.  
  15. highway motorway : highway=motorway OR (highway=construction AND construction=motorway) OR highway=motorway_link
  16. highway trunk : highway=trunk OR (highway=construction AND construction=trunk) OR highway=trunk_link
  17. highway primary : highway=primary OR (highway=construction AND construction=primary) OR highway=primary_link
  18. highway secondary : highway=secondary OR (highway=construction AND construction=secondary)
  19. highway tertiary : highway=tertiary OR (highway=construction AND construction=tertiary)
  20.  
  21. railway : railway=rail
  22.  
  23. areas
  24. water : natural=water OR waterway=riverbank OR landuse=reservoir OR landuse=basin OR landuse=reservoir OR natural=coastline
  25. place area : landuse=residential OR landuse=industrial
  26.  
  27. properties
  28.  
  29. map-background-color : #f5f5f5
  30. map-sea-color : #c6ecff
  31.  
  32. rules
  33.  
  34. target : boundary 2
  35. define
  36. line-color : #646464
  37. line-width : 1.65
  38. draw : line
  39.  
  40. target : boundary 4
  41. define
  42. line-color : #646464
  43. line-width : 0.825
  44. draw : line
  45.  
  46. target : boundary 6
  47. define
  48. line-color : #646464
  49. line-width : 0.471
  50. draw : line
  51.  
  52. target : boundary 8
  53. define
  54. line-color : #646464
  55. line-width : 0.471
  56. draw : line
  57.  
  58. target : highway motorway
  59. define
  60. line-color : #808080
  61. line-opacity : 0.5
  62. line-width : 1.8
  63. draw : line
  64.  
  65. target : highway trunk
  66. define
  67. line-color : #808080
  68. line-opacity : 0.5
  69. line-width : 1.8
  70. draw : line
  71.  
  72. target : highway primary
  73. define
  74. line-color : #808080
  75. line-opacity : 0.5
  76. line-width : 1.8
  77. draw : line
  78.  
  79. target : highway secondary
  80. define
  81. line-color : #808080
  82. line-opacity : 0.5
  83. line-width : 1.4
  84. draw : line
  85.  
  86. target : highway tertiary
  87. define
  88. line-color : #808080
  89. line-opacity : 0.3
  90. line-width : 1.0
  91. draw : line
  92.  
  93. target : railway
  94. define
  95. line-color : #ECA2A3
  96. line-opacity : 0.5
  97. line-width : 1.8
  98. draw : line
  99.  
  100. target : place area
  101. define
  102. fill-color : #F1C872
  103. line-style : none
  104. draw : fill
  105.  
  106. target : water
  107. define
  108. fill-color : #c6ecff
  109. line-style : none
  110. draw : fill
  111.  
  112. target : water line
  113. define
  114. line-color : #c6ecff
  115. line-width : 0.471
  116. draw : line
  117.  
  118. target : line
  119. define
  120. line-color : #d0d0d0
  121. line-width : 0.5
  122. draw : line
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement