Add a way to specify stop markers #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some options:
a. Specify an external SVG file containing definitions for the symbols to use at stops:
b. An inline declaration:
c. A built-in library of markers which take parameters (like radius, in the case of a circular stop marker):
Maybe with the addition of a
formatfunction, users could declare their symbols as simple functions.Altho that would force marker definitions to be tied to a particular format (i.e. SVG), which would make #11 a lot harder.
Split into #16 and #17. #13 essentially takes option (c) proposed above.