map-machine/map_machine
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
..
doc Clean up collection parsing. 2022-11-03 01:33:19 +04:00
element Preprocess arguments to fix leading minus issue. 2022-10-30 11:48:11 +04:00
feature Make building colors configurable. 2023-05-28 12:54:32 +04:00
geometry Refactor flinger. 2022-09-02 23:58:57 +03:00
icons Add icon for natural=human. 2023-05-24 23:32:21 +04:00
osm Clean up OSM reading. 2022-11-03 01:35:56 +04:00
pictogram Clean up icon configuration parsing. 2022-11-05 21:19:27 +04:00
scheme Support drawing options in scheme. 2023-05-28 13:54:14 +04:00
slippy Refactor flinger. 2022-09-02 23:58:57 +03:00
ui Add --hide-credit option. 2023-05-24 23:34:22 +04:00
__init__.py Update changelog. 2023-01-06 23:38:08 +04:00
__main__.py Fix documentation. 2022-06-25 21:01:13 +03:00
color.py Fix pydocstyle warnings. 2022-06-07 23:52:58 +03:00
constructor.py Fix static analysis warnings. 2022-10-03 19:32:16 +04:00
drawing.py Fix pydocstyle warnings. 2022-06-07 23:52:58 +03:00
figure.py Remove debug printing. 2022-07-06 00:23:31 +03:00
main.py Rename element command to draw. 2022-08-17 08:12:53 +03:00
map_configuration.py Add --hide-credit option. 2023-05-24 23:34:22 +04:00
mapcss.py Fix pydocstyle warnings. 2022-06-07 23:52:58 +03:00
mapper.py Support drawing options in scheme. 2023-05-28 13:54:14 +04:00
scheme.py Support drawing options in scheme. 2023-05-28 13:54:14 +04:00
text.py Issue #144: support ref as main text label. 2022-10-25 23:49:54 +04:00
util.py Fix pydocstyle warnings. 2022-06-07 23:52:58 +03:00
workspace.py Issue #140: find scheme by identifier or path. 2022-08-15 10:44:42 +03:00