mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-03 03:11:52 +02:00
Major refactoring.
This commit is contained in:
parent
5c8a49555f
commit
99b88bb341
12 changed files with 393 additions and 57 deletions
6
run.py
Normal file
6
run.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from roentgen.osm_getter import main
|
||||
from roentgen.mapper import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
# main("2.374,48.843,2.378,48.846")
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue