editplan-en
Differences
This shows you the differences between two versions of the page.
— | editplan-en [2019/11/13 11:22] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Editing the track plan XML====== | ||
+ | [[: | ||
+ | [[:english | Content ]] -> [[: | ||
+ | * Editing the Track plan XML | ||
+ | \\ | ||
+ | \\ | ||
+ | ===== Moving levels ===== | ||
+ | The order of the **zlevel** nodes in the plan is used in Rocview for the Tab order.\\ | ||
+ | To change this order the plan XML must be manually edited.\\ | ||
+ | ====Example==== | ||
+ | Move " | ||
+ | Before edit: | ||
+ | <code xml> | ||
+ | <plan title=" | ||
+ | <zlevel title=" | ||
+ | <zlevel title=" | ||
+ | <zlevel title=" | ||
+ | ... | ||
+ | </ | ||
+ | </ | ||
+ | After edit: | ||
+ | <code xml> | ||
+ | <plan title=" | ||
+ | <zlevel title=" | ||
+ | <zlevel title=" | ||
+ | <zlevel title=" | ||
+ | ... | ||
+ | </ | ||
+ | </ | ||
+ | \\ | ||
+ | ===== Cleaning levels ===== | ||
+ | After trying to rename/ | ||
+ | To clean this you can use the [[rocrailini-router-en# | ||
+ | ====Example==== | ||
+ | There are multiple zlevel nodes with the same level index z="< | ||
+ | For every level <ABC> you should delete all except the first (!) line containig that z="< | ||
+ | \\ | ||
+ | Before edit: | ||
+ | <code xml> | ||
+ | <plan title=" | ||
+ | <zlevel title=" | ||
+ | <zlevel title=" | ||
+ | <zlevel title=" | ||
+ | <zlevel title=" | ||
+ | <zlevel title=" | ||
+ | <zlevel title=" | ||
+ | ... | ||
+ | </ | ||
+ | </ | ||
+ | After edit: | ||
+ | <code xml> | ||
+ | <plan title=" | ||
+ | <zlevel title=" | ||
+ | <zlevel title=" | ||
+ | <zlevel title=" | ||
+ | ... | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | Note: zlevel node definitions may apper anywhere in the plan file, mostly near the head or tail. |