size point carte
This commit is contained in:
@ -56,9 +56,9 @@ class SitesMap extends BlockBase {
|
||||
$x = round(($lon - $lonLeft) / ($lonRight - $lonLeft) * $vp_w);
|
||||
$y = round(($latTop - $lat) / ($latTop - $latBottom) * $vp_h);
|
||||
|
||||
$r = 10;
|
||||
$m = -$r+4;
|
||||
$l = $r*2-7;
|
||||
$r = 15;
|
||||
$m = -$r/1.5+3;
|
||||
$l = $r/1.5 +4;
|
||||
$sites_paths .= <<<SVGSITEPATH
|
||||
<g
|
||||
id="site-$index"
|
||||
|
Reference in New Issue
Block a user