Commit graph

27 commits

Author SHA1 Message Date
Sergey Vartanov
557cc0cc98 Add color and outline options to icon drawing. 2021-07-10 19:26:06 +03:00
Sergey Vartanov
4859a0231f Support view box parsing from OSM XML file. 2021-07-09 02:05:35 +03:00
Sergey Vartanov
e18419cc3a Issue #62: add cache path option. 2021-07-08 01:52:24 +03:00
Sergey Vartanov
120b6969ad Issue #61: add directory creation. 2021-07-07 23:53:56 +03:00
Sergey Vartanov
621454178e Issue #58: add tile server initial code. 2021-06-28 04:52:46 +03:00
Sergey Vartanov
42040c8082 Issue #24: fix script command. 2021-06-20 14:32:25 +03:00
Sergey Vartanov
20d753fb9f Issue #47: add UI for tile generation. 2021-06-11 00:49:28 +03:00
Sergey Vartanov
3bb6439d7b Add icon collection class. 2021-06-10 00:07:52 +03:00
Sergey Vartanov
189f6649df Issue #45: add experimental road drawing. 2021-05-31 23:42:41 +03:00
Sergey Vartanov
87f7e689a1 Add OSM XML parsing from text. 2021-05-29 04:25:16 +03:00
Sergey Vartanov
b0de6754c1 Fix label mode argument. 2021-05-29 03:00:22 +03:00
Sergey Vartanov
0285638eb5 Optimize imports. 2021-05-25 02:56:08 +03:00
Sergey Vartanov
b7ed5353f8 Speed up tests. 2021-05-25 02:53:34 +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
37fabe627d Fix pathlib usage. 2021-05-22 02:06:09 +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
d73e2b6a53 Add configuration to shape extractor. 2021-05-21 01:28:22 +03:00
Sergey Vartanov
792922fd86 Add class for shape collection. 2021-05-11 00:28:34 +03:00
Sergey Vartanov
5ec794cd6b Move point size computation. 2021-05-07 03:42:14 +03:00
Sergey Vartanov
b5b3da860d Fix generation for single node. 2021-05-07 03:28:22 +03:00
Sergey Vartanov
0f3888430b Rename data/tags.yml to scheme/default.yml. 2021-05-07 01:21:11 +03:00
Sergey Vartanov
fa8e5551e7 Optimize imports. 2021-05-06 23:39:39 +03:00
Sergey Vartanov
958a85fe0a Refactor text generation. 2021-05-06 03:23:57 +03:00
Sergey Vartanov
c3a0a41e18 Support single area drawing. 2021-05-02 11:22:39 +03:00
Sergey Vartanov
f0c8ee6de1 Fix command-line interface. 2021-05-02 11:22:39 +03:00
Renamed from run.py (Browse further)