Add a way to specify stop markers #10

Closed
opened 2022-11-01 20:33:06 +00:00 by zyxw59 · 3 comments
zyxw59 commented 2022-11-01 20:33:06 +00:00 (Migrated from github.com)

Some options:
a. Specify an external SVG file containing definitions for the symbols to use at stops:

stopsymbols "external.svg";

b. An inline declaration:

stopsymbol "<circle r='10' />";

c. A built-in library of markers which take parameters (like radius, in the case of a circular stop marker):

stopsymbol circle 10;
Some options: a. Specify an external SVG file containing definitions for the symbols to use at stops: ``` stopsymbols "external.svg"; ``` b. An inline declaration: ``` stopsymbol "<circle r='10' />"; ``` c. A built-in library of markers which take parameters (like radius, in the case of a circular stop marker): ``` stopsymbol circle 10; ```
zyxw59 commented 2022-11-26 22:02:10 +00:00 (Migrated from github.com)

Maybe with the addition of a format function, users could declare their symbols as simple functions.

Maybe with the addition of a `format` function, users could declare their symbols as simple functions.
zyxw59 commented 2022-11-26 22:05:20 +00:00 (Migrated from github.com)

Altho that would force marker definitions to be tied to a particular format (i.e. SVG), which would make #11 a lot harder.

Altho that would force marker definitions to be tied to a particular format (i.e. SVG), which would make #11 a lot harder.
zyxw59 commented 2022-12-30 23:14:48 +00:00 (Migrated from github.com)

Split into #16 and #17. #13 essentially takes option (c) proposed above.

Split into #16 and #17. #13 essentially takes option (c) proposed above.
Sign in to join this conversation.
No description provided.