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 ec7236e commit a9cbd99Copy full SHA for a9cbd99
1 file changed
src/Writer/Map.php
@@ -37,6 +37,7 @@ public function write($map, int $indentSize = 0, string $indent = self::WRITER_I
37
$this->text .= self::getTextString('NAME', $map->name, $indentSize + 1, $indent);
38
$this->text .= self::getText('RESOLUTION', $map->resolution, $indentSize + 1, $indent);
39
$this->text .= self::getText('SCALEDENOM', $map->scaledenom, $indentSize + 1, $indent);
40
+ $this->text .= self::getTextString('SHAPEPATH', $map->shapepath, $indentSize + 1, $indent);
41
$this->text .= self::getTextArray('SIZE', $map->size, $indentSize + 1, $indent);
42
$this->text .= self::getText('STATUS', $map->status, $indentSize + 1, $indent);
43
$this->text .= self::getTextString('SYMBOLSET', $map->symbolset, $indentSize + 1, $indent);
0 commit comments