only one overview with 1920 needed
This commit is contained in:
parent
83db829cf8
commit
76021b1b78
1 changed files with 1 additions and 2 deletions
|
@ -33,7 +33,6 @@ if __name__ == '__main__':
|
||||||
timeline.extract(opts.prefix, opts.width, opts.height)
|
timeline.extract(opts.prefix, opts.width, opts.height)
|
||||||
oxgst.timeline.createTimelineMultiline(opts.prefix)
|
oxgst.timeline.createTimelineMultiline(opts.prefix)
|
||||||
oxgst.timeline.makeTiles(opts.prefix, 16)
|
oxgst.timeline.makeTiles(opts.prefix, 16)
|
||||||
oxgst.timeline.makeTimelineOverview(opts.prefix, 300)
|
oxgst.timeline.makeTimelineOverview(opts.prefix, 1920)
|
||||||
oxgst.timeline.makeTimelineOverview(opts.prefix, 600)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue