Commit graph

42 commits

Author SHA1 Message Date
Sergey Vartanov
2bd89a6539 Rename Röntgen to Map Machine. 2021-09-08 03:55:16 +03:00
Sergey Vartanov
38c4e00de3 Add equator length parsing; remove option. 2021-09-06 04:53:00 +03:00
Sergey Vartanov
173a553877 Move data files; fix way combination. 2021-09-03 03:37:51 +03:00
Sergey Vartanov
f744c601d0 Rewrite XML parsing. 2021-09-02 02:02:06 +03:00
Sergey Vartanov
cdeffc8758 Refactor type annotaions; get rid of minidom. 2021-08-28 03:19:51 +03:00
Sergey Vartanov
fe2714c927 Add options to tile generation. 2021-08-25 23:56:49 +03:00
Sergey Vartanov
737e434260 Add type annotation for __init__. 2021-08-18 09:36:38 +03:00
Sergey Vartanov
3bcf026862 Refactor figures; get use of Python 3.9 features. 2021-08-18 08:38:33 +03:00
Sergey Vartanov
edd3512526 Fix code style. 2021-08-15 17:18:30 +03:00
Sergey Vartanov
afaeb6f37a Issue #63: add ghost icons.
Add keys with lifecycle prefixes to MapCSS with ghost icons (icons with
low opacity).
2021-07-27 03:29:17 +03:00
Sergey Vartanov
070ed05c8c Reformat with Black. 2021-07-11 03:12:14 +03:00
Sergey Vartanov
4859a0231f Support view box parsing from OSM XML file. 2021-07-09 02:05:35 +03:00
Sergey Vartanov
9f99d4bf88 Support mile parsing. 2021-07-04 22:53:49 +03:00
Sergey Vartanov
41da1d73b8 Fix building height computing.
Add parsing for min_heigth and building:min_level tags; fix shadow
generation.
2021-06-23 01:09:01 +03:00
Sergey Vartanov
20b2ec1871 Add documentation. 2021-06-06 02:55:54 +03:00
Sergey Vartanov
87f7e689a1 Add OSM XML parsing from text. 2021-05-29 04:25:16 +03:00
Sergey Vartanov
617265dce5 Add processed tags set for labels. 2021-05-23 22:39:03 +03:00
Sergey Vartanov
062b76fc08 Issue #42: get rid of old XML parser. 2021-05-22 03:56:16 +03:00
Sergey Vartanov
a946972caf Issue #42: use xml.etree parser.
Looks like it is a bit faster than the original parser.
2021-05-22 03:40:37 +03:00
Sergey Vartanov
bb70935c19 Change scheme format; support pathlib.
Change name documentation as well.
2021-05-22 01:37:58 +03:00
Sergey Vartanov
310a631217 Fix some Pylint warnings. 2021-05-12 00:49:35 +03:00
Sergey Vartanov
792922fd86 Add class for shape collection. 2021-05-11 00:28:34 +03:00
Sergey Vartanov
e6e54cb044 Optimize imports. 2021-04-25 03:21:32 +03:00
Sergey Vartanov
813ad6b806 Add individual icon drawing; refactor. 2021-04-24 01:56:23 +03:00
Sergey Vartanov
8a21e729ad Support Overpass JSON reading. 2020-10-02 23:38:15 +03:00
Sergey Vartanov
5506eb3082 Refactor way and relation processing. 2020-09-25 23:38:25 +03:00
Sergey Vartanov
2667ee9d02 Fix code style. 2020-09-24 23:55:04 +03:00
Sergey Vartanov
2fccc9cf67 Issue #23: fix building perspective. 2020-09-23 02:12:28 +03:00
Sergey Vartanov
2da1bfe972 Add Tagged class. 2020-09-19 20:59:08 +03:00
Sergey Vartanov
f6a15e7a71 Fix #9, #21: fix relations; refactor flinger.
Fix inner path and outer path drawing.  Make flinger more simple.
2020-09-18 23:48:33 +03:00
Sergey Vartanov
8d8080181e Fix direction; add scale computing. 2020-09-13 21:52:42 +03:00
Sergey Vartanov
50191f63d1 Fix XML reading; update images. 2020-09-10 00:55:15 +03:00
Sergey Vartanov
7bfbf32697 Fix parsing; fix code style. 2020-09-10 00:39:45 +03:00
Sergey Vartanov
6d938a1248 Issue #20: fix compass points parsing; refactor. 2020-09-09 23:54:15 +03:00
Sergey Vartanov
21be74a8a2 Refactor constructor; change code style. 2020-09-05 19:44:28 +03:00
Sergey Vartanov
f3a9e149b4 Closes #17: use svgwrite. 2020-08-30 10:41:39 +03:00
Sergey Vartanov
ed6a6c4858 Issue #14: refactor OSM reading. 2020-08-28 23:18:31 +03:00
Sergey Vartanov
f452a08177 Refactor map constructor. 2020-08-26 09:20:54 +03:00
Sergey Vartanov
da705ba9d2 Fix code style. 2020-08-25 07:58:11 +03:00
Sergey Vartanov
2fa5f7d024 Fix height and minus in boundary box. 2020-08-24 08:49:36 +03:00
Sergey Vartanov
afd3e5d741 Major refactoring. 2020-08-22 10:37:29 +03:00
Sergey Vartanov
99b88bb341 Major refactoring. 2020-08-22 10:28:30 +03:00
Renamed from engine/osm_reader.py (Browse further)