WIP NetworkMap class

Former-commit-id: 90763db5291c638e89216da48e1fc4fdba92bc82
This commit is contained in:
fbsanchez 2019-03-12 10:29:35 +01:00
parent 0ad8a0383f
commit e5190a91ee
1 changed files with 0 additions and 6 deletions

View File

@ -300,12 +300,6 @@ class NetworkMap
];
$this->graph = $this->generateNetworkMap();
// Direct print. Avoid extra options.
// $networkmap['source_period'] = 60;
// $networkmap['filter'] = $this->mapOptions['map_filter'];
// $networkmap['width'] = 1400;
// $networkmap['height'] = 800;
}
}