Commit graph

206 commits

Author SHA1 Message Date
Sergey Vartanov
061d77d9d5 Fix amenity tags; fix tag matching. 2020-10-04 20:44:07 +03:00
Sergey Vartanov
d5bbe2a553 Close #10: rearrange icons. 2020-10-04 20:17:44 +03:00
Sergey Vartanov
081a6e5455 Issue #10: support priority for icons. 2020-10-03 13:44:12 +03:00
Sergey Vartanov
fd70aa8f01 Extract tag matcher. 2020-10-03 12:03:40 +03:00
Sergey Vartanov
ac20d3462b Use one function to match tags. 2020-10-03 11:37:15 +03:00
Sergey Vartanov
acf0ee45d9 Support Overpass, overlaps, tree circumference. 2020-10-03 00:29:13 +03:00
Sergey Vartanov
b8289467b9 Add new icons. 2020-10-03 00:06:09 +03:00
Sergey Vartanov
ed3d555bbc Add area detection.
Detect whether way is an area.
2020-10-02 23:40:07 +03:00
Sergey Vartanov
8a21e729ad Support Overpass JSON reading. 2020-10-02 23:38:15 +03:00
Sergey Vartanov
c5cc5658c3
Set up CodeQL Analysis. 2020-10-01 16:14:10 +03:00
Sergey Vartanov
f5d31fae5c Update icon grid image. 2020-09-30 03:09:15 +03:00
Sergey Vartanov
3f85a7c650 Remove one of identical icons. 2020-09-30 03:06:44 +03:00
Sergey Vartanov
c3e5c4954a Add power tower design tags. 2020-09-30 02:51:03 +03:00
Sergey Vartanov
4f38897950 Add power tower design icons. 2020-09-30 02:43:55 +03:00
Sergey Vartanov
d664364140 Issue #26: add preliminary fast overlap algorithm. 2020-09-30 02:39:10 +03:00
Sergey Vartanov
4e5367b8f9 Update icon grid image. 2020-09-29 01:56:47 +03:00
Sergey Vartanov
fa3b49ee75 Remove specific line icons. 2020-09-29 01:45:10 +03:00
Sergey Vartanov
4e92c8e9c2 Make --scale argument optional. 2020-09-29 01:33:34 +03:00
Sergey Vartanov
af49a3e4b8 Add life ring icon. 2020-09-29 01:31:10 +03:00
Sergey Vartanov
8074f042a6 Add waterfall icon. 2020-09-29 00:14:20 +03:00
Sergey Vartanov
086342c2a9 Add entrance icons. 2020-09-28 23:56:48 +03:00
Sergey Vartanov
cde3f0e774 Remove PNG from .gitattributes. 2020-09-28 00:06:50 +03:00
Sergey Vartanov
4854562721 Update icon grid image. 2020-09-27 23:38:09 +03:00
Sergey Vartanov
bdff835cfa Add charging and fuel station icons. 2020-09-27 23:34:27 +03:00
Sergey Vartanov
322d6b53ed Fix IDE warnings. 2020-09-27 21:39:22 +03:00
Sergey Vartanov
36ada6872c Use "#" in color scheme. 2020-09-27 01:34:20 +03:00
Sergey Vartanov
8d2c92e30c Fix colors. 2020-09-27 01:27:03 +03:00
Sergey Vartanov
76f27cc826 Remove redundant color variables. 2020-09-27 00:55:58 +03:00
Sergey Vartanov
7b58dae764 Refactor point drawing.
Draw extra icons under main icon.
2020-09-27 00:45:18 +03:00
Sergey Vartanov
81199551a1 Add recycling icon. 2020-09-26 22:03:49 +03:00
Sergey Vartanov
d71f21a977 Add no wheelchair icon. 2020-09-26 12:58:27 +03:00
Sergey Vartanov
f0dd1b89f9 Update readme. 2020-09-25 23:57:19 +03:00
Sergey Vartanov
5506eb3082 Refactor way and relation processing. 2020-09-25 23:38:25 +03:00
Sergey Vartanov
bbc28b4c61 Add icons. 2020-09-25 23:26:52 +03:00
Sergey Vartanov
764e58c370 Fix Travis CI config. 2020-09-25 23:19:03 +03:00
Sergey Vartanov
45d5d82e79 Make readme generatable from Moire. 2020-09-24 23:56:18 +03:00
Sergey Vartanov
2667ee9d02 Fix code style. 2020-09-24 23:55:04 +03:00
Sergey Vartanov
c9fe5e55b6 Add icons. 2020-09-24 23:54:07 +03:00
Sergey Vartanov
f8bb7e5273 Add MTR icon. 2020-09-23 03:48:14 +03:00
Sergey Vartanov
303cd897e0 Add surveillance image. 2020-09-23 03:27:33 +03:00
Sergey Vartanov
1f453fb642 Update readme and images. 2020-09-23 03:25:18 +03:00
Sergey Vartanov
535d939806 Fix code style. 2020-09-23 03:24:53 +03:00
Sergey Vartanov
2ffac6f98b Issue #23: fix building height and shade. 2020-09-23 02:36:30 +03:00
Sergey Vartanov
2fccc9cf67 Issue #23: fix building perspective. 2020-09-23 02:12:28 +03:00
Sergey Vartanov
6705f7418a Issue #23: fix roof drawing.
Roof drawing is now based on the building levels.
2020-09-22 04:49:45 +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
2da1bfe972 Add Tagged class. 2020-09-19 20:59:08 +03:00