Skip to content

Commit 6240e1b

Browse files
committed
Update Model\Layer.php
1 parent 0c5466a commit 6240e1b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/Model/Layer.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ class Layer
5353
public $filteritem;
5454
/** @var string Template to use after a layer’s set of results have been sent. */
5555
public $footer;
56-
/** @var string Used to indicate that the current feature will be transformed. */
56+
/**
57+
* @var string Used to indicate that the current feature will be transformed.
58+
*
59+
* @see https://mapserver.org/mapfile/geomtransform.html
60+
*/
5761
public $geomtransform;
5862
/** @var \MapFile\Model\Grid */
5963
public $grid;

0 commit comments

Comments
 (0)