Issue #24: update readme.

This commit is contained in:
Sergey Vartanov 2021-06-20 14:28:28 +03:00
parent f80672b7c1
commit 079a04afdf
2 changed files with 3 additions and 3 deletions

View file

@ -71,7 +71,7 @@ If tag is drawable it is displayed using icon combination and colors. All icons
Feel free to request new icons via issues for whatever you want to see on the map. No matter how frequently the tag is used in OpenStreetMap since final goal is to cover all tags. However, common used tags have priority, other things being equal.
Draw icon grid: `python roentgen.py grid`.
Generate icon grid and individual icons with `python roentgen.py icons`. It will create `icon_grid.svg` file, and SVG files in `icon_set/ids` directory where files are named using shape identifiers (e.g. `power_tower_portal_2_level.svg`) and in `icon_set/names` directory where files are named using shape names (e.g. `Röntgen portal two-level transmission tower.svg`). Files from the last directory are used in OpenStreetMap wiki (e.g. [`File:R%C3%B6ntgen_portal_two-level_transmission_tower.svg`](https://wiki.openstreetmap.org/wiki/File:R%C3%B6ntgen_portal_two-level_transmission_tower.svg)).
### Icon combination ###

View file

@ -82,7 +82,7 @@ If tag is drawable it is displayed using icon combination and colors. All icons
Feel free to request new icons via issues for whatever you want to see on the map. No matter how frequently the tag is used in OpenStreetMap since final goal is to cover all tags. However, common used tags have priority, other things being equal.
Draw icon grid\: \tt {python roentgen.py grid}.
Generate icon grid and individual icons with \tt {python roentgen.py icons}. It will create \tt {icon_grid.svg} file, and SVG files in \tt {icon_set/ids} directory where files are named using shape identifiers (e.g. \tt {power_tower_portal_2_level.svg}) and in \tt {icon_set/names} directory where files are named using shape names (e.g. \tt {Röntgen portal two-level transmission tower.svg}). Files from the last directory are used in OpenStreetMap wiki (e.g. \href {https://wiki.openstreetmap.org/wiki/File:R%C3%B6ntgen_portal_two-level_transmission_tower.svg} {\tt {File:Röntgen_portal_two-level_transmission_tower.svg}}).
\3 {Icon combination} {icon_combination}
@ -183,7 +183,7 @@ Example\:
\4 {Required} {required_arguments}
\list
{\tt {--boundary-box} or \tt {-b}\: boundary box to draw. Value\: \tt {<longitude 1>,<latitude 1>,<longitude 2>,<latitude 2>}. If first longitude is negative, use quotation marks and space before first \tt {-}. For example, \tt {-b " -122.335,47.614,-122.325,47.617"}.}
{\tt {--boundary-box} or \tt {-b}\: boundary box to draw. Value\: \tt {<longitude 1>,<latitude 1>,<longitude 2>,<latitude 2>}. If first value is negative, use quotation marks and space before first \tt {-}. For example, \tt {-b " -122.335,47.614,-122.325,47.617"}.}
\4 {Optional} {optional_arguments}