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 e254f61 commit 1ae4606Copy full SHA for 1ae4606
1 file changed
src/Model/Map.php
@@ -79,6 +79,8 @@ class Map
79
public $symbolset;
80
/** @var string Units of the map coordinates. */
81
public $units;
82
+ /** @var \MapFile\Model\Web */
83
+ public $web;
84
85
/**
86
* Constructor.
0 commit comments