WIP.
This commit is contained in:
parent
9a262047dd
commit
1b37a93193
@ -210,9 +210,18 @@ class Printer
|
|||||||
{
|
{
|
||||||
$this->initCoords();
|
$this->initCoords();
|
||||||
$this->createBaseMap();
|
$this->createBaseMap();
|
||||||
if (count($this->markers)) $this->placeMarkers();
|
|
||||||
if (count($this->polylines)) $this->placePolylines();
|
if (count($this->polylines)) {
|
||||||
if ($this->osmLogo) $this->copyrightNotice();
|
$this->placePolylines();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (count($this->markers)) {
|
||||||
|
$this->placeMarkers();
|
||||||
|
}
|
||||||
|
|
||||||
|
if ($this->osmLogo) {
|
||||||
|
$this->copyrightNotice();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function showMap()
|
public function showMap()
|
||||||
|
Loading…
Reference in New Issue
Block a user