Sergey Vartanov
eba1ed1606
Preprocess arguments to fix leading minus issue.
...
`argparse` treats argument of `--coordinates` and `--boundary-box` as
other option if it starts with `-`. The new solution is to preprocess
arguments adding leading space to the argument value.
2022-10-30 11:48:11 +04:00
Sergey Vartanov
dcf3ffa009
Reuse icon for washing_machine=yes.
2022-10-27 01:37:54 +04:00
Sergey Vartanov
b2951a1d8e
Increase zoom level for elements.
2022-10-27 01:31:27 +04:00
Sergey Vartanov
836caf7138
Fix documentation and code style.
2022-10-05 17:09:39 +04:00
Sergey Vartanov
0e62e4ac90
Add wrong element command handling.
2022-10-05 17:06:10 +04:00
Sergey Vartanov
ef359f83e9
Remove unused element drawing utility.
2022-10-03 20:30:10 +04:00
Sergey Vartanov
89afd8bb20
Support way element drawing.
2022-09-13 00:11:53 +03:00
Sergey Vartanov
c5bee25391
Add documentation for elements.
2022-09-06 00:04:27 +03:00
Sergey Vartanov
c0879bff36
Refactor flinger.
...
Element drawing module was using flinger for Mercator projection, which
is not exactly what is wanted.
2022-09-02 23:58:57 +03:00
Sergey Vartanov
692997f54a
Rename element
command to draw
.
...
And add node drawing.
2022-08-17 08:12:53 +03:00
Sergey Vartanov
6dd9bc27e8
Add common interface to element drawing.
2022-08-17 02:44:53 +03:00
Sergey Vartanov
be28d4fd41
Add more options to grid drawing.
2022-08-17 02:43:54 +03:00
Sergey Vartanov
c76e1f0301
Issue #140 : put scheme inside map configuration.
...
Refactoring of `Scheme` and `MapConfiguration` classes.
2022-08-15 11:27:19 +03:00
Sergey Vartanov
5361725820
Fix imports.
2022-08-05 00:05:36 +03:00
Sergey Vartanov
7b1c8e82a0
Add single node drawing.
2022-08-03 13:07:22 +03:00
Sergey Vartanov
176e984eab
Move grid to separate file.
2022-07-26 03:45:55 +03:00
Sergey Vartanov
9d2ac7e41c
Rename element drawing files.
2022-07-26 03:35:53 +03:00
Sergey Vartanov
05c0c3da63
Move element drawing to element
module.
2022-07-26 01:47:25 +03:00
Sergey Vartanov
c7811a3218
Fix module descriptions.
2022-06-25 21:00:48 +03:00
Sergey Vartanov
80aa4b1680
Fix pydocstyle warnings.
2022-06-07 23:52:58 +03:00
Sergey Vartanov
1bfdcee1d7
Move drawing elements file.
2022-05-23 23:54:25 +03:00
Sergey Vartanov
d095cbeec3
Remove redundant field.
2022-05-23 23:53:07 +03:00
Sergey Vartanov
95f844ef67
Optimize imports.
2022-05-21 00:00:47 +03:00
Sergey Vartanov
c58cbfe4f9
Rename element drawing.
2022-05-15 20:29:32 +03:00
Sergey Vartanov
fb673798bc
Fix import.
2022-05-15 19:08:38 +03:00
Sergey Vartanov
e5a7722fd4
Refactor element drawing.
2022-05-11 23:55:50 +03:00