Course Setting Import: Difference between revisions

From OCAD 12 Wiki - English
Jump to navigation Jump to search
No edit summary
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category: Course Setting]][[File:Pro40px.PNG|This function is available in OCAD 11 Professional.|link=https://www.ocad.com/en/products/ocad-for-cartography]][[File:Std40px.PNG|This function is available in OCAD 11 Orienteering Standard.|link=https://www.ocad.com/en/products/ocad-for-orienteering]][[File:Sta40px.PNG|This function is available in OCAD 11 Starter.|link=https://www.ocad.com/en/products/ocad-for-orienteering]][[File:CS40px.PNG|This function is available in OCAD 11 Course Setting.|link=https://www.ocad.com/en/products/ocad-for-orienteering]]
[[Category: Course Setting]][[File:Pro40px.PNG|This function is available in OCAD Professional.|link=https://www.ocad.com/en/products/ocad-for-cartography]][[File:Std40px.PNG|This function is available in OCAD Orienteering.|link=https://www.ocad.com/en/products/ocad-for-orienteering]][[File:Sta40px.PNG|This function is available in OCAD Starter.|link=https://www.ocad.com/en/products/ocad-for-orienteering]][[File:CS40px.PNG|This function is available in OCAD Course Setting.|link=https://www.ocad.com/en/products/ocad-for-orienteering]]


''(This function is only available in course setting projects!)''
''(This function is only available in course setting projects!)''
== Import an OCAD Map ==
It is possible to import an OCAD map in a course setting project.
# Choose the '''Import''' command from the '''File''' menu.
# Select an OCAD map in the browser and click the '''Open''' button.
# The '''Import OCAD Map''' dialog appears. Read the '''[[Import Files#Import OCAD Map|Import OCAD Map]]''' article if you do not know how to deal with this dialog.
# Click the '''OK''' button to finish.
Use this function for example to import ski or bike orienteering maps, where control circles and connection lines are not printed over all map objects.


== Import Courses from ORware ==
== Import Courses from ORware ==
Line 10: Line 19:




'''File structure'''
'''File Structure'''


[TYPE];[IDENT];[CLASS];[COMBINATION];[LENGTH];[CLIMB];[START];[CTRL1]; … ;[CTRLn];[FINISH]
[TYPE];[IDENT];[CLASS];[COMBINATION];[LENGTH];[CLIMB];[START];[CTRL1]; … ;[CTRLn];[FINISH]
Line 24: Line 33:
*[FINISH]: Finish code
*[FINISH]: Finish code


'''Example'''
 
'''File Example'''


[TYPE];[IDENT];[CLASS];[COMBINATION];[LENGTH];[CLIMB];[START];[CTRL1]; … ;[CTRLn];[FINISH];<br>
[TYPE];[IDENT];[CLASS];[COMBINATION];[LENGTH];[CLIMB];[START];[CTRL1]; … ;[CTRLn];[FINISH];<br>
Line 32: Line 42:
Individual race;M20-4;M20;BB;3700;50;L1;32;33;35;36;M1<br>
Individual race;M20-4;M20;BB;3700;50;L1;32;33;35;36;M1<br>


[[File:Hint.jpg|hint]]: Marked routes are imported as controls. Do not add them to the csv file. Add marked routes to the courses with [Course_Setting_for_Orienteering#Insert_Course_Object_to_Courses|Insert Course Object to Courses] function.<br>
[[File:Hint.jpg|hint]] The header line has to be included into the *.txt or *.csv file.<br>
[[File:Hint.jpg|hint]]: Map changes cannot be imported. Add map exchanges to the courses with [Course_Setting_for_Orienteering#Insert_Course_Object_to_Courses|Insert Course Object to Courses] function.
[[File:Hint.jpg|hint]] [TYPE] column is not used in OCAD 12. All imported courses are treated as individual courses.<br/>
[[File:Hint.jpg|hint]] Marked routes are imported as controls. Do not add them to the *.txt or *.csv file. Add marked routes to the courses with [[Course_Setting_for_Orienteering#Insert_Course_Object_to_Courses|Insert Course Object to Courses]] function.<br>
[[File:Hint.jpg|hint]] Map changes cannot be imported. Add map exchanges to the courses with [[Course_Setting_for_Orienteering#Insert_Course_Object_to_Courses|Insert Course Object to Courses]] function.


----
----
Back to the '''[[Course Setting for Orienteering]]''' page.
Back to the '''[[Course Setting for Orienteering]]''' page.

Latest revision as of 14:54, 28 November 2016

This function is available in OCAD Professional.This function is available in OCAD Orienteering.This function is available in OCAD Starter.This function is available in OCAD Course Setting.

(This function is only available in course setting projects!)

Import an OCAD Map

It is possible to import an OCAD map in a course setting project.

  1. Choose the Import command from the File menu.
  2. Select an OCAD map in the browser and click the Open button.
  3. The Import OCAD Map dialog appears. Read the Import OCAD Map article if you do not know how to deal with this dialog.
  4. Click the OK button to finish.

Use this function for example to import ski or bike orienteering maps, where control circles and connection lines are not printed over all map objects.

Import Courses from ORware

With this function course definitions exported as *.txt or *.csv file from the event software ORware can be imported to an OCAD course setting project. This import is primarily thought for events where the runners from a class have individual courses (butterflies, loops etc.). The import creates one course per runner with it's individual course definition.

The course setting objects (start, controls, finish etc.) have to be added to the course setting project before starting with the import.


File Structure

[TYPE];[IDENT];[CLASS];[COMBINATION];[LENGTH];[CLIMB];[START];[CTRL1]; … ;[CTRLn];[FINISH]

  • [TYPE]: Course type (individual race or relay)
  • [IDENT]: Course identification. Example: M21-17 (course name and startnumber)
  • [CLASS]: Class name
  • [COMBINATION]: Variation code. Example: BCCA
  • [LENGTH]: Course length
  • [CLIMB]: Course climb
  • [START]: Start code
  • [CTRL1] ... [CTRLn]: Control 1 - n codes
  • [FINISH]: Finish code


File Example

[TYPE];[IDENT];[CLASS];[COMBINATION];[LENGTH];[CLIMB];[START];[CTRL1]; … ;[CTRLn];[FINISH];
Individual race;M20-1;M20;AA;3700;50;L1;31;33;34;36;M1
Individual race;M20-2;M20;AB;3700;50;L1;31;33;35;36;M1
Individual race;M20-3;M20;BA;3700;50;L1;32;33;34;36;M1
Individual race;M20-4;M20;BB;3700;50;L1;32;33;35;36;M1

hint The header line has to be included into the *.txt or *.csv file.
hint [TYPE] column is not used in OCAD 12. All imported courses are treated as individual courses.
hint Marked routes are imported as controls. Do not add them to the *.txt or *.csv file. Add marked routes to the courses with Insert Course Object to Courses function.
hint Map changes cannot be imported. Add map exchanges to the courses with Insert Course Object to Courses function.


Back to the Course Setting for Orienteering page.