This commit is contained in:
Sergey Vartanov 2015-07-28 12:42:49 +03:00
parent becf68f7e1
commit cfb73dac04
4 changed files with 5 additions and 1 deletions

BIN
lib/svg.pyc Normal file

Binary file not shown.

BIN
lib/util.pyc Normal file

Binary file not shown.

BIN
lib/vector.pyc Normal file

Binary file not shown.

View file

@ -1,7 +1,11 @@
#!/usr/bin/python #!/usr/bin/python
# -*- coding: utf-8 -*- from __future__ import unicode_literals # -*- coding: utf-8 -*- from __future__ import unicode_literals
# Author: Sergey Vartnov """
Simple tool for drawing OSM data.
Author: Sergey Vartnov
"""
import os import os
import re import re