-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
73 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,95 @@ | ||
ALTER TABLE signalo_db.vl_official_sign | ||
UPDATE signalo_db.vl_official_sign | ||
SET value_de = 'Fussgänger-Überführung (linksgehend)', | ||
value_fr = 'Passerelle pour piétons (vers la gauche)', | ||
value_it = 'Cavalcavia pedonale (a sinistra)' WHERE id = '4.13'; | ||
|
||
ALTER TABLE signalo_db.vl_official_sign | ||
UPDATE signalo_db.vl_official_sign | ||
SET value_de = 'Fussgänger-Überführung (rechtsgehend)', | ||
value_fr = 'Passerelle pour piétons (vers la droite)', | ||
value_it = 'Cavalcavia pedonale (a destra)' WHERE id = '4.13a'; | ||
|
||
ALTER TABLE signalo_db.vl_official_sign | ||
UPDATE signalo_db.vl_official_sign | ||
SET value_de = 'Fussgänger-Unterführung (linksgehend)', | ||
value_fr = 'Passage souterrain pour piétons (vers la gauche)', | ||
value_it = 'Sottopassaggio pedonale (a sinistra)' WHERE id = '4.12'; | ||
|
||
ALTER TABLE signalo_db.vl_official_sign | ||
UPDATE signalo_db.vl_official_sign | ||
SET value_de = 'Fussgänger-Unterführung (rechtsgehend)', | ||
value_fr = 'Passage souterrain pour piétons (vers la droite)', | ||
value_it = 'Sottopassaggio pedonale (a destra)' WHERE id = '4.12a'; | ||
|
||
ALTER TABLE signalo_db.vl_official_sign | ||
UPDATE signalo_db.vl_official_sign | ||
SET value_de = 'Standort eines Fussgängerstreifens (linksgehend)', | ||
value_fr = 'Emplacement d''un passage pour piétons (vers la gauche)', | ||
value_it = 'Ubicazione di un passaggio pedonale (a sinistra)' WHERE id = '4.11'; | ||
|
||
ALTER TABLE signalo_db.vl_official_sign | ||
UPDATE signalo_db.vl_official_sign | ||
SET value_de = 'Standort eines Fussgängerstreifens (rechtsgehend)', | ||
value_fr = 'Emplacement d''un passage pour piétons (vers la droite)', | ||
value_it = 'Ubicazione di un passaggio pedonale (a destra)' WHERE id = '4.11a'; | ||
value_it = 'Ubicazione di un passaggio pedonale (a destra)' WHERE id = '4.11a'; | ||
|
||
INSERT INTO signalo_db.vl_official_sign( | ||
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, directional_sign) | ||
VALUES ('2.61-a', true, 'Ende des Fusswegs', | ||
'Fin du chemin pour piétons', | ||
'Fine della strada pedonale', '261-a.svg', '261-a.svg', '261-a.svg', '261-a.svg', | ||
100, 100, 0, false); | ||
|
||
INSERT INTO signalo_db.vl_official_sign( | ||
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, directional_sign) | ||
VALUES ('2.62-a', true, 'Ende des Reitwegs', | ||
'Fin de l''allée d''équitation', | ||
'Fine della strada per cavalli da sella', '262-a.svg', '262-a.svg', '262-a.svg', '262-a.svg', | ||
100, 100, 0, false); | ||
|
||
INSERT INTO signalo_db.vl_official_sign( | ||
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, directional_sign) | ||
VALUES ('2.63-a', true, 'Ende des Rad- und Fusswegs mit getrennten Verkehrsflächen (Beispiel)', | ||
'Fin de la piste cyclable et chemin pour piétons, sans partage de l''aire de circulation (exemple)', | ||
'Fine della ciclopista e strada pedonale divise per categoria (esempio)', '263-a.svg', '263-a.svg', '263-a.svg', '263-a.svg', | ||
100, 99, 0, false); | ||
|
||
INSERT INTO signalo_db.vl_official_sign( | ||
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, directional_sign) | ||
VALUES ('2.63-1-a', true, 'Ende des gemeinsamen Rad- und Fusswegs (Beispiel)', | ||
'Fin de la piste cyclable et chemin pour piétons, avec partage de l''aire de circulation (exemple)', | ||
'Fine della ciclopista e strada pedonale (esempio)', '263-1-a.svg', '263-1-a.svg', '263-1-a.svg', '263-1-a.svg', | ||
100, 99, 0, false); | ||
|
||
-- correct french description for 2.63 and 2.63.1 (they were switched) | ||
UPDATE signalo_db.vl_official_sign | ||
SET value_fr = 'Piste cyclable et chemin pour piétons, avec partage de l''aire de circulation (exemple)' | ||
WHERE id = '2.63.1'; | ||
|
||
UPDATE signalo_db.vl_official_sign | ||
SET value_fr = 'Piste cyclable et chemin pour piétons, sans partage de l''aire de circulation (exemple)' | ||
WHERE id = '2.63'; | ||
|
||
INSERT INTO signalo_db.vl_official_sign( | ||
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, directional_sign) | ||
VALUES ('2.64-a', true, 'Ende der Busfahrbahn', | ||
'Fin de chaussée réservée au bus', | ||
'Fine della carreggiata riservata ai bus', '264-a.svg', '264-a.svg', '264-a.svg', '264-a.svg', | ||
100, 100, 0, false); | ||
|
||
INSERT INTO signalo_db.vl_official_sign( | ||
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, | ||
default_inscription1, default_inscription2, directional_sign, | ||
img_de_right, img_fr_right, img_it_right, img_ro_right) | ||
VALUES ('4.34-2', true, 'Wegweiser bei Umleitungen (2 Linien)', | ||
'Indicateur de direction pour déviation (2 lignes)', | ||
'Indicatore di direzione per deviazione (2 ligne)', | ||
'434-2-l.svg', '434-2-l.svg', '434-2-l.svg', '434-2-l.svg', | ||
60, 241, 0, 'Lugano','Bellinzona',true, | ||
'434-2-r.svg', '434-2-r.svg', '434-2-r.svg', '434-2-r.svg'); | ||
|
||
INSERT INTO signalo_db.vl_official_sign( | ||
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, | ||
default_inscription1, default_inscription2, default_inscription3, directional_sign, | ||
img_de_right, img_fr_right, img_it_right, img_ro_right) | ||
VALUES ('4.34-3', true, 'Wegweiser bei Umleitungen (3 Linien)', | ||
'Indicateur de direction pour déviation (3 lignes)', | ||
'Indicatore di direzione per deviazione (3 ligne)', | ||
'434-3-l.svg', '434-3-l.svg', '434-3-l.svg', '434-3-l.svg', | ||
60, 241, 0, 'Lugano','Bellinzona','Locarno',true, | ||
'434-3-r.svg', '434-3-r.svg', '434-3-r.svg', '434-3-r.svg'); |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes