mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-20 20:46:24 +02:00
Support Overpass, overlaps, tree circumference.
This commit is contained in:
parent
b8289467b9
commit
acf0ee45d9
5 changed files with 147 additions and 104 deletions
|
@ -2,9 +2,9 @@
|
|||
Author: Sergey Vartanov (me@enzet.ru).
|
||||
"""
|
||||
|
||||
from roentgen.grid import draw_grid
|
||||
from roentgen.grid import draw_all_icons
|
||||
|
||||
|
||||
def test_icons():
|
||||
def test_icons() -> None:
|
||||
""" Test grid drawing. """
|
||||
draw_grid()
|
||||
draw_all_icons("temp.svg")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue