From ac653958ec21f8b19c52105e5a686fa4852a5694 Mon Sep 17 00:00:00 2001 From: Jez Nicholson Date: Tue, 23 Jan 2018 11:38:06 +0000 Subject: [PATCH] remove type, width, and height from XML examples --- PointSymbolizer.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/PointSymbolizer.md b/PointSymbolizer.md index c90d69e..b7df784 100644 --- a/PointSymbolizer.md +++ b/PointSymbolizer.md @@ -4,9 +4,9 @@ # PointSymbolizer -A PointSymbolizer specifies the rendering of a "graphic symbol" at a point. +Specifies the rendering of a png, tiff, or svg graphic symbol at a point. -If you want to draw a graphic symbol and a text you would better use a ShieldSymbolizer. +A [ShieldSymbolizer] will combine a graphic symbol with a text label. Some options described here are not available in mapnik versions < 2.0. @@ -51,13 +51,12 @@ Some options described here are not available in mapnik versions < 2.0. ### Image label - - [[/images/point_symbolizer_2.png]] +[[/images/point_symbolizer_2.png]] #### XML ```xml - + ``` #### Python @@ -84,8 +83,7 @@ Some options described here are not available in mapnik versions < 2.0. ```xml + openstreetmap/mapnik/symbols/station_small.png" /> ``` ### Do Not Allow Overlap @@ -96,8 +94,7 @@ Some options described here are not available in mapnik versions < 2.0. ```xml + openstreetmap/mapnik/symbols/station_small.png" /> ``` ## SVG symbols (trunk)