diff --git a/README.md b/README.md index 12a40a3..aa05a6e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ With `--buildings isometric` or `--buildings isometric-no-parts` (not set by def ![3D buildings](doc/buildings.png) +### Road lanes ### + +To determine road width Map Machine uses the [`width`](https://wiki.openstreetmap.org/wiki/Key:width) tag value or estimates it based on the [`lanes`](https://wiki.openstreetmap.org/wiki/Key:lanes) value. + +![Road lanes](doc/lanes.png) + ### Trees ### Visualization of tree leaf types (broadleaved or needleleaved) and genus or taxon by means of icon shapes and leaf cycles (deciduous or evergreen) by means of color. @@ -154,6 +160,8 @@ will download OSM data to `cache/2.284,48.860,2.290,48.865.osm` and write output | `-b`, `--boundary-box` `,,,` | geo boundary box; if first value is negative, enclose the value with quotes and use space before `-` | | `--cache` `` | path for temporary OSM files, default value: `cache` | | `-z`, `--zoom` `` | OSM zoom level, default value: 18 | +| `-c`, `--coordinates` `,` | coordinates of any location inside the tile | +| `-s`, `--size` `,` | resulted image size | plus [map configuration options](#map-options) @@ -286,6 +294,7 @@ Map configuration options used by `render` and `tile` commands: | `--level` | display only this floor level, default value: `overground` | | `--seed` `` | seed for random | | `--show-tooltips` | add tooltips with tags for icons in SVG files | +| `--country` | two-letter code (ISO 3166-1 alpha-2) of country, that should be used for location restrictions, default value: `world` | MapCSS 0.2 generation --------------------- diff --git a/doc/lanes.png b/doc/lanes.png new file mode 100644 index 0000000..9e030c1 Binary files /dev/null and b/doc/lanes.png differ diff --git a/doc/readme.moi b/doc/readme.moi index a84540e..81bde11 100644 --- a/doc/readme.moi +++ b/doc/readme.moi @@ -40,6 +40,12 @@ With \m {--buildings isometric} or \m {--buildings isometric-no-parts} (not set \image {doc/buildings.png} {3D buildings} +\3 {Road lanes} {road-lanes} + +To determine road width Map Machine uses the \osm {width} tag value or estimates it based on the \osm {lanes} value. + +\image {doc/lanes.png} {Road lanes} + \3 {Trees} {trees} Visualization of tree leaf types (broadleaved or needleleaved) and genus or taxon by means of icon shapes and leaf cycles (deciduous or evergreen) by means of color.