Index: /trunk/styles/standard/potlatch2.mapcss
===================================================================
--- /trunk/styles/standard/potlatch2.mapcss	(revision 9342)
+++ /trunk/styles/standard/potlatch2.mapcss	(revision 9343)
@@ -314,4 +314,7 @@
 node[power=pole] { icon-image: icons/power_tower_low.n.16.png; z-index: 20; }
 node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; }
+/* Natural */
+node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
 
 /* Addressing */
Index: /trunk/styles_nodist/potlatch2/README
===================================================================
--- /trunk/styles_nodist/potlatch2/README	(revision 9342)
+++ /trunk/styles_nodist/potlatch2/README	(revision 9343)
@@ -17,3 +17,3 @@
 When updating from upstream, keep all 4 locations in sync.
 
-At time of writing, the last update used 570240ab6a42a3efa007a7dd6110fe96d079b277 (2013-02-10) but better check the commit dates as well.
+At time of writing, the last update used 0a21b8bca71f6105c244cb52d7b7dcb5a840bd3a (2014-10-07) but better check the commit dates as well.
Index: /trunk/styles_nodist/potlatch2/patched/core_pois.css
===================================================================
--- /trunk/styles_nodist/potlatch2/patched/core_pois.css	(revision 9342)
+++ /trunk/styles_nodist/potlatch2/patched/core_pois.css	(revision 9343)
@@ -139,4 +139,7 @@
 node[power=pole] { icon-image: icons/power_tower_low.n.16.png; z-index: 20; }
 node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; }
+/* Natural */
+node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
 
 /* Addressing */
Index: /trunk/styles_nodist/potlatch2/source/core_pois.css
===================================================================
--- /trunk/styles_nodist/potlatch2/source/core_pois.css	(revision 9342)
+++ /trunk/styles_nodist/potlatch2/source/core_pois.css	(revision 9343)
@@ -131,4 +131,7 @@
 node[power=pole] { icon-image: cross; icon-width: 7; width: 3; color: #444; z-index: 20; }
 node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; }
+/* Natural */
+node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
 
 /* Addressing */
