Skip to content

Commit

Permalink
add signals for isolated overlaps
Browse files Browse the repository at this point in the history
  • Loading branch information
B. Mahrt committed Mar 17, 2024
1 parent 8c91e23 commit 52719a0
Show file tree
Hide file tree
Showing 5 changed files with 548 additions and 0 deletions.
48 changes: 48 additions & 0 deletions electrification_signals.mss
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,54 @@
marker-allow-overlap: true;
}
}

/************************************/
/* DE begin of isolated overlap */
/************************************/
["electricity_type"="begin_of_isolated_overlap"]["electricity_form"="sign"] {
["signal_electricity"="DE-ESO:streckentrennung"] {
marker-file: url("symbols/de/el-begin-isolated-overlap-sign.svg");
marker-width: 12;
marker-height: 16;
marker-allow-overlap: true;
}
}

/************************************/
/* DE end of isolated overlap */
/************************************/
["electricity_type"="end_of_isolated_overlap"]["electricity_form"="sign"] {
["signal_electricity"="DE-ESO:streckentrennung"] {
marker-file: url("symbols/de/el-end-isolated-overlap-sign.svg");
marker-width: 12;
marker-height: 16;
marker-allow-overlap: true;
}
}

/************************************/
/* AT begin of isolated overlap */
/************************************/
["electricity_type"="begin_of_isolated_overlap"]["electricity_form"="sign"] {
["signal_electricity"="AT-V2:streckentrennung"] {
marker-file: url("symbols/at/el-begin-isolated-overlap-sign.svg");
marker-width: 12;
marker-height: 16;
marker-allow-overlap: true;
}
}

/************************************/
/* AT end of isolated overlap */
/************************************/
["electricity_type"="end_of_isolated_overlap"]["electricity_form"="sign"] {
["signal_electricity"="AT-V2:streckentrennung"] {
marker-file: url("symbols/at/el-end-isolated-overlap-sign.svg");
marker-width: 12;
marker-height: 16;
marker-allow-overlap: true;
}
}
}

/*******************************************/
Expand Down
137 changes: 137 additions & 0 deletions symbols/at/el-begin-isolated-overlap-sign.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
147 changes: 147 additions & 0 deletions symbols/at/el-end-isolated-overlap-sign.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 52719a0

Please sign in to comment.