osm-ToniE / ptna

Public Transport Network Analysis for OSM
GNU General Public License v3.0
21 stars 5 forks source link

copy to web site fails sometimes #79

Closed osm-ToniE closed 5 years ago

osm-ToniE commented 5 years ago

If, for some reason, the .html file in the directory of the webserver does not exist, it will not be created when there are not differences between .html and *.save on the work location.

Fix: if there is no .html in the webserver location, then delete the .save in the working area, so that the 'diff' between .html and .save in working area is assumed to be 100% and a copy of .html in working area to .html on webserver area will happen.