Commit graph

43 commits

Author SHA1 Message Date
Sergey Vartanov
b4907ecf03 Issue #45: add preliminary Road class.
Road class is supposed to be used as road description for the map.
2021-05-27 03:07:31 +03:00
Sergey Vartanov
579940d75f Move building style from scheme. 2021-05-27 00:53:01 +03:00
Sergey Vartanov
ff88424a34 Fix building object type. 2021-05-26 03:55:12 +03:00
Sergey Vartanov
617265dce5 Add processed tags set for labels. 2021-05-23 22:39:03 +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
afdf9416d5 Refactor text labels. 2021-05-13 04:10:35 +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
bf4db29a1a Support color for icon shape.
* Create icon shape specification with color.
  * Change icon generation rules.
  * Add height label processing.
2021-05-09 05:04:38 +03:00
Sergey Vartanov
cbbd7bcf05 Fix code style.
Fix some pylint warnings.
2021-05-07 00:57:05 +03:00
Sergey Vartanov
958a85fe0a Refactor text generation. 2021-05-06 03:23:57 +03:00
Sergey Vartanov
c793b314c7 Fix code style. 2021-05-02 11:22:39 +03:00
Sergey Vartanov
c4d7821f79 Refactor icons; update images. 2021-05-02 10:46:40 +03:00
Sergey Vartanov
e6e54cb044 Optimize imports. 2021-04-25 03:21:32 +03:00
Sergey Vartanov
3e132992d5 Fix special mode node outline. 2021-04-24 13:51:51 +03:00
Sergey Vartanov
fc2fa5f766 Fix special mode nodes. 2021-04-24 12:54:50 +03:00
Sergey Vartanov
813ad6b806 Add individual icon drawing; refactor. 2021-04-24 01:56:23 +03:00
Sergey Vartanov
081a6e5455 Issue #10: support priority for icons. 2020-10-03 13:44:12 +03:00
Sergey Vartanov
ed3d555bbc Add area detection.
Detect whether way is an area.
2020-10-02 23:40:07 +03:00
Sergey Vartanov
d664364140 Issue #26: add preliminary fast overlap algorithm. 2020-09-30 02:39:10 +03:00
Sergey Vartanov
322d6b53ed Fix IDE warnings. 2020-09-27 21:39:22 +03:00
Sergey Vartanov
7b58dae764 Refactor point drawing.
Draw extra icons under main icon.
2020-09-27 00:45:18 +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
535d939806 Fix code style. 2020-09-23 03:24:53 +03:00
Sergey Vartanov
2fccc9cf67 Issue #23: fix building perspective. 2020-09-23 02:12:28 +03:00
Sergey Vartanov
51f40b989e Refactor points and figures. 2020-09-22 04:42:08 +03:00
Sergey Vartanov
557e0d1992 Issue #11: move color utility to separate module. 2020-09-20 23:58:10 +03:00
Sergey Vartanov
aee36d0703 Issue #11: fix time mode.
Add gradient color detection from the color scale for the given value.
2020-09-20 23:52:24 +03:00
Sergey Vartanov
604fd0d14c Separate ways and buildings. 2020-09-19 21:01:31 +03:00
Sergey Vartanov
963fb12496 Use colour; add text structure. 2020-09-19 14:43:47 +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
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
03db36becb Issue #20: add direction preview; add buoy icon. 2020-09-07 01:02:40 +03:00
Sergey Vartanov
0405e552e2 Issue #20: support viewpoint direction. 2020-09-06 22:58:41 +03:00
Sergey Vartanov
21be74a8a2 Refactor constructor; change code style. 2020-09-05 19:44:28 +03:00
Sergey Vartanov
21acccab20 Refactor scheme. 2020-08-30 13:45:52 +03:00
Sergey Vartanov
ddcad423c4 Fix level parsing. 2020-08-26 23:00:41 +03:00
Sergey Vartanov
e8486ee0b8 Make colors based on hash permanent.
In Python 3 hash() result is only consistent within a process, so we
have to use hashlib.
2020-08-26 22:56:33 +03:00
Sergey Vartanov
f88f3b9f50 Issue #11: fix user and time modes. 2020-08-26 09:54:15 +03:00
Sergey Vartanov
f452a08177 Refactor map constructor. 2020-08-26 09:20:54 +03:00