Commit graph

1363 commits

Author SHA1 Message Date
Sergey Vartanov
33c313d4e6 Issue #144: support tourism=camp_pitch as a way.
Use simple outline for a camp pitch if it is an area.
2022-10-26 00:09:33 +04:00
Sergey Vartanov
387d081010 Issue #144: support ref as main text label. 2022-10-25 23:49:54 +04:00
Sergey Vartanov
e2f259bfc5 Update changelog. 2022-10-12 00:06:35 +04:00
Sergey Vartanov
a728bc0758 Reuse icon for traffic_sign=*. 2022-10-12 00:02:30 +04:00
Sergey Vartanov
7b11cf0b79 Make golf hole green. 2022-10-11 23:17:08 +04:00
Sergey Vartanov
b697906f38 Increase golf objects priority.
Tee and pin are small objects buy they are a part of big golf fields,
so they should be visible at zoom level 16.
2022-10-11 23:11:46 +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
fa92e684f4 Issue #100: add warning for coordinates option.
If boundary box is explicitly specified, coordinates will be ignored.
2022-10-11 22:22:35 +04:00
Sergey Vartanov
a6851f166b Issue #100: process invalid boundary box.
Stop processing if explicitly specified boundary box is invalid, even if
we can get the right one from another source.
2022-10-11 01:04:06 +04:00
Sergey Vartanov
f9a6eb84ae Update changelog. 2022-10-10 00:35:40 +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
836caf7138 Fix documentation and code style. 2022-10-05 17:09:39 +04:00
Sergey Vartanov
0e62e4ac90 Add wrong element command handling. 2022-10-05 17:06:10 +04:00
Sergey Vartanov
ef359f83e9 Remove unused element drawing utility. 2022-10-03 20:30:10 +04:00
Sergey Vartanov
d1e48e21df Fix static analysis warnings. 2022-10-03 19:32:16 +04:00
Sergey Vartanov
999c3112bb Support way tourism=artwork. 2022-09-15 22:47:58 +03: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
28cf5c3639 Add more old versions to changelog. 2022-09-15 11:37:52 +03:00
Sergey Vartanov
95d7ad8f08 Add old versions to changelog. 2022-09-15 11:37:28 +03:00
Sergey Vartanov
86245da87c Add indoor preview. 2022-09-13 01:26:28 +03:00
Sergey Vartanov
89afd8bb20 Support way element drawing. 2022-09-13 00:11:53 +03:00
Sergey Vartanov
c8650e285d Reorder icons in configuration. 2022-09-12 23:46:45 +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
511ad59904 Add even more old items to changelog. 2022-09-12 09:45:48 +03:00
Sergey Vartanov
10b4dcfa0d Add more old items to changelog. 2022-09-12 09:45:12 +03:00
Sergey Vartanov
92a893583b Add changelog for old versions. 2022-09-12 09:44:10 +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
c5bee25391 Add documentation for elements. 2022-09-06 00:04:27 +03:00
Sergey Vartanov
c0879bff36 Refactor flinger.
Element drawing module was using flinger for Mercator projection, which
is not exactly what is wanted.
2022-09-02 23:58:57 +03:00
Sergey Vartanov
77c8ec0044 Add link to changelog. 2022-09-02 23:56:08 +03:00
Sergey Vartanov
f7d9dbfb87 Add more versions to changelog. 2022-08-21 17:48:45 +03:00
Sergey Vartanov
e61b23abf3 Add links to changelog. 2022-08-21 17:35:41 +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
2d86ff3b0d Refactor verification test. 2022-08-19 10:59:33 +03:00
Sergey Vartanov
cdbcedc6ec Add error handling for SVG parsing. 2022-08-19 10:59:33 +03:00
Sergey Vartanov
cb1bdceedb Issue #140: check for an empty scheme file. 2022-08-19 10:58:39 +03:00
Sergey Vartanov
a6955c7d22 Issue #139: change indoor colors.
Try to make indoor colors darker and use dark border for corridors
(this may lead to some unwanted results, but we will see).
2022-08-19 00:51:39 +03:00
Sergey Vartanov
d068a76a48 Issue #139: change style for indoor=column.
Use `indoor_wall_color` to make it darker and distinguishable from its
surroundings.
2022-08-18 23:57:36 +03:00
Sergey Vartanov
54bc5d1a52 Restore requirements as a list. 2022-08-18 11:58:06 +03:00
Sergey Vartanov
afb050c2b0 Issue #140: fix default colors in scheme. 2022-08-17 09:36:04 +03:00
Sergey Vartanov
199dff9599 Issue #140: add error handling. 2022-08-17 09:30:13 +03:00
Sergey Vartanov
692997f54a Rename element command to draw.
And add node drawing.
2022-08-17 08:12:53 +03:00
Sergey Vartanov
6dd9bc27e8 Add common interface to element drawing. 2022-08-17 02:44:53 +03:00
Sergey Vartanov
be28d4fd41 Add more options to grid drawing. 2022-08-17 02:43:54 +03:00
Sergey Vartanov
7e2d9ba5af Make credits optional. 2022-08-17 02:41:42 +03:00