Timetable

Algemene discussies over de simulator.

Moderator: senjer

Post Reply
cregeer1
Posts: 27
Joined: 18 Apr 2013, 13:23

Timetable

Post by cregeer1 »

waarom werkt deze code niet ik zie alleen lijn a

Code: Select all

<timetables title="Timetable">
 <timetable title="Line A To Springstraat" sort="BGN">
 <route>A-CB</route>
 <route>A-CS</route>
 <route>A-CP</route>
 <route>A-BS</route>
 <route>A-BP</route>
 <route>A-SP</route>
 <station code="SVC"/>
 <station code="ADP" group="SVC"/>
 <station code="KVL" group="SVC"/>
 <station code="BGN"/>
 <station code="VMT" group="BGN"/>
 <station code="RSL" group="BGN"/>
 <station code="SDW"/>
 <station code="NPL"/>
 <station code="VRW" group="NPL"/>
 <station code="SST"/>
 </timetable>
 <timetable title="Line A To Simvliet Centrum" sort="BGN">
 <route>A-PS</route>
 <route>A-PB</route>
 <route>A-PC</route>
 <route>A-BC</route>
 <station code="SST"/>
 <station code="VRW" group="SST"/>
 <station code="NPL"/>
 <station code="SDW"/>
 <station code="RSL" group="SDW"/>
 <station code="VMT" group="SDW"/>
 <station code="BGN"/>
 <station code="KVL" group="BGN"/>
 <station code="ADP" group="BGN"/>
 <station code="SVC"/>
 </timetable>
 <timetable title="Line B To De Molens" sort="BGN">
 <route>B-BS</route>
 <route>B-BM</route>
 <route>B-SM</route>
 <route>B-BS</route>
 <route>B-CB</route>
 <route>B-CS</route>
 <route>B-CM</route>
 <station code="SVC"/>
 <station code="ADP" group="SVC"/>
 <station code="KVL" group="SVC"/>
 <station code="BGN"/>
 <station code="VMT" group="BGN"/>
 <station code="RSL" group="BGN"/>
 <station code="SDW"/>
 <station code="TVD"/>
 <station code="BLN"/>
 <station code="RZP" group="BLN"/>
 <station code="WTL" group="BLN"/>
 <station code="MLS"/>
 </timetable>
 <timetable title="Line B To Simvliet Centrum" sort="BGN">
 <route>B-MC</route>
 <route>B-MB</route>
 <route>B-MS</route>
 <route>B-BC</route>
 <station code="MLS"/>
 <station code="WTL" group="MLS"/>
 <station code="RZP" group="MLS"/>
 <station code="BLN" group="MLS"/>
 <station code="TVD"/>
 <station code="SDW"/>
 <station code="RSL" group="SDW"/>
 <station code="VMT" group="SDW"/>
 <station code="BGN"/>
 <station code="KVL" group="BGN"/>
 <station code="ADP" group="BGN"/>
 <station code="SVC"/>
 </timetable>
 <timetable title="Line C To Oostpark" sort="BGN">
 <route>C-BS</route>
 <route>C-BO</route>
 <route>C-SO</route>
 <route>C-CB</route>
 <route>C-CS</route>
 <route>C-CO</route>
 <station code="SVC"/>
 <station code="ADP" group="SVC"/>
 <station code="KVL" group="SVC"/>
 <station code="BGN"/>
 <station code="VMT" group="BGN"/>
 <station code="RSL" group="BGN"/>
 <station code="SDW"/>
 <station code="TVD"/>
 <station code="DMW"/>
 <station code="EDW" group="DMW"/>
 <station code="PLN" group="DMW"/>
 <station code="OPK"/>
 </timetable>
 <timetable title="Line C To Simvliet Centrum" sort="BGN">
 <route>C-BC</route>
 <route>C-OC</route>
 <route>C-OB</route>
 <route>C-OS</route>
 <route>C-OB</route>
 <station code="OPK"/>
 <station code="PLN" group="OPK"/>
 <station code="EDW" group="OPK"/>
 <station code="DMW" group="OPK"/>
 <station code="TVD"/>
 <station code="SDW"/>
 <station code="RSL" group="SDW"/>
 <station code="VMT" group="SDW"/>
 <station code="BGN"/>
 <station code="KVL" group="BGN"/>
 <station code="ADP" group="BGN"/>
 <station code="SVC"/>
 </timetable>
 </timetables>
 </controldata>
cregeer1
Posts: 27
Joined: 18 Apr 2013, 13:23

Re: Timetable

Post by cregeer1 »

nobody ?
Mitchell
Posts: 130
Joined: 17 Apr 2013, 22:44

Re: Timetable

Post by Mitchell »

Ik weet dat je graag een antwoord wilt op je vraag. Maar misschien dat je je de volgende keer ook in andere mensen kunt verplaatsen. Een fout opsporen in een code is niet zomaar gedaan, geef mensen de tijd de fouten te kunnen zoeken.

