We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5466a commit 6240e1bCopy full SHA for 6240e1b
1 file changed
src/Model/Layer.php
@@ -53,7 +53,11 @@ class Layer
53
public $filteritem;
54
/** @var string Template to use after a layer’s set of results have been sent. */
55
public $footer;
56
- /** @var string Used to indicate that the current feature will be transformed. */
+ /**
57
+ * @var string Used to indicate that the current feature will be transformed.
58
+ *
59
+ * @see https://mapserver.org/mapfile/geomtransform.html
60
+ */
61
public $geomtransform;
62
/** @var \MapFile\Model\Grid */
63
public $grid;
0 commit comments