Improved www.ttss.krakow.pl
Jacek Kowalski
2018-09-01 07dae439ef2617451cd0aa4e9ecebf5d86f5e078
Merge pull request #15 from tsedor/patch-1

Update tram identifiers
1 files modified
5 ■■■■ changed files
common.js 5 ●●●● patch | view | raw | blame | history
common.js
@@ -92,6 +92,8 @@
    // Single exception - old id used in one case
    if(id == 831) {
        id = 216;
    } else if(id == 311) {
        id = 899
    }
    
    if(101 <= id && id <= 174) {
@@ -121,7 +123,8 @@
        if(id == 313) {
            type = 'GT8C'
            low = 1;
        } else if(id == 323) {
        } else if(id == 323 || id >= 325) {
            type = 'GT8N'
            low = 1;
        }
    } else if(401 <= id && id <= 440) {