Dat gezegd hebbende, ben ik voor je aan het zoeken waar het mogelijk aan zou kunnen liggen.
koeleboe
Posts: 92
Joined: 18 Apr 2013, 16:18

Re: Timetable

Post by koeleboe »

bij mij werkt dit wel

Code: Select all

  <timetables title="Timetable">
     <timetable title="Line A To Springstraat" sort="BGN">
     <route>A-CB</route>
     <route>A-CS</route>
     <route>A-CP</route>
     <route>A-BS</route>
     <route>A-BP</route>
     <route>A-SP</route>
     <station code="SVC"/>
     <station code="ADP" group="SVC"/>
     <station code="KVL" group="SVC"/>
     <station code="BGN"/>
     <station code="VMT" group="BGN"/>
     <station code="RSL" group="BGN"/>
     <station code="SDW"/>
     <station code="NPL"/>
     <station code="VRW" group="NPL"/>
     <station code="SST"/>
    </timetable>
     <timetable title="Line A To Simvliet Centrum" sort="BGN">
     <route>A-PS</route>
     <route>A-PB</route>
     <route>A-PC</route>
     <route>A-BC</route>
     <station code="SST"/>
     <station code="VRW" group="SST"/>
     <station code="NPL"/>
     <station code="SDW"/>
     <station code="RSL" group="SDW"/>
     <station code="VMT" group="SDW"/>
     <station code="BGN"/>
     <station code="KVL" group="BGN"/>
     <station code="ADP" group="BGN"/>
     <station code="SVC"/>
    </timetable>
   </timetables>
 <timetables title="Timetable2">
 <timetable title="Line B To De Molens" sort="BGN">
     <route>B-BS</route>
     <route>B-BM</route>
     <route>B-SM</route>
     <route>B-BS</route>
     <route>B-CB</route>
     <route>B-CS</route>
     <route>B-CM</route>
     <station code="SVC"/>
     <station code="ADP" group="SVC"/>
     <station code="KVL" group="SVC"/>
     <station code="BGN"/>
     <station code="VMT" group="BGN"/>
     <station code="RSL" group="BGN"/>
     <station code="SDW"/>
     <station code="TVD"/>
     <station code="BLN"/>
     <station code="RZP" group="BLN"/>
     <station code="WTL" group="BLN"/>
     <station code="MLS"/>
    </timetable>
    <timetable title="Line B To Simvliet Centrum" sort="BGN">
     <route>B-MC</route>
     <route>B-MB</route>
     <route>B-MS</route>
     <route>B-BC</route>
     <station code="MLS"/>
     <station code="WTL" group="MLS"/>
     <station code="RZP" group="MLS"/>
     <station code="BLN" group="MLS"/>
     <station code="TVD"/>
     <station code="SDW"/>
     <station code="RSL" group="SDW"/>
     <station code="VMT" group="SDW"/>
     <station code="BGN"/>
     <station code="KVL" group="BGN"/>
     <station code="ADP" group="BGN"/>
     <station code="SVC"/>
     </timetable>
    </timetables>
 <timetables title="Timetable3">
 <timetable title="Line C To Oostpark" sort="BGN">
     <route>C-BS</route>
     <route>C-BO</route>
     <route>C-SO</route>
     <route>C-CB</route>
     <route>C-CS</route>
     <route>C-CO</route>
     <station code="SVC"/>
     <station code="ADP" group="SVC"/>
     <station code="KVL" group="SVC"/>
     <station code="BGN"/>
     <station code="VMT" group="BGN"/>
     <station code="RSL" group="BGN"/>
     <station code="SDW"/>
     <station code="TVD"/>
     <station code="DMW"/>
     <station code="EDW" group="DMW"/>
     <station code="PLN" group="DMW"/>
     <station code="OPK"/>
     </timetable>
     <timetable title="Line C To Simvliet Centrum" sort="BGN">
     <route>C-BC</route>
     <route>C-OC</route>
     <route>C-OB</route>
     <route>C-OS</route>
     <route>C-OB</route>
     <station code="OPK"/>
     <station code="PLN" group="OPK"/>
     <station code="EDW" group="OPK"/>
     <station code="DMW" group="OPK"/>
     <station code="TVD"/>
     <station code="SDW"/>
     <station code="RSL" group="SDW"/>
     <station code="VMT" group="SDW"/>
     <station code="BGN"/>
     <station code="KVL" group="BGN"/>
     <station code="ADP" group="BGN"/>
     <station code="SVC"/>
     </timetable>
     </timetables>
     </controldata>
gewoon wat kleine veranderingen aangebracht en het werkt
Mark28jr
Posts: 261
Joined: 14 Sep 2013, 21:11
Location: Winschoten

Re: Timetable

Post by Mark28jr »

hoe moet je dit soort dingen doen voor de timetabel?
hoe voeg je zoiets toe en welke moet je hebben?
dat je zelf alles speelt of voor de gene die eigelijk al helemaal klaar zijn? waar de metro's al rijden?!
Post Reply