Commit graph

47 commits

Author SHA1 Message Date
Sergey Vartanov
9555a5d74f Refactor entry point. 2021-08-24 23:01:41 +03:00
Sergey Vartanov
119d6ffaa1 Issue #69: remove tile regeneration. 2021-08-22 14:57:23 +03:00
Sergey Vartanov
b20006f6ae Add documentation. 2021-08-18 09:19:26 +03:00
Sergey Vartanov
3bcf026862 Refactor figures; get use of Python 3.9 features. 2021-08-18 08:38:33 +03:00
Sergey Vartanov
bc08d90587 Optimize imports. 2021-08-16 05:35:30 +03:00
Sergey Vartanov
87facc7299 Issue #63: add options for MapCSS generation. 2021-08-15 09:55:46 +03:00
Sergey Vartanov
f9409e2f47 Refactor workspace usage. 2021-08-09 09:44:34 +10:00
Sergey Vartanov
175b8bb0ae Add web error processing; add boundary box class. 2021-08-07 14:39:37 +03:00
Sergey Vartanov
6fd2c81235 Fix logging. 2021-08-03 01:46:36 +03:00
Sergey Vartanov
0f7665d3fd Add cache argument for server command. 2021-08-03 00:03:15 +03:00
Sergey Vartanov
916e7c7bde Issue #70: add workspace file. 2021-08-02 23:47:31 +03:00
Sergey Vartanov
539b5879e5 Reformat roentgen.py with Black. 2021-07-30 03:29:10 +03:00
Sergey Vartanov
5406fc9cf2 Fix level checking. 2021-07-30 02:01:41 +03:00
Sergey Vartanov
0748bab9a5 Issue #63: support ways, areas, and relations. 2021-07-29 23:38:11 +03:00
Sergey Vartanov
feb6c5a588 Issue #65: add Taginfo project file construction. 2021-07-26 23:29:56 +03:00
Sergey Vartanov
253f59d878 Issue #62: refactor MapCSS generation. 2021-07-22 23:44:21 +03:00
Sergey Vartanov
3f684b6619 Add element command. 2021-07-12 03:10:13 +03:00
Sergey Vartanov
b4682e32d7 Refactor argument parsing. 2021-07-12 02:47:40 +03:00
Sergey Vartanov
5b22f7f78e Issue #63: refactor; add mapcss command. 2021-07-11 02:43:26 +03:00
Sergey Vartanov
5d49843a79 Issue #63: add MapCSS and icons generation. 2021-07-10 19:50:47 +03:00
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)