From 89554b9af73b51f94f4502e38d963b7cb68f5125 Mon Sep 17 00:00:00 2001 From: AJ Ashton Date: Mon, 21 Feb 2011 12:48:37 -0500 Subject: [PATCH] Add transform to PointSymbolizer. --- lib/carto/tree/reference.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/carto/tree/reference.json b/lib/carto/tree/reference.json index adda6b7a9..818f0122b 100644 --- a/lib/carto/tree/reference.json +++ b/lib/carto/tree/reference.json @@ -546,6 +546,13 @@ ], "default-value": "centroid" }, + "transform": { + "css": "point-transform", + "type": "string", + "default-value": "", + "default-meaning": "No transformation", + "doc": "SVG transformation definition" + }, "meta-output": { "css": "point-meta-output", "type": "string",