Revize 72a438f3
Přidáno uživatelem Jakub Vašta před téměř 5 roky(ů)
website/src/Controller/HeatmapController.php | ||
---|---|---|
68 | 68 |
public function dataSourcePoistions(IOpenDataManager $manager, $name = 'NONE') { |
69 | 69 |
return $this->json($manager->getDataSourcePositions($name)); |
70 | 70 |
} |
71 |
|
|
72 |
/** |
|
73 |
* @Route("heatmap/last", name="last") |
|
74 |
*/ |
|
75 |
public function lastAvailableCollections(IOpenDataManager $manager) { |
|
76 |
return $this->json($manager->getLastAvailableCollections()); |
|
77 |
} |
|
71 | 78 |
} |
Také k dispozici: Unified diff
+ location persistence
+ last available collections
+ available collections code rework