Skip to content

Commit

Permalink
Issue #11: add time and user modes to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzet committed Aug 26, 2020
1 parent 91c540e commit 15683ab
Showing 1 changed file with 28 additions and 15 deletions.
43 changes: 28 additions & 15 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,34 @@ Some icons can be combined into new icons.

![Bus stop icon combination](doc/bus_stop.png)


Röntgen map styles
------------------

### All tags style ###

Options: `--show-missing-tags --overlap 0`.

Display as many OpenStreetMap data tags on the map as possible.

### Pretty style ###

Options: `--draw-captions main --level overground`.

Display only not overlapping icons and main captions.

### Creation time mode ###

Visualize element creation time.

![Creation time mode](doc/time.png)

### Author mode ###

Visualize element authors.

![Author mode](doc/user.png)

Map generation
--------------

Expand Down Expand Up @@ -107,18 +135,3 @@ python3 run.py -b 2.284,48.86,2.29,48.865 -o map.svg -s 1000,1000
</table>

Check all arguments with `python3 run.py --help`.

Röntgen map styles
------------------

### All tags style ###

Options: `--show-missing-tags --overlap 0`.

Display as many OpenStreetMap data tags on the map as possible.

### Pretty style ###

Options: `--draw-captions main --level overground`.

Display only not overlapping icons and main captions.

0 comments on commit 15683ab

Please sign in to comment.