Commit graph

9 commits

Author SHA1 Message Date
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
0e62e4ac90 Add wrong element command handling. 2022-10-05 17:06: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
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
Renamed from map_machine/element.py (Browse further)