From 20f94e064d0d7e44df1f33fe074b4ba4f0e42c46 Mon Sep 17 00:00:00 2001 From: davidsvantesson Date: Sun, 21 Oct 2012 10:37:09 -0700 Subject: [PATCH] typo filename => file --- MarkersSymbolizer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MarkersSymbolizer.md b/MarkersSymbolizer.md index 3227c81..7cb010c 100644 --- a/MarkersSymbolizer.md +++ b/MarkersSymbolizer.md @@ -3,7 +3,7 @@ |allow-overlap | Allow the symbolizer to overlap others. | false | yes | |spacing | Distance between markers in pixels. | 100 | yes | |max-error | Maximum amount the marker can be move from its designated place to avoid collisions. This value is a fraction of "spacing", e.g. spacing = 100, max_error = 0.2 then the maximum the marker can be moved is 20pixels, if this is not enough it isn't drawn at all. | 0.2 |yes | -|filename | The SVG file to use for the marker | built-in marker | yes | +|file | The SVG file to use for the marker | built-in marker | yes | |transform | [SVG transform](http://www.w3.org/TR/SVG/coords.html#TransformAttribute) | identity | yes | |opacity | Opacity | 1.0 | yes | |fill | Color of the marker fill, e.g. #FFFFFF. This property is only used when the marker is NOT an SVG graphic. | blue | no |