.coveragerc
.gitignore
.pre-commit-config.yaml
.travis.yml
LICENSE
README.md
RELEASING.md
index.html
setup.cfg
setup.py
tox.ini
.github/workflows/lint.yml
.github/workflows/test.yml
examples/README
examples/custom_animations.py
examples/multiple_trackvizs.py
examples/pil_example.py
examples/images/train.png
examples/maptiles/.gitignore
html/Makefile
html/contact.html
html/css.css
html/custom_animations.py.html
html/doc.html
html/download.html
html/examples.html
html/index.html
html/multiple_trackvizs.py.html
html/nav.html
html/osmviz.animation.html
html/osmviz.html
html/osmviz.manager.html
html/pil_example.py.html
html/py2html.py
html/images/buses_moving2.jpg
html/images/custom_animations.png
html/images/custom_animations_small.jpg
html/images/email.gif
html/images/multiple_trackvizs.png
html/images/multiple_trackvizs_small.jpg
html/images/pil_example.jpg
html/images/pil_example_small.jpg
html/images/trainusa2.jpg
src/osmviz/__init__.py
src/osmviz/animation.py
src/osmviz/manager.py
src/osmviz.egg-info/PKG-INFO
src/osmviz.egg-info/SOURCES.txt
src/osmviz.egg-info/dependency_links.txt
src/osmviz.egg-info/requires.txt
src/osmviz.egg-info/top_level.txt
test/README
test/test.sh
test/functional/test_animation.py
test/functional/test_manager.py
test/images/.DS_Store
test/images/E.gif
test/images/N.gif
test/images/NE.gif
test/images/NW.gif
test/images/S.gif
test/images/SE.gif
test/images/SW.gif
test/images/W.gif
test/images/bus.png
test/images/bus_small.png
test/images/bus_small_red.png
test/images/cable.png
test/images/drop.png
test/images/hybrid.png
test/images/onePxClear.gif
test/images/service.png
test/images/spinner.gif
test/images/train.png
test/maptiles/.gitignore
test/unit/test_manager.py