Added scripts to generate data files.

This commit is contained in:
George Kaklamanos 2016-02-21 15:39:36 +02:00
parent a5002729fa
commit 49c232f56c
3 changed files with 25 additions and 0 deletions

6
GenStops.php Normal file
View file

@ -0,0 +1,6 @@
<?php
include 'modules/libdata.php';
file_put_contents('data/stops.json', json_encode(GetStops(), JSON_UNESCAPED_UNICODE));
?>