Commit graph

55 commits

Author SHA1 Message Date
Sergey Vartanov
a7d4e27819 Add command documentation. 2021-09-05 23:04:51 +03:00
Sergey Vartanov
51d522978a Issue #76: add equator length argument. 2021-09-02 01:49:06 +03:00
Sergey Vartanov
b3560cfdc7 Add set_opacity command for icons. 2021-08-31 01:17:46 +03:00
Sergey Vartanov
f69d7728e5 Issue #76: add icon for man_made=descent_stage. 2021-08-31 00:04:02 +03:00
Sergey Vartanov
7db69f5719 Issue #77: add --input option to tile command. 2021-08-30 23:41:17 +03:00
Sergey Vartanov
3b5aed9356 Issue #73: add port number option. 2021-08-29 12:27:06 +03:00
Sergey Vartanov
9c4873c5ae Issue #74: rename scale to zoom level. 2021-08-28 19:25:35 +03:00
Sergey Vartanov
4b8e5478f5 Issue #69: add documentation. 2021-08-28 16:27:48 +03:00
Sergey Vartanov
abb49c5719 Issue #69: support scale range.
Now it is possible to use scale specification with ranges. E.g. "16-18",
"16,17,18", or "16,18-20".
2021-08-28 16:00:24 +03:00
Sergey Vartanov
cdeffc8758 Refactor type annotaions; get rid of minidom. 2021-08-28 03:19:51 +03:00
Sergey Vartanov
4c5209dabc Get use of map configuration. 2021-08-27 00:40:00 +03:00
Sergey Vartanov
fe2714c927 Add options to tile generation. 2021-08-25 23:56:49 +03:00
Sergey Vartanov
9555a5d74f Refactor entry point. 2021-08-24 23:01:41 +03:00
Sergey Vartanov
cbfdb4de78 Update readme. 2021-08-24 02:07:10 +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
db3316d364 Fix boundary box. 2021-08-07 23:45:05 +03:00
Sergey Vartanov
eb48600e9c Fix tile generation test. 2021-08-07 23:30:28 +03:00
Sergey Vartanov
175b8bb0ae Add web error processing; add boundary box class. 2021-08-07 14:39:37 +03:00
Sergey Vartanov
088fc58870 Issue #69: preliminary support of tile collection. 2021-08-05 04:02:05 +03:00
Sergey Vartanov
6fd2c81235 Fix logging. 2021-08-03 01:46:36 +03:00
Sergey Vartanov
46e32a39f3 Extract function for element arguments. 2021-08-03 01:15:19 +03:00
Sergey Vartanov
0f7665d3fd Add cache argument for server command. 2021-08-03 00:03:15 +03:00
Sergey Vartanov
be0420b53d Fix tile options. 2021-08-02 23:52:03 +03:00
Sergey Vartanov
feb6c5a588 Issue #65: add Taginfo project file construction. 2021-07-26 23:29:56 +03:00
Sergey Vartanov
4228146eca Reformat with Black. 2021-07-18 23:49:12 +03:00
Sergey Vartanov
c21bbb2416 Refactor argument parsing; add descriptions. 2021-07-18 02:13:41 +03:00
Sergey Vartanov
dc35b45276 Remove redundant variables. 2021-07-17 19:25:13 +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
070ed05c8c Reformat with Black. 2021-07-11 03:12:14 +03:00
Sergey Vartanov
e18419cc3a Issue #62: add cache path option. 2021-07-08 01:52:24 +03:00
Sergey Vartanov
735f19428d Issue #45: add lane parsing; refactor figure. 2021-06-03 04:39:05 +03:00
Sergey Vartanov
b0de6754c1 Fix label mode argument. 2021-05-29 03:00:22 +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
813ad6b806 Add individual icon drawing; refactor. 2021-04-24 01:56:23 +03:00
Sergey Vartanov
acf0ee45d9 Support Overpass, overlaps, tree circumference. 2020-10-03 00:29:13 +03:00
Sergey Vartanov
4e92c8e9c2 Make --scale argument optional. 2020-09-29 01:33:34 +03:00
Sergey Vartanov
2667ee9d02 Fix code style. 2020-09-24 23:55:04 +03:00
Sergey Vartanov
604fd0d14c Separate ways and buildings. 2020-09-19 21:01:31 +03:00
Sergey Vartanov
54b88f05d2 Change scale argument to OSM zoom level.
Use OSM zoom level as specification of the map scale.
2020-09-19 03:33:25 +03:00
Sergey Vartanov
34157d9d73 Fix #22: boundary box argument. 2020-09-19 02:11:09 +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
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
6f75cebfcb Issue #14: add option for multiple input files. 2020-08-28 23:30:00 +03:00
Sergey Vartanov
a916a3bf45 Refactor arguments parsing. 2020-08-25 07:51:38 +03:00