This is the only error:
Error: The Tag 'thumbnail' is not permitted within a container of type 'map'.
That will prevent the route from appearing in Surveyor.
To fix this:
1) Create a pic file called thumbnail.jpg
The file must be 240 x 180
2) In Content Manager:
- Open the route for edit using Explorer - right click on the route and choose that option under Open for Edit.
- Put the jpg file in your route's folder.
3) Edit the config.txt file for the route - double click on the config.txt file.
- Go to the very bottom of the file
Add the following:
thumbnails
{
{
width 240
height 180
image "thumbnail.jpg"
}
}
4) Save the config.txt file
5) Close the folder
6) Right-click on the asset open for edit in Content Manager
7) Choose View Errors and Warnings. - There should be none, but if there are some then you'll need to check your work.
8) If all set, commit it by highlighting and then pressing CTRL+M on your keyboard.