Commit graph

865 commits

Author SHA1 Message Date
Sergey Vartanov
010368dfea Refactor and add documentation. 2021-10-17 13:39:26 +03:00
Sergey Vartanov
d2813da063 Issue #93: support waterway=river. 2021-10-15 23:44:49 +03:00
Sergey Vartanov
d071002376 Close #78: fix footway area. 2021-10-14 23:47:26 +03:00
Sergey Vartanov
3e328c1722 Fix park color. 2021-10-14 23:46:23 +03:00
Sergey Vartanov
50f9b84f95 Change default font. 2021-10-14 23:45:46 +03:00
Sergey Vartanov
bdc2b37266 Issue #76: fix crater gradient drawing. 2021-10-14 23:45:33 +03:00
Sergey Vartanov
2a723f74bd Refine area detection. 2021-10-14 23:43:55 +03:00
Sergey Vartanov
6fd81909a4 Fix setup packages. 2021-10-13 01:18:01 +03:00
Sergey Vartanov
dfbc2691d3 Reorganize the project. 2021-10-13 01:03:36 +03:00
Sergey Vartanov
c07e4b4de7 Reuse icon for shop=general. 2021-10-13 00:07:38 +03:00
Sergey Vartanov
d613770190 Update preview. 2021-10-13 00:01:42 +03:00
Sergey Vartanov
cb776abfd9 Add test for direction parsing. 2021-10-12 23:59:07 +03:00
Sergey Vartanov
f6d5161390 Fix direction parsing. 2021-10-12 23:58:51 +03:00
Sergey Vartanov
a6275a20c0 Close #80: fix scale computing. 2021-10-12 23:58:31 +03:00
Sergey Vartanov
208e78d167 Fix radial gradient.
The previous one didn't work in Safari.
2021-10-12 23:57:48 +03:00
Sergey Vartanov
3bc101dd77 Change PNG preview to SVG. 2021-10-12 01:26:46 +03:00
Sergey Vartanov
f1845d10e9 Change PNG preview to SVG. 2021-10-12 01:21:05 +03:00
Sergey Vartanov
bdf4214952 Change shower icon. 2021-10-12 00:58:08 +03:00
Sergey Vartanov
bdfce9b372 Change car wash icon. 2021-10-12 00:42:59 +03:00
Sergey Vartanov
e7749fb6cd Issue #84: fix connection border. 2021-10-12 00:42:16 +03:00
Sergey Vartanov
1be9906baf Fix warnings. 2021-10-11 01:14:03 +03:00
Sergey Vartanov
b358e56223 Change completion output file. 2021-10-11 00:45:54 +03:00
Sergey Vartanov
9f770a35cc Fix warnings. 2021-10-11 00:43:45 +03:00
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
854149f9bb Add boundary box parsing test. 2021-10-10 01:07:29 +03:00
Sergey Vartanov
916eb3d8fa Add dictionary to documentation. 2021-10-09 11:50:39 +03:00
Sergey Vartanov
96092fe43f Add GEOS dependency. 2021-10-09 10:32:13 +03:00
Sergey Vartanov
ba1109a756 Add dictionary. 2021-10-09 10:30:08 +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
eed249ccc2 Add types and documentation. 2021-10-06 23:59:45 +03:00
Sergey Vartanov
b6382ca78f Add element testing. 2021-10-06 23:54:07 +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
b7f0340ed6 Fix logs in tests. 2021-10-02 11:37:18 +03:00
Sergey Vartanov
7c7e2c7e70 Issue #59: support simple labels for roads.
Experimental feature.
2021-10-02 11:30:21 +03:00