Hi all,
> I just noticed, that the minute diffs are not here anymore.
> My tool http://datenkueche.com/osmlive did use this files.
>
> Is there a possibility to find a file if I have only the time?
>
> For the old system I used:
>
> $delta=(int) $_GET['delta'];
> $time1=time()-7200-360 -$delta;
> $time2=time()-7200-300 -$delta;
> $time3=time()-7200-420 -$delta;
> $timestring1=date("YmdHi",$time1);
> $timestring2=date("YmdHi",$time2);
> $timestring3=date("YmdHi",$time3);
>
>
> $filename= $timestring1."-".$timestring2.".osc.gz";
> ------
>
> Any idea how to do that with the new system?

I would be interested inthat as well, ideally a file that is generated 
every hour with a fixed named scheme we can easily track for. Can this 
be reactivated? Why has it been disabled after all?

Thanks,

  Andreas


_______________________________________________
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev

Reply via email to