Commit graph

392 commits

Author SHA1 Message Date
Sergey Vartanov
f0b3d19b15 Support drawing options in scheme.
It is now necessary to enable drawing map features in the scheme file.
In the `options` field one should enable the following features in
order to have these features on the map, because they are disabled by
default:
  - `draw_nodes`,
  - `draw_buildings`,
  - `draw_trees`,
  - `draw_craters`,
  - `draw_directions`

Related to #140.
2023-05-28 13:54:14 +04:00
Sergey Vartanov
b67fe8e574 Use space instead of = in examples.
`=` is needed no more.
2022-10-30 11:49:07 +04:00
Sergey Vartanov
ec4056f559 Add more commands for preview. 2022-10-11 23:03:31 +04:00
Sergey Vartanov
da0ebd8bfa Add commands for preview. 2022-10-11 22:49:14 +04:00
Sergey Vartanov
9bc7600d97 Add warnings to Moire generated files. 2022-10-09 19:08:03 +04:00
Sergey Vartanov
5598a334e9 Update icon grid. 2022-10-09 16:06:45 +04:00
Martin Fischer
1f87ff422a Add missing articles in readme. 2022-10-09 11:17:36 +04:00
Sergey Vartanov
1baf08de22 Fix indoor preview. 2022-09-15 12:04:10 +03:00
Sergey Vartanov
5019303ef9 Refine indoor documentation. 2022-09-15 11:56:47 +03:00
Sergey Vartanov
86245da87c Add indoor preview. 2022-09-13 01:26:28 +03:00
Sergey Vartanov
8819b7477e Describe special branches in installation file.
`python3.8` and `no-cairo` should be in documentation.
2022-09-12 10:16:02 +03:00
Sergey Vartanov
a532a6b7e5 Refine power tags description. 2022-09-12 10:02:31 +03:00
Sergey Vartanov
f6c49c7928 Update documentation syntax for new Moire version.
In Moire `\code` tag is now has language, if exists, in its first
argument.  This was changed for better syntax highlighting support.
2022-09-10 13:37:34 +03:00
Sergey Vartanov
7092ef0052 Add icons for flags.
For tags:
  - `man_made=flagpole` + `country=US` (USA),
  - `man_made=flagpole` + `country=Tanzania`,
  - `man_made=flagpole` + `country=PH` (Philippines),
  - `man_made=flagpole` + `country=FR` (France).

Top four values from current Taginfo: see
https://taginfo.openstreetmap.org/keys/country#values
2022-08-21 17:32:58 +03:00
Sergey Vartanov
692997f54a Rename element command to draw.
And add node drawing.
2022-08-17 08:12:53 +03:00
Sergey Vartanov
71f5636a0b Fix icon names. 2022-08-07 23:56:38 +03:00
Sergey Vartanov
49db628d76 Add icon for tomb=pyramid. 2022-08-04 23:56:11 +03:00
Sergey Vartanov
68700089ca Redraw fountain icons. 2022-08-03 13:06:35 +03:00
Sergey Vartanov
3dffaa5363 Issue #48: add icon for shop=variety_store. 2022-08-02 23:59:48 +03:00
Sergey Vartanov
efd9ccb31b Close #55: add icon for natural=spring. 2022-08-02 23:51:21 +03:00
Sergey Vartanov
31d550021c Issue #48: add icon for shop=car_parts. 2022-08-02 01:43:42 +03:00
Sergey Vartanov
70660de170 Redraw statue shape. 2022-07-10 23:58:33 +03:00
Sergey Vartanov
eef3ed34d4 Add gazette icon. 2022-07-06 23:52:45 +03:00
Sergey Vartanov
3de5651442 Redraw hopscotch icon. 2022-07-06 23:44:43 +03:00
Sergey Vartanov
bde4676872 Fix diving tower with 3 platforms shape. 2022-07-06 01:46:14 +03:00
Sergey Vartanov
6bef291b66 Update documentation tables. 2022-07-05 11:48:52 +03:00
Sergey Vartanov
9deb81411e Unify diving platform identifier. 2022-07-05 00:16:23 +03:00
Sergey Vartanov
c416b4463c Redraw diving tower with 4 platforms. 2022-07-05 00:04:22 +03:00
Sergey Vartanov
10c5f5bf5d Redraw diving tower with 3 platforms. 2022-07-04 23:55:26 +03:00
Sergey Vartanov
8ae639ee30 Redraw diving tower with 2 platforms. 2022-07-04 23:53:27 +03:00
Sergey Vartanov
010982789c Update icon grid. 2022-07-03 19:45:54 +03:00
Sergey Vartanov
d1214bec35 Refactor Moire files. 2022-05-20 02:44:28 +03:00
Sergey Vartanov
51ab8ade38 Add commit style to documentation. 2022-05-15 19:02:55 +03:00
Sergey Vartanov
5f5d8818a3 Add Git hooks warning. 2022-05-02 00:06:08 +03:00
Sergey Vartanov
e85e98e92c Update Black version. 2022-04-03 22:57:41 +03:00
Sergey Vartanov
8863c67126 Fix electricity shape. 2022-04-03 22:45:41 +03:00
Sergey Vartanov
af78f08602 Issue #7: add Japanese symbol for health center. 2022-02-22 10:03:18 +03:00
Sergey Vartanov
28ab57676e Fix beach shape. 2022-02-17 01:28:51 +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
d1071afc59
Merge.
Improve documentation for negative option values.
2022-02-13 22:31:13 +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
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
262b0468da Issue #37: add icon for tourism=apartment. 2022-02-06 10:46:02 +03:00
Sergey Vartanov
1928a62509 Issue #37: add icon for tourism=guest_house. 2022-02-05 23:29:05 +03:00
Sergey Vartanov
a4694ec536 Update icon grid. 2022-02-05 20:56:56 +03:00