Added scripts to generate data files.
This commit is contained in:
parent
a5002729fa
commit
49c232f56c
3 changed files with 25 additions and 0 deletions
6
GenStops.php
Normal file
6
GenStops.php
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
include 'modules/libdata.php';
|
||||
|
||||
file_put_contents('data/stops.json', json_encode(GetStops(), JSON_UNESCAPED_UNICODE));
|
||||
|
||||
?>
|
Reference in a new issue