Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:faq:how_to:generated_waypoint_icon [2019/12/22 21:19] – admin | docs:faq:how_to:generated_waypoint_icon [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ==== How to create generated icons ==== | ||
- | \\ | ||
- | ---- | ||
- | GPX Viewer supports generating custom color and text icons for waypoints defined in gpx or kml files. | ||
- | |||
- | In gpx files you can define in <wpt> tag < | ||
- | |||
- | <wpt> | ||
- | ... | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | </ | ||
- | ... | ||
- | </ | ||
- | |||
- | Inside < | ||
- | |||
- | . **color_marker(color)** - instead of color you need to write color in RGB format, for example: #aab51c | ||
- | . **text_marker(string)** - instead of string you need to write maximum of three characters and minimum one character, for example: 100 | ||
- | |||
- | Examples for **color_marker(color)**: | ||
- | |||
- | <wpt> | ||
- | ... | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | </ | ||
- | ... | ||
- | </ | ||
- | |||
- | Result icon: | ||
- | |||
- | |||
- | Examples for **text_marker(string)**: | ||
- | |||
- | <wpt> | ||
- | ... | ||
- | < | ||
- | < | ||
- | < | ||
- | </ | ||
- | </ | ||
- | ... | ||
- | </ | ||
- | |||
- | Result icon: |