Skip to content

Commit

Permalink
fix: change main route names
Browse files Browse the repository at this point in the history
  • Loading branch information
oterral committed Jan 20, 2025
1 parent 9cb54ec commit edb69b8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ REACT_APP_BASE_URL=//maps.trafimage.ch
REACT_APP_MATOMO_URL_BASE=https://analytics.geops.de/
REACT_APP_MATOMO_SITE_ID=9
REACT_APP_VECTOR_TILES_URL=https://maps.geops.io
REACT_APP_VECTOR_TILES_URL=https://maps.test.geops.io
#REACT_APP_STYLE_REVIEW_PREFIX=
REACT_APP_SEARCH_URL=https://maps.trafimage.ch
REACT_APP_SHORTENER_URL=https://geops.sh/api/v1/weburls
Expand Down
29 changes: 19 additions & 10 deletions src/layers/ZweitausbildungRoutesLayer/lines.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@ import ship100GothardPanoramExpress from "./GS100_Gotthard_Panorama_Expresses_sh
import ship150GothardPanoramExpress from "./GS150_Gotthard_Panorama_Expresses_shiplines.json";

export default {
"(Luzern –) Zürich HB – St.Gallen – Chur": {
"Genève-Aéroport – Neuchâtel": {
property: "hauptlinie",
shortname: "IR 57",
color: "#758536",
},
"Genève-Aéroport – Morges – Lausanne – Brig": {
property: "hauptlinie",
shortname: "IR 95",
color: "#801D6B",
},
"Zürich HB/St.Gallen – Sargans/Chur (SBB/SOB)": {
property: "hauptlinie",
shortname: "IR 13",
color: "#f573c0",
Expand Down Expand Up @@ -63,7 +73,7 @@ export default {
shortname: "IR 17",
color: "#24529B",
},
"Bern – Burgdorf – Olten – Zürich HB – Chur": {
"Bern – Burgdorf – Olten – Zürich HB – Chur (SOB/SBB)": {
property: "hauptlinie",
shortname: "IR 35",
color: "#0e521c",
Expand Down Expand Up @@ -93,17 +103,16 @@ export default {
shortname: "IR 15",
color: "#0CB795",
},
"Genève-Aéroport – Lausanne – Brig": {
"Genève-Aéroport – Renens VD – Lausanne – Brig": {
property: "hauptlinie",
shortname: "IR 90",
color: "#007CA3",
},
"Genève-Aéroport/Lausanne – Biel/Bienne – Zürich HB (– St.Gallen/Rorschach)":
{
property: "hauptlinie",
shortname: "IC 5",
color: "#F7931D",
},
"Lausanne – Biel/Bienne – Zürich HB(– St.Gallen/Rorschach)": {
property: "hauptlinie",
shortname: "IC 5",
color: "#F7931D",
},
"Interlaken Ost – Bern – Zürich HB – Romanshorn": {
property: "hauptlinie",
shortname: "IC 81",
Expand All @@ -114,7 +123,7 @@ export default {
shortname: "IR 75",
color: "#744B97",
},
"Luzern – Zürich HB (– St.Gallen – Chur)": {
"Luzern – Zürich HB": {
property: "hauptlinie",
shortname: "IR 70",
color: "#F390BC",
Expand Down

0 comments on commit edb69b8

Please sign in to comment.