mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-06 01:58:51 +02:00
Use SVG instead of PNG for icon grid.
This commit is contained in:
parent
c543ddf894
commit
8bedf8e45e
4 changed files with 5 additions and 3 deletions
|
@ -35,7 +35,7 @@ All icons tend to support a common design style, which is heavily inspired by [M
|
|||
|
||||
Icons are used to visualize tags for nodes and areas. Unlike other renderers, Map Machine can use more than one icon to visualize an entity and use colors to visualize [`colour`](https://wiki.openstreetmap.org/wiki/Key:colour) value or other entity properties (like [`material`](https://wiki.openstreetmap.org/wiki/Key:material) or [`genus`](https://wiki.openstreetmap.org/wiki/Key:genus)).
|
||||
|
||||

|
||||

|
||||
|
||||
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 the final goal is to cover all tags. However, commonly used tags have priority, other things being equal.
|
||||
|
||||
|
@ -291,7 +291,7 @@ Map configuration options used by `render` and `tile` commands:
|
|||
| <span style="white-space: nowrap;">`--buildings`</span> `<mode>` | building drawing mode: no, flat, isometric, isometric-no-parts, default value: `flat` |
|
||||
| <span style="white-space: nowrap;">`--mode`</span> `<string>` | map drawing mode: normal, author, time, default value: `normal` |
|
||||
| <span style="white-space: nowrap;">`--overlap`</span> `<integer>` | how many pixels should be left around icons and text, default value: 12 |
|
||||
| <span style="white-space: nowrap;">`--labels`</span> `<string>` | label drawing mode: no, main, all, default value: `main` |
|
||||
| <span style="white-space: nowrap;">`--labels`</span> `<string>` | label drawing mode: no, main, all, address, default value: `main` |
|
||||
| <span style="white-space: nowrap;">`--level`</span> | display only this floor level, default value: `overground` |
|
||||
| <span style="white-space: nowrap;">`--seed`</span> `<string>` | seed for random |
|
||||
| <span style="white-space: nowrap;">`--tooltips`</span> | add tooltips with tags for icons in SVG files |
|
||||
|
|
BIN
doc/grid.png
BIN
doc/grid.png
Binary file not shown.
Before Width: | Height: | Size: 159 KiB |
2
doc/grid.svg
Normal file
2
doc/grid.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 336 KiB |
|
@ -31,7 +31,7 @@ All icons tend to support a common design style, which is heavily inspired by \r
|
|||
|
||||
Icons are used to visualize tags for nodes and areas. Unlike other renderers, Map Machine can use more than one icon to visualize an entity and use colors to visualize \osm {colour} value or other entity properties (like \osm {material} or \osm {genus}).
|
||||
|
||||
\image {doc/grid.png} {Icons}
|
||||
\image {doc/grid.svg} {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 the final goal is to cover all tags. However, commonly used tags have priority, other things being equal.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue