mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-17 11:06:23 +02:00
Library.
This commit is contained in:
parent
becf68f7e1
commit
cfb73dac04
4 changed files with 5 additions and 1 deletions
BIN
lib/svg.pyc
Normal file
BIN
lib/svg.pyc
Normal file
Binary file not shown.
BIN
lib/util.pyc
Normal file
BIN
lib/util.pyc
Normal file
Binary file not shown.
BIN
lib/vector.pyc
Normal file
BIN
lib/vector.pyc
Normal file
Binary file not shown.
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue