NetworkClass RC1
Former-commit-id: bd30ce824e0f50e9684e32268bea396a84ff6744
This commit is contained in:
parent
b5401a500c
commit
e1a4250d01
|
@ -3285,7 +3285,7 @@ class NetworkMap
|
||||||
$output .= '<div id="simple_map" data-id="'.$this->idMap.'" ';
|
$output .= '<div id="simple_map" data-id="'.$this->idMap.'" ';
|
||||||
$output .= 'style="border: 1px #ddd solid;';
|
$output .= 'style="border: 1px #ddd solid;';
|
||||||
$output .= ' width:'.$this->mapOptions['width'];
|
$output .= ' width:'.$this->mapOptions['width'];
|
||||||
$output .= ' height:'.$this->mapOptions['height'].'">';
|
$output .= ' ;height:'.$this->mapOptions['height'].'">';
|
||||||
$output .= '<svg id="svg'.$this->idMap.'" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" pointer-events="all" width="'.$this->mapOptions['width'].'" height="'.$this->mapOptions['height'].'px">';
|
$output .= '<svg id="svg'.$this->idMap.'" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" pointer-events="all" width="'.$this->mapOptions['width'].'" height="'.$this->mapOptions['height'].'px">';
|
||||||
$output .= '</svg>';
|
$output .= '</svg>';
|
||||||
$output .= '</div>';
|
$output .= '</div>';
|
||||||
|
|
Loading…
Reference in New Issue