Commit graph

261 commits

Author SHA1 Message Date
Sergey Vartanov
84f7e1cef5 Issue #84: support blur for bridges. 2021-10-11 00:12:22 +03:00
Sergey Vartanov
01a1700ba2 Fix road connection colors. 2021-10-10 17:32:04 +03:00
Sergey Vartanov
918ec46d98 Support runways and taxiways. 2021-10-10 17:23:46 +03:00
Sergey Vartanov
916eb3d8fa Add dictionary to documentation. 2021-10-09 11:50:39 +03:00
Sergey Vartanov
adad8be7e2 Support railways.
Add support for railway=light_rail, railway=monorail, and
railway=funicular.
2021-10-09 00:02:01 +03:00
Sergey Vartanov
5b3126b0c1 Support highway=raceway. 2021-10-08 23:52:54 +03:00
Sergey Vartanov
245c316997 Support darken color. 2021-10-05 09:14:22 +03:00
Sergey Vartanov
496d663526 Fix land use priority. 2021-10-05 09:11:05 +03:00
Sergey Vartanov
71797141ff Add some color from OSM carto. 2021-10-05 09:10:17 +03:00
Sergey Vartanov
60e04bd07c Fix boundary box. 2021-10-05 09:08:33 +03:00
Sergey Vartanov
791bf3be75 Add argument for redrawing tiles. 2021-10-05 09:08:00 +03:00
Sergey Vartanov
c03b0ad488 Add descriptions for commands. 2021-10-05 09:05:23 +03:00
Sergey Vartanov
8c4abff16c Fix shapes. 2021-10-03 09:59:12 +03:00
Sergey Vartanov
2c41c25d25 Issue #90: reuse icons for amenity=parking.
With additional tags parking=lane and parking=street_side.
2021-10-03 09:52:01 +03:00
Sergey Vartanov
258303e24d Issue #91: support maximum speed in miles. 2021-10-02 16:27:16 +03:00
Sergey Vartanov
280433093f Issue #91: fix maximum speed regular expression. 2021-10-02 16:20:51 +03:00
Sergey Vartanov
1ea2729d3e Add icon for railway=signal. 2021-10-02 12:31:20 +03:00
Sergey Vartanov
5c21a5c486 Add icon for tactile_paving=no. 2021-10-02 12:28:50 +03:00
Sergey Vartanov
c857571baf Change tooth icon. 2021-10-02 12:17:21 +03:00
Sergey Vartanov
7f30cfcb75 Add icon for traffic_calming=rumble_strip. 2021-10-02 11:48:17 +03:00
Sergey Vartanov
7c7e2c7e70 Issue #59: support simple labels for roads.
Experimental feature.
2021-10-02 11:30:21 +03:00
Sergey Vartanov
3030756bb6 Add icon for traffic_calming=hump. 2021-10-02 11:28:22 +03:00
Sergey Vartanov
61a7429351 Add icons for traffic_calming.
For traffic_calming=dip and traffic_calming=double_dip.
2021-10-02 11:24:50 +03:00
Sergey Vartanov
c80852c690 Issue #84: fix connection order.
Now we draw connector background on connector minimum layer and
connector foreground on connector maximum level.
2021-10-02 11:12:10 +03:00
Sergey Vartanov
c85d03905d Add icons for traffic_calming=mini_bumps. 2021-10-01 09:34:21 +03:00
Sergey Vartanov
d09fbdeee6 Add icons for traffic_calming.
For traffic_calming=table and traffic_calming=cushion.
2021-10-01 09:33:04 +03:00
Sergey Vartanov
07e48c9484 Redraw traffic icons. 2021-10-01 09:18:53 +03:00
Sergey Vartanov
96514ddf95 Remove progress bar. 2021-09-30 23:45:24 +03:00
Sergey Vartanov
6ffa91344a Fix tag parsing. 2021-09-30 23:36:26 +03:00
Sergey Vartanov
1848bfe367 Use identical road width for all road types. 2021-09-30 23:34:09 +03:00
Sergey Vartanov
2ea915c6f1 Reuse icons for leisure=hackerspace and others.
Also for leisure=indoor_playground and barrier=artwork +
artwork_type=statue.
2021-09-30 23:30:17 +03:00
Sergey Vartanov
f2180b17a9 Change playground colors. 2021-09-30 23:25:55 +03:00
Sergey Vartanov
025fa12a48 Treat tunnel as an underground feature. 2021-09-29 09:59:06 +03:00
Sergey Vartanov
c76db0e3f5 Fix boundary box; fix view box detection.
Detect view box out of overpass turbo JSON data.
2021-09-29 09:57:30 +03:00
Sergey Vartanov
258cd5d149 Add icon for design=donau_inverse. 2021-09-28 08:16:19 +03:00
Sergey Vartanov
eacb6c8ee1 Fix icon collection. 2021-09-28 08:00:52 +03:00
Sergey Vartanov
3600088bb4 Support Fish autocompletion. 2021-09-27 23:56:06 +03:00
Sergey Vartanov
4f1be1c60a Add command list. 2021-09-27 23:55:30 +03:00
Sergey Vartanov
9fc5c2069a Rearrange rules. 2021-09-27 23:54:48 +03:00
Sergey Vartanov
39acfc6ff6 Issue #91: support automatic icon generation.
Use regular expressions to match tags and construct icons using matched
substrings.
2021-09-26 20:30:36 +03:00
Sergey Vartanov
4644d38166 Update readme. 2021-09-26 10:00:47 +03:00
Sergey Vartanov
a588a0c82e Add error handling. 2021-09-26 09:12:43 +03:00
Sergey Vartanov
c0b4d35573 Issue #89: fix encoding. 2021-09-25 09:12:13 +03:00
Sergey Vartanov
067b815100 Issue #89: fix SVG encoding; remove progress bar. 2021-09-25 07:49:30 +03:00
Sergey Vartanov
c40af57cb7 Issue #89: fix encoding. 2021-09-24 19:10:44 +03:00
Sergey Vartanov
7859677f62 Issue #89: fix cache file encoding. 2021-09-24 07:01:29 +03:00
Sergey Vartanov
9e1222d296 Issue #89: fix JSON encoding. 2021-09-24 06:58:37 +03:00
Sergey Vartanov
ef53fa9229 Fix requirements.
Bug is reported by @Zero3.
2021-09-24 06:24:58 +03:00
Sergey Vartanov
431e057f9d Fix arguments and icon file. 2021-09-23 06:03:26 +03:00
Sergey Vartanov
fca08ab279 Add --roofs argument; rename argument.
Rename --show-tooltips to --tooltips.
2021-09-23 05:56:25 +03:00