Commit graph

1235 commits

Author SHA1 Message Date
Sergey Vartanov
2e6065c086 Issue #7: add Japanese symbol for police station. 2022-02-22 09:38:31 +03:00
Sergey Vartanov
84cfa9ea31 Add icon for highway=traffic_mirror. 2022-02-21 23:57:13 +03:00
Sergey Vartanov
c697b2bc0c Specify Pycairo version. 2022-02-21 11:03:17 +03:00
Sergey Vartanov
11228c0718 Issue #114: wrap temporarily matrix creation.
If the resulting canvas is too big, overlap algorithm may fail to
create matrix for occupied space.
2022-02-17 10:47:23 +03:00
Sergey Vartanov
28ab57676e Fix beach shape. 2022-02-17 01:28:51 +03:00
Sergey Vartanov
0777bbcaf5
Merge.
Add installation examples.
2022-02-17 01:24:36 +03:00
Sergey Vartanov
43d19b11d9 Issue #115: add installation examples.
Add `INSTALL.md` file.
2022-02-16 10:56:54 +03:00
Sergey Vartanov
f830c3757f Issue #115: fix link to GEOS library. 2022-02-15 00:23:09 +03:00
Sergey Vartanov
380fe5ba26 Fix probe shape. 2022-02-14 23:53:16 +03:00
Sergey Vartanov
73487ff055 Fix lunokhod shape. 2022-02-14 23:50:18 +03:00
Sergey Vartanov
e23b36d50f Add building color option. 2022-02-13 22:31:53 +03:00
Sergey Vartanov
d1071afc59
Merge.
Improve documentation for negative option values.
2022-02-13 22:31:13 +03:00
Sergey Vartanov
3ee56a2f6d Fix area detection. 2022-02-11 08:42:34 +03:00
Sergey Vartanov
918e9a7022 Support area=yes for roads.
Turns out roads may be areas.
2022-02-11 08:37:14 +03:00
Sergey Vartanov
66dc92c137 Update preview. 2022-02-10 00:22:41 +03:00
Sergey Vartanov
265e94982d Update icon grid. 2022-02-10 00:12:35 +03:00
Sergey Vartanov
33818adc27 Update .gitignore. 2022-02-10 00:10:12 +03:00
Sergey Vartanov
7ce9a495d9 Issue #109: improve negative value warnings.
Add alternative approach and examples.
2022-02-09 09:28:54 +03:00
Sergey Vartanov
f487f75f42 Issue #109: change option format in examples.
It seems like `-b=-84.752045,39.504939,-84.749703,39.508118` looks more
intuitive than `-b " -84.752045,39.504939,-84.749703,39.508118"`.
2022-02-09 09:03:47 +03:00
Sergey Vartanov
37d1c2379c Issue #109: remove a mention of labels.
Seems like labels are available only for collaborators.
2022-02-09 08:49:25 +03:00
Sergey Vartanov
8bfc4f3676 Refactor node boundary box. 2022-02-07 23:20:43 +03:00
Sergey Vartanov
c64eefec0b Fix boundary box computing. 2022-02-07 23:18:30 +03:00
Sergey Vartanov
cdbe567483 Fix solar panel shape. 2022-02-07 22:51:27 +03:00
Sergey Vartanov
512631fd5b Add icon for playground=sandpit. 2022-02-07 22:50:03 +03:00
Sergey Vartanov
a2348e9247 Reuse icon for shop=antiques. 2022-02-07 22:41:22 +03:00
Sergey Vartanov
835f2445a3 Fix configuration. 2022-02-07 07:34:07 +03:00
Sergey Vartanov
262b0468da Issue #37: add icon for tourism=apartment. 2022-02-06 10:46:02 +03:00
Sergey Vartanov
be0e60dd85 Fix bed shape. 2022-02-06 10:38:51 +03:00
Sergey Vartanov
1928a62509 Issue #37: add icon for tourism=guest_house. 2022-02-05 23:29:05 +03:00
Sergey Vartanov
ce70ad1cd3 Remove wildcard matching for tourism=*. 2022-02-05 23:05:10 +03:00
Sergey Vartanov
53e3614324 Redraw swimming area. 2022-02-05 21:05:45 +03:00
Sergey Vartanov
a4694ec536 Update icon grid. 2022-02-05 20:56:56 +03:00
Sergey Vartanov
7035d3c515 Fix configuration. 2022-02-05 20:56:22 +03:00
Sergey Vartanov
f7eb17fbda Reuse icon for craft=jeweller. 2022-02-05 20:53:52 +03:00
Sergey Vartanov
089989f560 Add icon for amenity=courthouse. 2022-02-05 20:53:25 +03:00
Sergey Vartanov
7f5e728140 Add icon for barrier=chain. 2022-02-05 20:53:04 +03:00
Sergey Vartanov
c66f1b5a6e Add icon for mazes.
For leisure=maze, attraction=maze, maze=labyrinth, tourism=maze.
2022-02-05 11:18:26 +03:00
Sergey Vartanov
23579583a6 Add icon for leisure=escape_game. 2022-02-05 11:08:26 +03:00
Sergey Vartanov
a49638b538 Fix wall color. 2022-02-04 22:04:59 +03:00
Sergey Vartanov
92563dd403 Fix import. 2022-02-04 22:04:10 +03:00
Sergey Vartanov
b3f0c1dd70 Add segment intersection method. 2022-02-04 22:03:22 +03:00
Sergey Vartanov
05e549a364 Add segment representation. 2022-02-04 22:01:52 +03:00
Sergey Vartanov
95f3fc14b0 Rearrange credits. 2022-02-04 21:55:14 +03:00
Sergey Vartanov
6f01024533 Fix building colors. 2022-02-04 21:54:41 +03:00
Sergey Vartanov
85477027a2 Support minimal building height. 2022-02-04 21:54:28 +03:00
Sergey Vartanov
61b8f07a2f Support roof and walls colors. 2022-02-04 21:54:01 +03:00
Sergey Vartanov
2e3959c1d5 Fix walls order. 2022-02-04 21:52:56 +03:00
Sergey Vartanov
d634e7e904 Make OSMWay hashable. 2022-02-04 21:47:19 +03:00
Sergey Vartanov
2578d6b80e Draw apartments icon for all building types. 2022-02-03 21:54:43 +03:00
Sergey Vartanov
a1de35594b Exclude ref tag prefix from writable prefixes. 2022-02-03 21:52:57 +03:00