From 8f06c5d1bb036cc68456eac76e0c720e8e4d2ad0 Mon Sep 17 00:00:00 2001 From: springmeyer Date: Mon, 21 May 2012 15:00:05 -0700 Subject: [PATCH] Updated MarkersSymbolizer (markdown) --- MarkersSymbolizer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MarkersSymbolizer.md b/MarkersSymbolizer.md index 29a4295..3227c81 100644 --- a/MarkersSymbolizer.md +++ b/MarkersSymbolizer.md @@ -10,8 +10,8 @@ | stroke | CSS colour - A Color value such as 'green' or #A3D979 | black | no | | stroke-width | 0.0 - n - Width of outline in pixels | 1.0 | no | | stroke-opacity | 0.0 - 1.0 - 1 is fully opaque while zero is fully transparent and .5 would be 50% transparent | 1.0 | no | -| width | width of marker | 5 | no | -| height | height of marker | 5 | no | +| width | width of marker pixels | 10 | no | +| height | height of marker in pixels | 10 | no | | placement | "point" or "line" | line | no (todo) | | ignore-placement | "true" or "false" | "false" | no (todo) | | marker-type | "arrow" "ellipse" | "arrow" if line placement, "ellipse" if point placement | no |