<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.ocad.com/wiki/ocad/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=80.238.186.191</id>
	<title>OCAD Wiki - English - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.ocad.com/wiki/ocad/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=80.238.186.191"/>
	<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Special:Contributions/80.238.186.191"/>
	<updated>2026-09-22T22:36:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Database&amp;diff=1713</id>
		<title>Database</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Database&amp;diff=1713"/>
		<updated>2011-10-27T14:04:37Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* Creating a New Database Table */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction to Database Connection==&lt;br /&gt;
: &#039;&#039;(Database connection is a feature of the Professional edition only)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In OCAD you can link objects to information in the database about this object.&lt;br /&gt;
A database normally consists of several &#039;&#039;&#039;tables&#039;&#039;&#039;. In flat file databases like dBase, each table is a file. All tables in a folder form a database. In other databases like &#039;&#039;&#039;Access&#039;&#039;&#039; or in spreadsheet programs like &#039;&#039;&#039;Excel&#039;&#039;&#039; all tables of the database are in the same file.&lt;br /&gt;
A table consists of &#039;&#039;&#039;records&#039;&#039;&#039;. A record contains the information about one OCAD object.&lt;br /&gt;
A record consists of &#039;&#039;&#039;fields&#039;&#039;&#039; which contain the information. A special field is the key field. It normally contains a number to identify the record. To link an OCAD object to a record the number in the key field is stored in the object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Dataset&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To connect to a table OCAD uses a dataset. The dataset contains the link to the database, the name of the table, the name of the key field and information about other special fields.&lt;br /&gt;
You can have several datasets for the same OCAD map.&lt;br /&gt;
To create a dataset choose &#039;&#039;&#039;Manage Database connection&#039;&#039;&#039; from the &#039;&#039;&#039;Database&#039;&#039;&#039; menu.&lt;br /&gt;
You can access on databases via &#039;&#039;&#039;ODBC&#039;&#039;&#039; (&#039;&#039;&#039;O&#039;&#039;&#039;pen &#039;&#039;&#039;M&#039;&#039;&#039;anage &#039;&#039;&#039;D&#039;&#039;&#039;atabase &#039;&#039;&#039;C&#039;&#039;&#039;onnection). This is an interface to connect to all kind of databases.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Manage Database Connections&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
: Choose this command to create and edit datasets. A dataset makes the connection to a database. It defines the table to use in the database and inside the table the key field. The key is used to connect an OCAD object to a record in the table. Each object must have a unique key.&lt;br /&gt;
: You can use several datasets for one map. On the left side of the dialog box, there is a list of the datasets.&lt;br /&gt;
&lt;br /&gt;
: The dialog box has 3 pages:&lt;br /&gt;
* &#039;&#039;&#039;General:&#039;&#039;&#039; General settings for the selected dataset.&lt;br /&gt;
* &#039;&#039;&#039;Secondary tables:&#039;&#039;&#039; Create/edit secondary tables.&lt;br /&gt;
* &#039;&#039;&#039;Special fields:&#039;&#039;&#039; Define special fields.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ADD or DELETE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==dBase==&lt;br /&gt;
&lt;br /&gt;
Choose this command to create a dBase table and to add or remove fields in a dBase table. In dBase each table is a file. The dBase Table dialog box appears.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Fields:&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
: This box lists the fields of the dBase table. Each field is displayed in a line. Select a field if you want to remove it.&lt;br /&gt;
* &#039;&#039;&#039;Name::&#039;&#039;&#039;  Enter here the name for the field. The name must start with a letter and may contain up to 10 letters and numbers. Letters are converted to capital letters.&lt;br /&gt;
* &#039;&#039;&#039;Type::&#039;&#039;&#039;  Choose character (C), number (N) or float (F).&lt;br /&gt;
* &#039;&#039;&#039;Length::&#039;&#039;&#039;  Enter here the number of characters for the field.&lt;br /&gt;
* &#039;&#039;&#039;Decimals::&#039;&#039;&#039;  This filed is only active if the data type is Float. Enter the number of decimal places.&lt;br /&gt;
* &#039;&#039;&#039;Move Up:&#039;&#039;&#039; Click this icon to move the selected field one line upwards.&lt;br /&gt;
* &#039;&#039;&#039;Move Down:&#039;&#039;&#039; Click this icon to move the selected field one line downwards.&lt;br /&gt;
* &#039;&#039;&#039;Insert:&#039;&#039;&#039; Click this button to add a field. After adding the new field, the dBase table is restructured. Existing information is preserved.&lt;br /&gt;
* &#039;&#039;&#039;Delete:&#039;&#039;&#039; Click this button to delete the selected field.&lt;br /&gt;
* &#039;&#039;&#039;New table:&#039;&#039;&#039; Click this button to create a new dBase table. The new table will contain 6 predefined fields: ID (intended for the key field), SYMBOL (symbol field), TEXT (text field) and URL (intended for Internet address). You can add additional fields.&lt;br /&gt;
* &#039;&#039;&#039;Open table:&#039;&#039;&#039; Click this button to open an existing dBase table.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==ODBC==&lt;br /&gt;
&lt;br /&gt;
Choose this command in &#039;&#039;&#039;Manage Database Connections&#039;&#039;&#039; to create a new ODBC data source or to modify an existing data source. The &#039;&#039;&#039;ODBC Data Source Administrator&#039;&#039;&#039; is started. This is a Microsoft program and contains its own online help. Here just some hints.&lt;br /&gt;
Normally you create a new User DNS.&lt;br /&gt;
: For a connection to an &#039;&#039;&#039;Exce&#039;&#039;&#039;l file, you select the Excel driver and the Excel (*.xls) file.&lt;br /&gt;
: For a connection to an &#039;&#039;&#039;Access&#039;&#039;&#039; database, you select the Access driver and the Access (*.mdb) file.&lt;br /&gt;
: For a connection to a &#039;&#039;&#039;flat file&#039;&#039;&#039; database like dBase you do not select the dBase file. Instead you select the folder where the dBase file is.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Creating a New Database Table==&lt;br /&gt;
&lt;br /&gt;
For certain functions you need a database table (for instance for the Find and the Hotspot functions in Internet maps). If the Database does not yet exist, you can easily create a database table for an existing OCAD map.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Create a dBase file&#039;&#039;&#039;&lt;br /&gt;
# Choose &#039;&#039;&#039;Manage Database connections&#039;&#039;&#039; from the &#039;&#039;&#039;Database&#039;&#039;&#039; menu.&lt;br /&gt;
# Click the &#039;&#039;&#039;New&#039;&#039;&#039; button.&lt;br /&gt;
# Enter in the field &#039;&#039;&#039;Name&#039;&#039;&#039; the name of the dataset. &lt;br /&gt;
# In the field &#039;&#039;&#039;Data source&#039;&#039;&#039; choose Create new dBase file and click &#039;&#039;&#039;OK&#039;&#039;&#039;. A file dialog box appears.&lt;br /&gt;
# Leave the file name as proposed or change it to your needs and click OK.&lt;br /&gt;
: Now you have created a dBase table with 6 fields ID (intended as key field), SYMBOL (symbol field), TEXT (text field), URL (link field), X (for horizontal coordinate) and Y (for vertical coordinate). For many cases, such as an Internet map this is enough. If you want to add additional fields choose dBase from the Database menu.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039; New Dataset&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Data source&#039;&#039;&#039;&lt;br /&gt;
: -Create new dBase file: Select this option if you want to create a new empty dBase table for the dataset. A new dBase file will be created. To add fields or to modify the existing fields choose dBase from the Database menu.&lt;br /&gt;
: -Use existing data source: Select this option if the database or table already exists.&lt;br /&gt;
: [[File:Hint.jpg|hint]] Hint for dBase files: If you do not have installed the &amp;quot;Borland Database Engine&amp;quot; (BDE) then only filename with less than 8 characters are allowed. For example &#039;test5678.dbf&#039;. You can if the BDE is installed in the Map Information dialog. The free BDE can be downloaded from the www and installed. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Linking objects to the table&#039;&#039;&#039;&lt;br /&gt;
: Let&#039;s assume that you want to create an Internet map with street find function. All street names must have a record in the table and must be linked to this table. OCAD provides a quick way to create these links.&lt;br /&gt;
# &#039;&#039;&#039;Select All Symbols&#039;&#039;&#039; used for street names.&lt;br /&gt;
# Choose &#039;&#039;&#039;Create Links&#039;&#039;&#039; from the &#039;&#039;&#039;Database&#039;&#039;&#039; menu.&lt;br /&gt;
# Select the dataset, if the map has several datasets and click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
: Now all street names are linked and the map is ready to create an Internet map with street find function.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Link Object dialog box&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This dialog box appears when clicking the Link button in the database box on the right side of the screen.&lt;br /&gt;
* &#039;&#039;&#039;Dataset:&#039;&#039;&#039;		Select here the dataset to be used for the link.&lt;br /&gt;
* &#039;&#039;&#039;Key:&#039;&#039;&#039; Enter here a value for the key field in the database table. The key points to a record in the table.&lt;br /&gt;
* &#039;&#039;&#039;Create new record:&#039;&#039;&#039; Activate this box if a new record should be created in the database table for this object.&lt;br /&gt;
* &#039;&#039;&#039;Remove:&#039;&#039;&#039; Click this button to remove an existing link.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Linking an Object to a Database&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To link an object to a database you must have created a &#039;&#039;&#039;dataset&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Proceed as follows:&#039;&#039;&#039;&lt;br /&gt;
# Select the object&lt;br /&gt;
# Click the Link button in the database box on the right side of the screen. The Link Object dialog box appears.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Find Object&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This dialog box appears when clicking the &#039;&#039;&#039;Find&#039;&#039;&#039; button in the database box on the right side of the screen.&lt;br /&gt;
This function lets you search for an object with a specified key value. If the function is successful, the object is marked in the map.&lt;br /&gt;
* &#039;&#039;&#039;Dataset:&#039;&#039;&#039; Select here the dataset to be used.&lt;br /&gt;
* &#039;&#039;&#039;Key:&#039;&#039;&#039; Enter here the value of the key to be found.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Select Database Object dialog box&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This dialog box appears when clicking the &#039;&#039;&#039;SQL Query&#039;&#039;&#039; button in the database box on the right side of the screen.&lt;br /&gt;
&lt;br /&gt;
This function lets you search for object(s) with linked database records. Selected objects are marked in the map and linked database records are shown in a table.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SELECT FROM&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Dataset:&#039;&#039;&#039; Select the dataset to be used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;WHERE&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Field:&#039;&#039;&#039; Choose a field of the selected dataset. When you double-click on a field name it is added to the &#039;&#039;&#039;SQL statement&#039;&#039;&#039; box.&lt;br /&gt;
: &#039;&#039;&#039;Operator:&#039;&#039;&#039; Select an operator. When you double-click on an operator it is added to the &#039;&#039;&#039;SQL statement&#039;&#039;&#039; box.&lt;br /&gt;
: &#039;&#039;&#039;Value:&#039;&#039;&#039; Select a Value. When you double-click on a value it is added to the &#039;&#039;&#039;SQL statement&#039;&#039;&#039; box.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SQL Statement&#039;&#039;&#039;: The SQL statement should always contain the components FIELD - OPERATOR - VALUE (ex. Length &amp;gt; 430).&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Select&#039;&#039;&#039; button to start the database query.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assign Symbols, Texts and Angles&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
Choose this command after importing a Shape file. After importing the objects have no symbol assigned and appear gray (as [[Unsymbolized Objects|unsymbolized objects]]). With this command you can use the information in the dBase table to assign OCAD symbols to the objects.&lt;br /&gt;
&lt;br /&gt;
Click &#039;&#039;&#039;Symbols, Texts or Angles&#039;&#039;&#039; in &#039;&#039;&#039;Database&#039;&#039;&#039; menu. The appropriate dialog box appears&lt;br /&gt;
&lt;br /&gt;
In this dialog box you can create a list of conditions. You can save the list to a condition file (*.cnt) for later use. You can load an existing condition file to modify or execute it.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Dataset: &#039;&#039;&#039;	Select here the dataset which should be used to assign symbols. Check All to execute the condition for all datasets.&lt;br /&gt;
* &#039;&#039;&#039;DLoad: &#039;&#039;&#039;		Click this button to load an existing condition file (*.cnt).&lt;br /&gt;
* &#039;&#039;&#039;DSave: &#039;&#039;&#039;		Click this button to save the changes to a condition file (*.cnt).&lt;br /&gt;
* &#039;&#039;&#039;DSave as: &#039;&#039;&#039;	Click this button to save the changes to a different condition file (*.cnt).&lt;br /&gt;
* &#039;&#039;&#039;DSymbol: &#039;&#039;&#039;	Select here a symbol. For those objects the condition is fulfilled, the symbol number will be assigned.&lt;br /&gt;
* &#039;&#039;&#039;DCondition: &#039;&#039;&#039;	Enter the condition here.&lt;br /&gt;
* &#039;&#039;&#039;DMove up: &#039;&#039;&#039;	Click this button to move up the selected condition.&lt;br /&gt;
* &#039;&#039;&#039;DMove down: &#039;&#039;&#039;	Click this button to move down the selected condition.&lt;br /&gt;
* &#039;&#039;&#039;DAdd: &#039;&#039;&#039;	 	Click this button to add a condition to the list.&lt;br /&gt;
* &#039;&#039;&#039;DDelete: &#039;&#039;&#039;		Click this button to delete the selected condition.&lt;br /&gt;
* &#039;&#039;&#039;DExecute: &#039;&#039;&#039;	Click this button to execute the assignment.&lt;br /&gt;
* &#039;&#039;&#039;DAngle field: &#039;&#039;&#039;	Choose the field in the dataset which contains the angle values.&lt;br /&gt;
* &#039;&#039;&#039;DAngle values: &#039;&#039;&#039;  	Hint that angle values have to be entered in DD (not DMS).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[GPS]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[XML Script]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=GPS&amp;diff=1711</id>
		<title>GPS</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=GPS&amp;diff=1711"/>
		<updated>2011-10-27T14:03:01Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* Import from File */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;(This function is only available in OCAD Professional!)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;HDOP&#039;&#039;&#039;: In this field the HDOP (horizontal dilution of precision) is displayed. HDOP is a quality indicator for the position of the useable satellites on the local sky. HDOP values less than 4 are very good, HDOP greater than 8 bad.&lt;br /&gt;
* &#039;&#039;&#039;Precision (x Val):&#039;&#039;&#039; In this field the accuracy (root mean square) of specified number of last measurements is displayed. &#039;&#039;&#039;Filter length&#039;&#039;&#039; can be specified in &#039;&#039;&#039;GPS real time settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ADD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Real Time GPS==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose this command to map with GPS in real time. The &#039;&#039;&#039;GPS box&#039;&#039;&#039; appears lower right. The GPS receiver must be connected to the PC with serial data cable.&lt;br /&gt;
: [[File:Hint.jpg|hint]] Important is that the coordinate system on GPS receiver is WGS84 or a UTM zone. If this is not the case, then OCAD cannot analyze the data correctly and the position is wrong (some 100 meters)!&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Easting:&#039;&#039;&#039; 	In this field the easting value of the coordinate is displayed. If the filter is activated then it is the averaged value.&lt;br /&gt;
* &#039;&#039;&#039;Northing:&#039;&#039;&#039;	In this field the northing value of the coordinate is displayed. If the filter is activated then it is the averaged value.&lt;br /&gt;
* &#039;&#039;&#039;Height:&#039;&#039;&#039; 	In this field the height is displayed. If the filter is activated then it is the averaged value.&lt;br /&gt;
* &#039;&#039;&#039;DGPS:&#039;&#039;&#039; 		A green or red dot shows if DGPS signal is received. &lt;br /&gt;
* &#039;&#039;&#039;Satellites:&#039;&#039;&#039; 	In this field the number of received satellites is displayed.&lt;br /&gt;
* &#039;&#039;&#039;HDOP:&#039;&#039;&#039; 	In this field the HDOP (horizontal dilution of precision) is displayed. HDOP is a quality indicator for the position of the useable satellites on the local sky. HDOP values less than 4 are very good, HDOP greater than 8 bad.&lt;br /&gt;
* &#039;&#039;&#039;Precision (x Val):&#039;&#039;&#039; In this field the accuracy (root mean square) of specified number of last measurements is displayed. &#039;&#039;&#039;Filter length&#039;&#039;&#039; can be specified in &#039;&#039;&#039;GPS real time settings&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Start GPS Measurement&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ADD PICTURE&lt;br /&gt;
&lt;br /&gt;
Click this button to create an OCAD object with GPS. A symbol must be selected. Choose a point symbol to create an object to the GPS marker. If a line or area symbol is selected, OCAD starts with measurement and drawing. The object is represented with a thin black line.&lt;br /&gt;
* &#039;&#039;&#039;Pause GPS Measurement:&#039;&#039;&#039; First click: Interrupt GPS measurement without finishing the object.&lt;br /&gt;
: Second click: Go on with GPS measurement.&lt;br /&gt;
* &#039;&#039;&#039; Stop GPS Measurement:&#039;&#039;&#039; Click this button to finish the line or area object. The object is displayed with the assigned symbol.&lt;br /&gt;
* &#039;&#039;&#039; Find:&#039;&#039;&#039; Click this button if the GPS marker is not in the drawing windows. The view moves to the GPS marker.&lt;br /&gt;
* &#039;&#039;&#039; Filter:&#039;&#039;&#039; Turn on/off filter. See also: GPS real time settings.&lt;br /&gt;
* &#039;&#039;&#039; Accuracy circle:&#039;&#039;&#039; Turn on/off accuracy circle. See also: GPS real time settings.&lt;br /&gt;
* &#039;&#039;&#039; Point mode:&#039;&#039;&#039; &lt;br /&gt;
: Choose &#039;&#039;&#039;Normal point&#039;&#039;&#039; option when for every position received from GPS a point should be added to the object. &lt;br /&gt;
: Choose &#039;&#039;&#039;Corner point&#039;&#039;&#039; option when a position should be manually added to the object by clicking &#039;&#039;&#039;Start GPS Measurement&#039;&#039;&#039; button. This option is typically used to draw objects with straight parts and corners like a fence.&lt;br /&gt;
: Point mode cannot be changed if a point or text object is selected.&lt;br /&gt;
* &#039;&#039;&#039; Add position to calculate average:&#039;&#039;&#039; &lt;br /&gt;
:Click this button for every position you want include into average calculation. The number of added positions is shown in the button hint.&lt;br /&gt;
:Click start GPS measurement button to create the object at the calculated average position &lt;br /&gt;
* &#039;&#039;&#039;  Open GPS Real Time Settings:&#039;&#039;&#039; Open the GPS real time settings dialog box.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Real Time GPS Settings&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Choose this command to open (activate) a GPS receiver connected to your computer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Connection settings&#039;&#039;&#039;&lt;br /&gt;
Port: 	Choose here the port where the GPS receiver is connected. The GPS receiver must send the NMEA 0183 format.&lt;br /&gt;
Speed: 	Choose here the speed of the serial port. NMEA 0183 defines 4800 bps but some receivers may send data at a different speed.&lt;br /&gt;
Test: 		Choose this button to see the messages sent by the GPS receiver.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Requirements&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;DGPS:&#039;&#039;&#039; 	Check this option if you are using DGPS. Positions calculated without DGPS will not be used.&lt;br /&gt;
: This option has no effect if the receiver does not send the GGA message. Click the Test button to see if your receiver sends a GGA message.&lt;br /&gt;
* &#039;&#039;&#039;Min. 4 satellites:&#039;&#039;&#039; Check this option for better precision. If this option is checked, only positions calculated from 4 or more satellites are used.&lt;br /&gt;
: This option has no effect if the receiver does not send the GGA message. Click the Test button to see if your receiver sends a GGA message.&lt;br /&gt;
* &#039;&#039;&#039;HDOP:&#039;&#039;&#039; Check this option to define an upper limit for the HDOP value.&lt;br /&gt;
* &#039;&#039;&#039;Otherwise:&#039;&#039;&#039; Specify if received positions should not be saved and/or not be displayed if requirements are not fulfilled.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Options&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Filter:&#039;&#039;&#039; Check this option to activate a filter and specify how many positions reported by the GPS receiver is averaged. This results in a more stable position, but the update is slower.&lt;br /&gt;
* &#039;&#039;&#039;Accuracy circle:&#039;&#039;&#039; Check this option to show the accuracy circle. This shows the accuracy of the last 5 measurements with a circle around the GPS marker.&lt;br /&gt;
* &#039;&#039;&#039;Auto scroll (moving map):&#039;&#039;&#039; Check this option to move the map automatically with the GPS marker.&lt;br /&gt;
* &#039;&#039;&#039;GPS real time mode:&#039;&#039;&#039; Choose between &#039;&#039;&#039;Geo-referenced mode&#039;&#039;&#039; (like OCAD 9) and &#039;&#039;&#039;Adjusted mode&#039;&#039;&#039; (like OCAD 8).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Coordinate system:&#039;&#039;&#039; Click this button to change the coordinate system. The dialog box Coordinate system appears.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Test GPS dialog box&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This dialog box displays the NMEA 0183 signal from the GPS receiver.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Serial data&#039;&#039;&#039;&lt;br /&gt;
: If the GPS receiver sends GGA messages, those messages are displayed here. Characters 4 to 6 show the abbreviation GGA (e.g. $XXGGA...). &lt;br /&gt;
&lt;br /&gt;
: If the receiver does not send GGA messages, then the RMC messages are displayed. Those messages have no information about DGPS and the number of satellites used. However, the position can still be used in OCAD.&lt;br /&gt;
&lt;br /&gt;
: If the box remains empty, then the GPS receiver is sending neither of the two messages or there is a connection problem. Check that you have selected the right port in the GPS real time settings dialog box and that the GPS receiver is connected correctly to the PC.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Import Data from GPS Device&#039;&#039;&#039;&lt;br /&gt;
Choose this command to import data from GPS Garmin eTrex. The GPS receiver must be connected to the PC with serial data cable.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;GPS:&#039;&#039;&#039; In this field the information about the GPS receiver is displayed.&lt;br /&gt;
* &#039;&#039;&#039;Status:&#039;&#039;&#039; In this field the status between OCAD and GPS is displayed. If the GPS receiver is not connected click the &#039;&#039;&#039;Connect GPS&#039;&#039;&#039; button to connect.&lt;br /&gt;
* &#039;&#039;&#039;Connect GPS:&#039;&#039;&#039; Click this button to connect OCAD with GPS receiver. After successful connection the GPS information and the status are displayed.&lt;br /&gt;
* &#039;&#039;&#039;Settings:&#039;&#039;&#039; Click this button to change the GPS settings. The dialog box &#039;&#039;&#039;Import Data from GPS Device&#039;&#039;&#039; appears.&lt;br /&gt;
* &#039;&#039;&#039;GPS data:&#039;&#039;&#039; &lt;br /&gt;
:: Get waypoint: Click this button to download all waypoints. Each waypoint is displayed with a line in GPS data field.&lt;br /&gt;
:: Get tracks: Click this button to download all tracks. Each track is displayed with a line in GPS data field. Only the start point is displayed.&lt;br /&gt;
::This command can take serval minutes!&lt;br /&gt;
* &#039;&#039;&#039;OCAD objects:&#039;&#039;&#039; &lt;br /&gt;
:: &#039;&#039;&#039;Set label:&#039;&#039;&#039; Check this option to create also text objects with the name of waypoints and tracks.&lt;br /&gt;
:: &#039;&#039;&#039;CRT:&#039;&#039;&#039; Click this button and choose a cross reference table (*.crt). GPS data can assign to an OCAD object. If no cross reference table is selected then create OCAD unsymbolized objects.&lt;br /&gt;
: Each line of the cross reference table consists the OCAD symbol number and the Garmin symbol name.&lt;br /&gt;
: Example of cross reference table:&lt;br /&gt;
: 535.0 waypoint dot&lt;br /&gt;
: 536.0 campground symbol&lt;br /&gt;
: 540.0 scenic area symbol&lt;br /&gt;
:: &#039;&#039;Create:&#039;&#039;&#039; Select the waypoints and tracks in GPS data field. Click this button to create OCAD object from the selected GPS data.&lt;br /&gt;
[[File:Hint.jpg|hint]] A popup menu appears when clicking the &#039;&#039;&#039;Right&#039;&#039;&#039; mouse button in GPS data field. You can clear the list, select and unselect records.&lt;br /&gt;
&lt;br /&gt;
==Import from File==&lt;br /&gt;
&lt;br /&gt;
Choose this command to import a GPS data file to the current map. The Load GPS data from files dialog box is displayed. Initially all importable GPS data files are listed. The following file types can be imported:&lt;br /&gt;
: GPX files&lt;br /&gt;
: FRWD files&lt;br /&gt;
: NMEA files&lt;br /&gt;
The waypoints and tracks from the imported file are listed in the Import data from GPS device dialog box.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;OCAD objects&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Set label:&#039;&#039;&#039; Check this option to create also text objects with the name of waypoints and tracks.&lt;br /&gt;
* &#039;&#039;&#039;Assign Symbols:&#039;&#039;&#039; Check this option to assign a specified symbol to the imported objects. Otherwise OCAD will create [[Unsymbolized Objects|unsymbolized objects]]. &lt;br /&gt;
* &#039;&#039;&#039;Create:&#039;&#039;&#039; Select the waypoints and tracks in GPS data field. Click this button to create OCAD object from the selected GPS data.&lt;br /&gt;
[[File:Hint.jpg|hint]] A popup menu appears when clicking the &#039;&#039;&#039;Right&#039;&#039;&#039; mouse button in GPS data field. You can clear the list, select and unselect records.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;GPS Import Settings&#039;&#039;&#039;&lt;br /&gt;
In this dialog box you can make the setting for the GPS data import. Verify also your setting in GPS receiver (e.g. data format: GARMIN)!&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Port: &#039;&#039;&#039; Choose here the port where the GPS receiver is connected. &lt;br /&gt;
* &#039;&#039;&#039;Speed data import:&#039;&#039;&#039; Choose here the speed of the serial port. Garmin defines 9600 bps.&lt;br /&gt;
* &#039;&#039;&#039;Coordinate system:&#039;&#039;&#039;	Click the &#039;&#039;&#039;Change&#039;&#039;&#039; button to select or change the coordinate system. The dialog box &#039;&#039;&#039;Coordinate system&#039;&#039;&#039; appears.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;GPS Map Offset&#039;&#039;&#039;&lt;br /&gt;
This dialog box appears if the GPS coordinate is outside the map.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Coordinate system&#039;&#039;&#039; If you work with GPS you must select a coordinate system. Click the Change button to select or change the coordinate system. The dialog box Coordinate system appears.&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;&#039;Offset&#039;&#039;&#039; Choose here whether you want to change the OCAD real world coordinates or to keep the existing ones. &lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;New offset:&#039;&#039;&#039; Choose this option if no real world coordinates are defined for the map. OCAD already proposes reasonable values. You can leave those unchanged.&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Existing offset and angle:&#039;&#039;&#039; Choose this option if the map already has real world coordinates and you want to fit the imported objects to the existing coordinates.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[DEM]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Database]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Import_Files&amp;diff=1700</id>
		<title>Import Files</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Import_Files&amp;diff=1700"/>
		<updated>2011-10-27T13:57:19Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* Unsymbolized Objects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Choose this command to import an external file to the current map. The Import file dialog box is displayed. Initially all importable files are listed. The following file types can be imported:&lt;br /&gt;
&lt;br /&gt;
ADD	Picture/tabelle: import&lt;br /&gt;
:[[File:Hint.jpg|hint]] It is possible to seelct and import multiple dxf, gpx, nmea, shape and xyz files in the menu &#039;&#039;&#039;File&#039;&#039;&#039; - &#039;&#039;&#039;Import&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Import OCAD Map==&lt;br /&gt;
&#039;&#039;&#039;Position&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Place using the mouse:&#039;&#039;&#039; Choose this option to import a logo. The imported map is displayed in the center of the screen and you can drag it with the mouse to the desired position. &lt;br /&gt;
: &#039;&#039;&#039;Place with offset:&#039;&#039;&#039; Choose this option when combining different parts of a map. Enter the offset where the origin (0, 0) of the imported map should be placed.&lt;br /&gt;
: &#039;&#039;&#039;Use real world coordinates:&#039;&#039;&#039; Choose this option to import a geo-referenced map. &lt;br /&gt;
* &#039;&#039;&#039;Symbols&lt;br /&gt;
: &#039;&#039;&#039;Import symbols only if symbol numbers do not exist:&#039;&#039;&#039; Choose this option to import symbols only if the symbol numbers do not exist. The symbol signature is not compared. With same symbol number and different symbol signature no new symbol is produced. No colors are imported.&lt;br /&gt;
: &#039;&#039;&#039;Import symbols if symbol numbers exist but symbols are different:&#039;&#039;&#039; Choose this option to import symbols if they do not exist. With same symbol number and different symbol signature a new symbol is produced. No colors are imported.&lt;br /&gt;
&#039;&#039;This option accord with the data import function of OCAD 8.&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import symbols and colors:&#039;&#039;&#039; Choose this option to import symbols and colors completely. For example to print 2 maps with different symbol sets and color tables. &lt;br /&gt;
* &#039;&#039;&#039;Use CRT file:&#039;&#039;&#039; Activate this button to use a CRT converting table. This table consists of two columns, which are separated by a blank. In the first column is the symbol number of the OCAD symbol in the map which can be imported. In the second column is the symbol number of the open OCAD file.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Example:&#039;&#039;&#039; 526.0 813.1 - That means that all objects with the symbol number 526.0 to the symbol 813.1 are assigned.&lt;br /&gt;
* &#039;&#039;&#039;Load:&#039;&#039;&#039; Click this button to load a CRT file. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Handle large OCAD File==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ADD&lt;br /&gt;
&lt;br /&gt;
==Import DXF File==&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;DXF size&#039;&#039;&#039;&lt;br /&gt;
This box shows the range of the coordinates in the DXF file.&lt;br /&gt;
* &#039;&#039;&#039;Offset&#039;&#039;&#039;&lt;br /&gt;
Choose here whether you want to change the OCAD real world coordinates or to keep the existing ones. &lt;br /&gt;
: &#039;&#039;&#039;New offset:&#039;&#039;&#039; Choose this option if no real world coordinates are defined for the map. If you leave the proposed offset unchanged, the imported objects will be placed in the center of the OCAD drawing area. In addition you can set the desired scale of the OCAD map here.&lt;br /&gt;
: &#039;&#039;&#039;Existing offset and angle:&#039;&#039;&#039; Choose this option if the map already has real world coordinates and you want to fit the imported DXF file to the existing coordinates.&lt;br /&gt;
* &#039;&#039;&#039;Coordinates:&#039;&#039;&#039; Define here how the coordinates of the DXF file should be interpreted.&lt;br /&gt;
: &#039;&#039;&#039;GIS&#039;&#039;&#039; (1 meter/unit): Choose this option when importing DXF files from Geographic Information Systems (GIS), where 1 unit in the *.dxf file corresponds to 1 meter in the real world. The map scale is used for the transformation. Choose &#039;&#039;&#039;Scale and Coordinate System&#039;&#039;&#039; from the &#039;&#039;&#039;Map&#039;&#039;&#039; menu to set the map scale.&lt;br /&gt;
: Check &#039;&#039;&#039;Import coordinates&#039;&#039;&#039; to set the real world coordinates in OCAD to those in the DXF file automatically. Choose &#039;&#039;&#039;Scale and Coordinate System&#039;&#039;&#039; from the &#039;&#039;&#039;Map&#039;&#039;&#039; menu to switch real world coordinates on and off.&lt;br /&gt;
: &#039;&#039;&#039;Other:&#039;&#039;&#039; Choose this option when importing DXF files from graphic programs. Enter the size in millimeters of one DXF unit on the map. E.g. if the DXF units are inches, enter 25.4.&lt;br /&gt;
* &#039;&#039;&#039;Convert text Objects from OEM to Unicode: &#039;&#039;&#039; Activate this box, if the text in the DXF file is encoded in the OEM character set. OEM character set is used by old DOS programs and concerns only accented characters (ä, à, å etc.). Windows programs normally produce text in the ANSI character set.&lt;br /&gt;
If accented characters are not imported correctly, try this option.&lt;br /&gt;
* &#039;&#039;&#039;Import INSERT as point object:&#039;&#039;&#039; Activate this option to import INSERT objects in the DXF file as point objects in OCAD. Otherwise the definition of INSERT objects is imported.&lt;br /&gt;
: &#039;&#039;&#039;CRT:&#039;&#039;&#039; Click this button if you have converted a similar DXF file before using &#039;&#039;&#039;Convert layers&#039;&#039;&#039;. A file dialog box appears. Choose the CRT file created with the &#039;&#039;&#039;Convert layers&#039;&#039;&#039; command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Load Cross Reference Table File dialog box&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In this file dialog box you can load a cross reference table. A cross reference table is used when &#039;&#039;&#039;Importing&#039;&#039;&#039; or &#039;&#039;&#039;Exporting a DXF file&#039;&#039;&#039;. It defines how DXF layers are translated to OCAD symbols and vice versa.&lt;br /&gt;
A cross reference table is a text file with the extension CRT (e.g. topo.crt). Each line in this file contains an OCAD symbol number and the name of the corresponding DXF layer. The two are separated by a space character. You can use the Windows Notepad to create a cross reference table. &lt;br /&gt;
&lt;br /&gt;
This is an example:&lt;br /&gt;
: 101.0 CONTOUR&lt;br /&gt;
: 102.0 INDEXCONTOUR&lt;br /&gt;
: 103.0 FORMLINE&lt;br /&gt;
: 502.0 ROAD&lt;br /&gt;
: 506.0 PATH&lt;br /&gt;
: 527.0 BUILDING&lt;br /&gt;
&lt;br /&gt;
When importing from DXF to OCAD, all objects in the DXF file with the layer name CONTOUR are translated into symbol 101.0. When exporting from OCAD to DXF, all objects with the symbol 101.0 get the layer name CONTOUR.&lt;br /&gt;
Choose &#039;&#039;&#039;Convert layers&#039;&#039;&#039; from the &#039;&#039;&#039;Map&#039;&#039;&#039; menu to create a CRT file for an imported map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Import Shape File==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Shape size:&#039;&#039;&#039; This box shows the extent of the data in the shape files in the coordinates used in the shape file.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Units: &#039;&#039;&#039; Most shape files use real world coordinates in meters. However, there are shape files using km or even 1000 km as the basic unit. Select here the appropriate unit.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Offset:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;New offset:&#039;&#039;&#039; Choose this option when importing the first shape file to the actual map. OCAD already proposes reasonable values. You can leave those unchanged. OCAD also proposes a map scale that the entire map in the shape file fits into the drawing area of OCAD.&lt;br /&gt;
* &#039;&#039;&#039;Existing offset and angle:&#039;&#039;&#039; Select this option when importing the second and the following shape file to the actual map. The new shape file will then fit to the already imported shape files.&lt;br /&gt;
&#039;&#039;&#039;Key field in dBase table: &#039;&#039;&#039; When importing, OCAD creates a copy of the dBase file. OCAD can add an additional key field to the dBase file.&lt;br /&gt;
* &#039;&#039;&#039;Create new key field:&#039;&#039;&#039; Select this option, if the dBase file does not contain a key field with a unique key for each object or if you are not sure if such a key field exists.&lt;br /&gt;
* &#039;&#039;&#039;Use existing key field:&#039;&#039;&#039; Select this option, if the dBase file already contains a key field and you are sure that it contains a unique key for each object. Select the key field.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Files:&#039;&#039;&#039; Option to create Access or Excel files instead of default dBase file.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Layer:&#039;&#039;&#039; Do not import any layer information: This option was always used in OCAD 9. No layer information will be imported. Symbols must be assigned with &#039;&#039;&#039;Assign Symbols&#039;&#039;&#039; command in &#039;&#039;&#039;Database&#039;&#039;&#039; menu. This may takes a lot of time.&lt;br /&gt;
* &#039;&#039;&#039;Use layer information from field:&#039;&#039;&#039; This option is new in OCAD 10. Select this option if you want to import layer information (ex. lake, forest etc.) from a specified field. This allows you to choose &#039;&#039;&#039;Convert Layers to Symbol&#039;&#039;&#039; command from &#039;&#039;&#039;Map&#039;&#039;&#039; menu to assign symbols to the imported data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Import XYZ File==&lt;br /&gt;
&lt;br /&gt;
These files contain 3d coordinate values.&lt;br /&gt;
: [[File:Hint.jpg|hint]] Real world coordinates must be chose in Scale and Coordinate System dialog from the Map menu and map offset must be set that the imported points are within the drawing area.&lt;br /&gt;
&lt;br /&gt;
Choose a point symbol that should be assigned to the imported objects.&lt;br /&gt;
OCAD will create point objects with x/y coordinates. z values are assigned to the objects&#039; height property. Select an object and show &#039;&#039;&#039;Object Information&#039;&#039;&#039; to see height value of the selected object.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;XYZ-File example&#039;&#039;&#039;&lt;br /&gt;
: 579609.39 335648.46 701.00 &lt;br /&gt;
: 579609.40 335627.71 698.79 &lt;br /&gt;
: 579609.40 335659.36 702.60 &lt;br /&gt;
: 579609.40 335729.36 711.52 &lt;br /&gt;
: 579609.40 335766.15 715.91 &lt;br /&gt;
: 579609.41 335674.01 704.39&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Import OSM Files== &lt;br /&gt;
The Import OpenStreetMap XML dialog box appears when you choose an OpenStreetMap XML file in the File Import dialog box.&lt;br /&gt;
In this dialog box you load a cross reference table (*.crt) file. There the relations between OSM layers (tags) and the OCAD symbols are defined. It is possible to load a default *.crt file that is installed to a subdirectory *.crt of the OCAD installation directory with OCAD 10.2.1 or to load a user defined *.crt file.&lt;br /&gt;
The default *.crt file looks like this:&lt;br /&gt;
: ...&lt;br /&gt;
: 2001.0 way_barrier_hedge&lt;br /&gt;
: 2002.0 way_barrier_fence&lt;br /&gt;
: 2003.0 way_barrier_wall&lt;br /&gt;
: 2004.0 way_barrier_ditch&lt;br /&gt;
: ...&lt;br /&gt;
All layer names which are not listed in the *.crt file will be added together with a dummy symbol number 0.0 at the bottom of the *.crt file&lt;br /&gt;
At the end of the import procedure the modified *.crt file can be saved.&lt;br /&gt;
:[[File:Hint.jpg|hint]] -OCAD will convert directly the layers to symbols during the import when the check box Convert Layer to Symbol is checked.&lt;br /&gt;
:: -Choose &#039;&#039;&#039;Convert Layers to Symbol&#039;&#039;&#039; in the &#039;&#039;&#039;Map&#039;&#039;&#039; menu to load the *.crt file and convert the layers to symbols later.&lt;br /&gt;
&lt;br /&gt;
==Unsymbolized Objects==&lt;br /&gt;
&lt;br /&gt;
Read more about this topic: [[Unsymolizized Objects]].&lt;br /&gt;
&lt;br /&gt;
==Converting a Layer Manually==&lt;br /&gt;
&lt;br /&gt;
When importing a file which is not an OCAD file, unsymbolized objects are created. They appear in the color specified in &#039;&#039;&#039;Preferences&#039;&#039;&#039;. When you select such an object, a layer name will appear in the lower left corner. To get a real map, the layers have to be converted to OCAD symbols.&lt;br /&gt;
&lt;br /&gt;
Normally you convert layers using the &#039;&#039;&#039;Convert Layers to Symbol&#039;&#039;&#039; command from the &#039;&#039;&#039;Map&#039;&#039;&#039; menu.&lt;br /&gt;
You can also convert a layer manually:&lt;br /&gt;
# Select a (gray) imported object. In the left field of the status bar you see the layer name.&lt;br /&gt;
# Select the corresponding OCAD symbol in the symbol box.&lt;br /&gt;
# Click the &#039;&#039;&#039;Change all symbols&#039;&#039;&#039; with this symbol button in the toolbar.&lt;br /&gt;
# Leave the preset values unchanged and click OK.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Background Map]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Drawing an Object]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Graphical_User_Interface&amp;diff=1699</id>
		<title>Graphical User Interface</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Graphical_User_Interface&amp;diff=1699"/>
		<updated>2011-10-27T13:56:14Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* Symbol Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:GUI.jpg|GUI]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Toolbars==&lt;br /&gt;
The Toolbars can be moved within the graphical user interface. The buttons can be individually shown or hidden via the &#039;&#039;&#039;Options&#039;&#039;&#039; menu under &#039;&#039;&#039;OCAD Preferences&#039;&#039;&#039;, &#039;&#039;&#039;GUI (Graphical user Interface)&#039;&#039;&#039;, &#039;&#039;&#039;Toolbars&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
[[File:Toolbars.JPG|toolbars]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Standard Toolbar===&lt;br /&gt;
[[File:StandardToolbar.JPG|Standard buttons]] &lt;br /&gt;
: [[File:New.JPG|new]] &#039;&#039;&#039;New:&#039;&#039;&#039; Create a new map.&lt;br /&gt;
: [[File:Open.JPG|open]] &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an existing map.&lt;br /&gt;
: [[File:Save.JPG|save]] &#039;&#039;&#039;Save:&#039;&#039;&#039; Save changes made to the map.&lt;br /&gt;
: [[File:Print.JPG|print]] &#039;&#039;&#039;Print:&#039;&#039;&#039; Print out the map.&lt;br /&gt;
: [[File:Undo.JPG|undo]] &#039;&#039;&#039;Undo:&#039;&#039;&#039; Undo previous actions.&lt;br /&gt;
: [[File:Redo.JPG|redo]] &#039;&#039;&#039;Redo:&#039;&#039;&#039; Cancel the previous undo action.&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
===Edit functions Toolbar===&lt;br /&gt;
[[File:EditFunctionsToolbar.JPG|edit functions toolbar]]&lt;br /&gt;
: [[File:FindSelectedObjects.JPG|find selected objects]] &#039;&#039;&#039;Find Selected Objects:&#039;&#039;&#039; Move screen to the selected object.&lt;br /&gt;
: [[File:Delete.JPG|delete]] &#039;&#039;&#039;Delete:&#039;&#039;&#039; Delete the selected object(s).&lt;br /&gt;
: [[File:DuplicateObject.JPG|duplicate object]] &#039;&#039;&#039;Duplicate Object:&#039;&#039;&#039; Create a copy of the selected objects.&lt;br /&gt;
: [[File:FillOrMakeBorder.JPG|fill or make border]] &#039;&#039;&#039;Fill or Make Border:&#039;&#039;&#039; Fill a line or area object(s) with area object(s) or make line border of area object(s).&lt;br /&gt;
: [[File:Merge.JPG|merge]] &#039;&#039;&#039;Merge:&#039;&#039;&#039; Merge multiple line, area and text objects into one object.&lt;br /&gt;
: [[File:ReverseObject.JPG|reverse object]] &#039;&#039;&#039;Reverse Object:&#039;&#039;&#039; Reverse the direction of the selected line object(s)&lt;br /&gt;
: [[File:ChangeToBezierCurve.JPG|change to Bézier curve]] &#039;&#039;&#039;Change To Bézier Curve&#039;&#039;&#039;: Convert the selected line or area object(s) drawn in freehand mode to curves.&lt;br /&gt;
: [[File:ConvertToGraphicObject.JPG|convert to graphic object]] &#039;&#039;&#039;Convert To Graphic Object:&#039;&#039;&#039; Convert the selected object(s) to their graphic elements (lines and areas).&lt;br /&gt;
: [[File:Smooth.JPG|smooth]] &#039;&#039;&#039;Smooth&#039;&#039;&#039;&lt;br /&gt;
: [[File:Snapping.JPG|snapping]] &#039;&#039;&#039;Snapping&#039;&#039;&#039;	&lt;br /&gt;
: [[File:Join.JPG|join]] &#039;&#039;&#039; Join:&#039;&#039;&#039; Move the ends of the selected line object to connect to adjoining objects.&lt;br /&gt;
: [[File:ChangeSymbolOfObject.JPG|change symbol of object]] &#039;&#039;&#039;Change Symbol of Object:&#039;&#039;&#039; The selected object is assigned to the symbol selected in the symbol box.&lt;br /&gt;
: [[File:ChangeSymbolForAllObjectsWithThisSymbol.JPG|change symbol for all objects with this symbol]] &#039;&#039;&#039;Change Symbol For All Objects With This Symbol:&#039;&#039;&#039; Change the symbol of all objects with a symbol A to symbol B.&lt;br /&gt;
: [[File:Measure.JPG|measure]] &#039;&#039;&#039;Measure:&#039;&#039;&#039; Measure the selected line or area object or the distance between 2 selected vertices objects.&lt;br /&gt;
: [[File:AutomaticJoining.JPG|automatic joining]] &#039;&#039;&#039;Automatic joining:&#039;&#039;&#039; Automatically join the ends of lines during the drawing process.&lt;br /&gt;
: [[File:SmoothingLvl.JPG|smoothing level]] &#039;&#039;&#039;Smoothing level&#039;&#039;&#039;:  This option is used to select the required smoothing level for lines, for converting freehand lines into Bézier curves and for automatically smoothing lines drawn in freehand mode.&lt;br /&gt;
&lt;br /&gt;
===View Toolbar===&lt;br /&gt;
 &lt;br /&gt;
[[File:ViewToolbar.JPG|view toolbar]]  &lt;br /&gt;
Various functions are available for increasing or reducing the size of map sections as well as repositioning them.&lt;br /&gt;
: [[File:Pan.JPG|pan]] &#039;&#039;&#039;Pan:&#039;&#039;&#039; Reposition the map section&lt;br /&gt;
: [[File:PanLocked.JPG|pan locked]] &#039;&#039;&#039;Pan locked:&#039;&#039;&#039; Reposition the map section a number of times in succession. &lt;br /&gt;
: [[File:ZoomIn.JPG|zoom in]] &#039;&#039;&#039;Zoom In:&#039;&#039;&#039; Increase the size of the map section.&lt;br /&gt;
: [[File:ZoomInLocked.JPG|zoom in locked]] &#039;&#039;&#039;Zoom in locked:&#039;&#039;&#039; Increase the size of the map section a number of times in succession. &lt;br /&gt;
: [[File:ZoomOut.JPG|zoom out]] &#039;&#039;&#039;Zoom Out:&#039;&#039;&#039; Reduce the size of the map section.&lt;br /&gt;
: [[File:ZoomOutToPreviousView.JPG|zoom out to previous view]] &#039;&#039;&#039;Zoom out to previous view:&#039;&#039;&#039; Return to last smaller map section.&lt;br /&gt;
: [[File:ZoomToPreviousView.JPG|zoom to previous view]] &#039;&#039;&#039;Zoom to previous view:&#039;&#039;&#039; Return to last map section.&lt;br /&gt;
: [[File:ZoomToNextView.JPG|zoom to next view]] &#039;&#039;&#039;Zoom to next view:&#039;&#039;&#039; Go to previous map section.&lt;br /&gt;
: [[File:ShowEntireMap.JPG|show entire map]] &#039;&#039;&#039;Show Entire Map:&#039;&#039;&#039; Display the entire map in the drawing window.&lt;br /&gt;
  	&lt;br /&gt;
: [[File:DraftMode.JPG|draft mode slider]] &#039;&#039;&#039;Draft mode slider:&#039;&#039;&#039; The upper slider (M for map) is used to fade out the map objects; the lower slider (B for background) to fade out the map background.The Draft mode slider is only visible if Draft Mode is active in the View menu. &lt;br /&gt;
: [[File:ShowGrid.JPG|show grid]] &#039;&#039;&#039;Show grid:&#039;&#039;&#039; Display the coordinate grid in the drawing window.&lt;br /&gt;
&lt;br /&gt;
===Edit and drawing  toolbar===&lt;br /&gt;
[[File:EditAndDrawingToolbar.JPG|edit and drawing toolbar]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Edit modes====&lt;br /&gt;
: [[File:EditToolbar.JPG|EditToolbar.JPG]] &lt;br /&gt;
: [[File:SelectAndEditObject.JPG|select and edit object]] &#039;&#039;&#039;Select and Edit Object:&#039;&#039;&#039; Select and move objects.&lt;br /&gt;
: [[File:SelectObjectAndEditVertex.JPG|select object and edit vertex]] &#039;&#039;&#039;Select Object and Edit Vertex:&#039;&#039;&#039; Select objects or move points of objects.&lt;br /&gt;
: [[File:NormalVertex.JPG|normal vertex]] &#039;&#039;&#039;Normal Vertex:&#039;&#039;&#039; Add a Normal vertex&lt;br /&gt;
: [[File:CornerVertex.JPG|corner vertex]] &#039;&#039;&#039;Corner Vertex:&#039;&#039;&#039; Add a Corner vertex&lt;br /&gt;
: [[File:DashVertex.JPG|dash vertex]] &#039;&#039;&#039;Dash Vertex:&#039;&#039;&#039; Add a Dash vertex.&lt;br /&gt;
: [[File:RemoveVertex.JPG|remove vertex]] &#039;&#039;&#039;Remove Vertex&#039;&#039;&#039;&lt;br /&gt;
: [[File:IndicateDirectionOfAreaPatternPointOrTextObject.JPG|indicate direction of area pattern point or text object]] &#039;&#039;&#039; 	Indicate Direction of Area Pattern, Point or Text Object&#039;&#039;&#039;&lt;br /&gt;
: [[File:RotateObject.JPG|rotate object]] &#039;&#039;&#039;Rotate Object:&#039;&#039;&#039; Rotate the selected object(s).&lt;br /&gt;
: [[File:CutHole.JPG|cut hole]] &#039;&#039;&#039;Cut hole:&#039;&#039;&#039; Cut hole in area.&lt;br /&gt;
: [[File:CutArea.JPG|cut area]] &#039;&#039;&#039;Cut area:&#039;&#039;&#039; Cut area object.&lt;br /&gt;
: [[File:Cut.JPG|cut]] &#039;&#039;&#039;Cut:&#039;&#039;&#039; Cut line object.&lt;br /&gt;
: [[File:MoveParallel.JPG|move parallel]] &#039;&#039;&#039;Move parallel:&#039;&#039;&#039; Move the selected line or area object parallel to the original object.&lt;br /&gt;
: [[File:Reshape.JPG|reshape]] &#039;&#039;&#039;Reshape:&#039;&#039;&#039; To shape (something) again or differently&lt;br /&gt;
&lt;br /&gt;
====Drawing modes====&lt;br /&gt;
: [[File:CurveMode.JPG|curve mode]] &#039;&#039;&#039;Curve mode:&#039;&#039;&#039; Draw in curve mode.&lt;br /&gt;
: [[File:EllipseMode.JPG|ellipse mode]] &#039;&#039;&#039;Ellipse mode:&#039;&#039;&#039; Draw elliptical (oval) objects.&lt;br /&gt;
: [[File:CircleMode.JPG|circle mode]] &#039;&#039;&#039;Circle mode:&#039;&#039;&#039;  Draw circular objects.&lt;br /&gt;
: [[File:RectangularLineMode.JPG|rectangular line mode]] &#039;&#039;&#039;Rectangular line mode:&#039;&#039;&#039; Draw rectangular line objects with any number of corners.&lt;br /&gt;
: [[File:RectangularMode.JPG|rectangular mode]] &#039;&#039;&#039;Rectangular mode:&#039;&#039;&#039;  Draw rectangular area objects with any number of corners.&lt;br /&gt;
: [[File:StraightLineMode.JPG|straight line mode]] &#039;&#039;&#039;Straight line mode:&#039;&#039;&#039; Draw objects with straight lines.&lt;br /&gt;
: [[File:FreehandMode.JPG|freehand mode]] &#039;&#039;&#039;Freehand mode:&#039;&#039;&#039; Draw objects in freehand mode.&lt;br /&gt;
: [[File:DrawingMultiplePointObjects.JPG|drawing multiple point objects]] &#039;&#039;&#039;Drawing multiple point objects:&#039;&#039;&#039; Draw several point objects that are placed on a line with a constant interval.&lt;br /&gt;
: [[File:NumericMode.JPG|numeric mode]] &#039;&#039;&#039;Numeric Mode:&#039;&#039;&#039; Draw objects in numeric mode.&lt;br /&gt;
: [[File:LaserDistance.PNG]] &#039;&#039;&#039;Laser distance drawing mode&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: [[File:NumericToolbar.JPG|numeric toolbar]] &#039;&#039;&#039;Numeric Toolbar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Server Toolbar===&lt;br /&gt;
&lt;br /&gt;
ADD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Customize Toolbar dialog box===&lt;br /&gt;
Choose this command to customize toolbars. &lt;br /&gt;
The dialog box is opened by clicking &#039;&#039;&#039;Customize&#039;&#039;&#039; button in on &#039;&#039;&#039;GUI (Graphical User Interface)&#039;&#039;&#039; page in &#039;&#039;&#039;OCAD Preferences&#039;&#039;&#039; dialog box or by clicking on the right end of a toolbar.&lt;br /&gt;
When the box above the button is checked the button will be visible otherwise it will be hidden.&lt;br /&gt;
&lt;br /&gt;
ADD PICTURE TOOLBAR&lt;br /&gt;
&lt;br /&gt;
[[File:Hint.jpg|hint]] The Numeric keypad toolbar cannot be customized.&lt;br /&gt;
&lt;br /&gt;
==Menu==&lt;br /&gt;
The OCAD Professional Edition features the following 15  menus: &lt;br /&gt;
&lt;br /&gt;
[[File:Menu.JPG|menu]]&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;File&#039;&#039;&#039;:	File management, file import and export functions, printing&lt;br /&gt;
*&#039;&#039;&#039;Server/Client&#039;&#039;&#039;: Functions for Server/Client &lt;br /&gt;
*&#039;&#039;&#039;View&#039;&#039;&#039;:	Functions for viewing the map&lt;br /&gt;
*&#039;&#039;&#039;Select&#039;&#039;&#039;: Functions for selecting an object or a vertex &lt;br /&gt;
*&#039;&#039;&#039;Object&#039;&#039;&#039;: Object editing functions&lt;br /&gt;
*&#039;&#039;&#039;Symbol&#039;&#039;&#039;: Functions for creating and editing symbols&lt;br /&gt;
*&#039;&#039;&#039;Map&#039;&#039;&#039;: Map editing functions&lt;br /&gt;
*&#039;&#039;&#039;Layout&#039;&#039;&#039;: Function for layout managing&lt;br /&gt;
*&#039;&#039;&#039;Database&#039;&#039;&#039;: Functions for connecting and editing databases&lt;br /&gt;
*&#039;&#039;&#039;Background Map&#039;&#039;&#039;: Functions for loading and managing background maps&lt;br /&gt;
*&#039;&#039;&#039;DEM&#039;&#039;&#039;: Functions for the import, export and evaluation of Digital Elevation Models  &lt;br /&gt;
*&#039;&#039;&#039;GPS&#039;&#039;&#039;: Functions for connecting GPS devices or importing GPS data&lt;br /&gt;
*&#039;&#039;&#039;Options&#039;&#039;&#039;: Functions for customizing personal preferences&lt;br /&gt;
*&#039;&#039;&#039;Window&#039;&#039;&#039;: Functions for arranging the map window&lt;br /&gt;
*&#039;&#039;&#039; Help	&#039;&#039;&#039;: OCAD Help&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===File Menu===&lt;br /&gt;
: &#039;&#039;&#039;New:&#039;&#039;&#039; Create a new map.&lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an existing map file.&lt;br /&gt;
: &#039;&#039;&#039;Open Sample Map:&#039;&#039;&#039; Open a sample map file.&lt;br /&gt;
: &#039;&#039;&#039;Close:&#039;&#039;&#039; Close the current map file.&lt;br /&gt;
: &#039;&#039;&#039;Save:&#039;&#039;&#039; Save changes in the current map file.&lt;br /&gt;
: &#039;&#039;&#039;Save As:&#039;&#039;&#039; Save the current map file under a new name.&lt;br /&gt;
: &#039;&#039;&#039;Undo:&#039;&#039;&#039; Undo the last draw or edit operation.&lt;br /&gt;
: &#039;&#039;&#039;Redo:&#039;&#039;&#039; Reverse the effect of the Undo operation.&lt;br /&gt;
: &#039;&#039;&#039;Print:&#039;&#039;&#039; Print a color map or color separations.&lt;br /&gt;
: &#039;&#039;&#039;Import:&#039;&#039;&#039; Import a map file.&lt;br /&gt;
: &#039;&#039;&#039;Multiple File Import:&#039;&#039;&#039; Import multiple files at once.&lt;br /&gt;
: &#039;&#039;&#039;Export:&#039;&#039;&#039; Export the map in a different file format.&lt;br /&gt;
: &#039;&#039;&#039;Export OCAD Internet Map:&#039;&#039;&#039; Export the map to OCAD Internet Map.&lt;br /&gt;
: &#039;&#039;&#039;Export Encrypted File:&#039;&#039;&#039; Export the map to encrypted OCAD file format.&lt;br /&gt;
: &#039;&#039;&#039;Map Sharing:&#039;&#039;&#039; Sharing your map on a FTP server .&lt;br /&gt;
: &#039;&#039;&#039;-Upload to FTP Server:&#039;&#039;&#039; Upload your map to FTP Server .&lt;br /&gt;
: &#039;&#039;&#039;-Download from FTP Server:&#039;&#039;&#039; Download a map from FTP Server. &lt;br /&gt;
: &#039;&#039;&#039;-Synchronize:&#039;&#039;&#039; Synchronize data .&lt;br /&gt;
: &#039;&#039;&#039;[[Send File by Email]]:&#039;&#039;&#039; Send current map file by email. &lt;br /&gt;
: &#039;&#039;&#039;Execute XML Script:&#039;&#039;&#039; Execute function defined in a XML script file.&lt;br /&gt;
: &#039;&#039;&#039;Create Backup:&#039;&#039;&#039; Make a backup copy of the current map file.	&lt;br /&gt;
: &#039;&#039;&#039;Restore Backup:&#039;&#039;&#039;	Restore a map file saved with the Backup function.&lt;br /&gt;
: &#039;&#039;&#039;Open Recently Exported Documents:&#039;&#039;&#039; Open one of the documents you have exported recently.&lt;br /&gt;
: &#039;&#039;&#039;Open Recently used OCAD Files:&#039;&#039;&#039; Open one of the map files you have worked on recently.  &lt;br /&gt;
: &#039;&#039;&#039;Exit OCAD:&#039;&#039;&#039; Terminate OCAD.&lt;br /&gt;
&lt;br /&gt;
===Server/Client Menu===&lt;br /&gt;
: &#039;&#039;&#039;Connect/Disconnect:&#039;&#039;&#039; Connect or disconnect the connection to the server&lt;br /&gt;
: &#039;&#039;&#039;Get Objects from Current View&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Map:&#039;&#039;&#039; Import a Map from the connected server&lt;br /&gt;
: &#039;&#039;&#039;Delete Object in Database&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Check Out Selected Objects:&#039;&#039;&#039;	Check out selected objects for editing. &lt;br /&gt;
: &#039;&#039;&#039;Check in Selected objects:&#039;&#039;&#039; Check out selected objects after finished edited objects .&lt;br /&gt;
: &#039;&#039;&#039;Show Checked Out Objects:&#039;&#039;&#039; Show current checked out objects.&lt;br /&gt;
: &#039;&#039;&#039;Database Undo:&#039;&#039;&#039; Undo your last move in the database. &lt;br /&gt;
: &#039;&#039;&#039;Database Redo:&#039;&#039;&#039; Redo your last move in the database .&lt;br /&gt;
: &#039;&#039;&#039;Generate  Map Preview:&#039;&#039;&#039; Generate preview from current map.&lt;br /&gt;
: &#039;&#039;&#039;Do Database Maintenance:&#039;&#039;&#039; Upkeep Database&lt;br /&gt;
: &#039;&#039;&#039;Manage Server Bookmarks&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Show Project Information&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View Menu===&lt;br /&gt;
: &#039;&#039;&#039;Normal Mode:&#039;&#039;&#039; Normal mode view.&lt;br /&gt;
: &#039;&#039;&#039;Spot Color Mode:&#039;&#039;&#039; Spot color view.&lt;br /&gt;
: &#039;&#039;&#039;Draft Mode:&#039;&#039;&#039; Draft mode view. The background map can be seen behind the map.&lt;br /&gt;
: &#039;&#039;&#039;Draft Mode (Only Background Map Favorites):&#039;&#039;&#039; Map display transparent, background maps  visible &lt;br /&gt;
: &#039;&#039;&#039;Define View Mode Loop:&#039;&#039;&#039; Define various view mode loops. &lt;br /&gt;
: &#039;&#039;&#039;Next View Mode in Loop:&#039;&#039;&#039;	Switch to next defined view mode loop. &lt;br /&gt;
: &#039;&#039;&#039;[[Keyline]]:&#039;&#039;&#039; Shows a rough sketch, where objects has been placed .&lt;br /&gt;
: &#039;&#039;&#039;Hatch Areas:&#039;&#039;&#039; Display full areas as hatched areas on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Anti-Aliasing:&#039;&#039;&#039; Anti-Aliasing view.&lt;br /&gt;
: &#039;&#039;&#039;Redraw:&#039;&#039;&#039; Redraw the drawing window.&lt;br /&gt;
: &#039;&#039;&#039;Pan:&#039;&#039;&#039; Move the view.&lt;br /&gt;
: &#039;&#039;&#039;Move To:&#039;&#039;&#039; Move the view to a desired position.&lt;br /&gt;
: &#039;&#039;&#039;Find Selected Objects:&#039;&#039;&#039; Find desired objects&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom In]]:&#039;&#039;&#039; Display the map with a higher magnification.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom Out]]:&#039;&#039;&#039; Display a larger area of the map. &lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom to Selected Objects]]:&#039;&#039;&#039; Move screen zoom to selected objects.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Show Entire Map]]:&#039;&#039;&#039; Display the entire map on the screen.	&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom]]:&#039;&#039;&#039; Select the magnification in which the map is displayed.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|User Defined (10x)]]:&#039;&#039;&#039; Choose this command to set view to a specified zoom factor.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Bookmarks]]:&#039;&#039;&#039; Create and manage bookmarks of view.&lt;br /&gt;
: &#039;&#039;&#039;-Create:&#039;&#039;&#039; Create a new bookmark &lt;br /&gt;
: &#039;&#039;&#039;-Manage:&#039;&#039;&#039; Manage available bookmarks &lt;br /&gt;
: &#039;&#039;&#039;Show Map Grids:&#039;&#039;&#039; A grid is shown in the drawing window. &lt;br /&gt;
: &#039;&#039;&#039;Show WGS84 Grid:&#039;&#039;&#039; A WGS84 grid is shown in the drawing window .&lt;br /&gt;
: &#039;&#039;&#039;[[Show Rulers]]:&#039;&#039;&#039; Shows up and down a ruler .&lt;br /&gt;
: &#039;&#039;&#039;[[Ruler Guide]]:&#039;&#039;&#039; Show and manage ruler guides &lt;br /&gt;
: &#039;&#039;&#039;-Show:&#039;&#039;&#039; Show vertically or horizontally ruler guide &lt;br /&gt;
: &#039;&#039;&#039;-Manage:&#039;&#039;&#039; Add new ruler guide.&lt;br /&gt;
&lt;br /&gt;
===[[Select]] Menu===&lt;br /&gt;
: &#039;&#039;&#039;Select and Edit Object:&#039;&#039;&#039; Select, move or stretch object(s).&lt;br /&gt;
: &#039;&#039;&#039;Select Object and Edit Vertex:&#039;&#039;&#039; Select or move vertex of object(s). &lt;br /&gt;
: &#039;&#039;&#039;Select Objects by Symbol:&#039;&#039;&#039; Select all objects with same symbol .&lt;br /&gt;
: &#039;&#039;&#039;Select Objects by Property:&#039;&#039;&#039; Select all objects with same properties. &lt;br /&gt;
: &#039;&#039;&#039;Select All:&#039;&#039;&#039; Select all objects in map. &lt;br /&gt;
: &#039;&#039;&#039;Clear Selection:&#039;&#039;&#039; Nothing is selected.&lt;br /&gt;
: &#039;&#039;&#039;Invert Selection:&#039;&#039;&#039; Change current selection such that everything previously unselected will now be selected and vice versa&lt;br /&gt;
: &#039;&#039;&#039;Select Next Object:&#039;&#039;&#039; Selects the next obvious object. &lt;br /&gt;
: &#039;&#039;&#039;Save Selection:&#039;&#039;&#039;	Save current selection for later use. &lt;br /&gt;
: &#039;&#039;&#039;Reload Selection:&#039;&#039;&#039; Reload saved selection. &lt;br /&gt;
: &#039;&#039;&#039;Edit Selection:&#039;&#039;&#039; Manage saved selection. &lt;br /&gt;
: &#039;&#039;&#039;Select Group:&#039;&#039;&#039; Select a group of objects.&lt;br /&gt;
&lt;br /&gt;
===Object menu===&lt;br /&gt;
: &#039;&#039;&#039;Cut:&#039;&#039;&#039; Copy the selected object(s) to the clipboard and delete them in the current map.&lt;br /&gt;
: &#039;&#039;&#039;Copy:&#039;&#039;&#039; Copy the selected object(s) to the clipboard.&lt;br /&gt;
: &#039;&#039;&#039;Paste:&#039;&#039;&#039; Insert the object(s) in the clipboard into the current map.&lt;br /&gt;
: &#039;&#039;&#039;Delete:&#039;&#039;&#039; Delete the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;Rotate Object:&#039;&#039;&#039; Rotate object(s). &lt;br /&gt;
: &#039;&#039;&#039;-Rotate:&#039;&#039;&#039; Rotate the selected object(s). &lt;br /&gt;
: &#039;&#039;&#039;-Rotate Object by Angle:&#039;&#039;&#039; Rotate the selected point object(s) by specifying a rotation angle.&lt;br /&gt;
: &#039;&#039;&#039;Align Objects:&#039;&#039;&#039; Align the selected objects horizontally or vertically.&lt;br /&gt;
: &#039;&#039;&#039;-Horizontal Coordinate&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Vertical Coordinate&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Indicate Direction of Area Pattern, Point or Text Object:&#039;&#039;&#039; Change direction of selected point object, area pattern or text.&lt;br /&gt;
: &#039;&#039;&#039;Cut object:&#039;&#039;&#039; Cut hole, area or line.&lt;br /&gt;
: &#039;&#039;&#039;-Cut hole:&#039;&#039;&#039; Cut a hole in an object. &lt;br /&gt;
: &#039;&#039;&#039;-Cut area:&#039;&#039;&#039; Divides an area.&lt;br /&gt;
: &#039;&#039;&#039;-Cut line:&#039;&#039;&#039; Divides a line.&lt;br /&gt;
: &#039;&#039;&#039;[[Crop Objects]]:&#039;&#039;&#039; Crop selected Object(s). &lt;br /&gt;
: &#039;&#039;&#039;Move Parallel:&#039;&#039;&#039; Move the selected line or area object parallel to the original object.&lt;br /&gt;
: &#039;&#039;&#039;[[Move Parallel with Distance]]:&#039;&#039;&#039; Move the selected line or area object parallel with a distance to the original object. &lt;br /&gt;
: &#039;&#039;&#039;[[Reshape]]:&#039;&#039;&#039; To shape (something) again or differently :&lt;br /&gt;
: &#039;&#039;&#039;[[Interpolate Objects]]:&#039;&#039;&#039; Interpolate selected Objects to each other. &lt;br /&gt;
: &#039;&#039;&#039;Duplicate Object:&#039;&#039;&#039; Duplicate (create a copy of) the selected object(s). &lt;br /&gt;
: &#039;&#039;&#039;[[Move and Duplicate]]:&#039;&#039;&#039; Duplicate selected object and move it. &lt;br /&gt;
: &#039;&#039;&#039;Fill, Make Border, Duplicate Identically:&#039;&#039;&#039; Fill a line or area object(s) with area object(s) or make line border of area object(s).&lt;br /&gt;
: &#039;&#039;&#039;Merge:&#039;&#039;&#039; Merge multiple line, area and text objects into one object.&lt;br /&gt;
: &#039;&#039;&#039;Reverse Object Direction:&#039;&#039;&#039; Reverse the direction of the selected line object(s).&lt;br /&gt;
: &#039;&#039;&#039;Change to Polyline:&#039;&#039;&#039; Change selected object to polyline. &lt;br /&gt;
: &#039;&#039;&#039;Change to Bézier Curve:&#039;&#039;&#039; Change selected object to a Bézier curve. &lt;br /&gt;
: &#039;&#039;&#039;Convert to Graphic Object:&#039;&#039;&#039; Convert the selected object(s) to their graphic elements (lines and areas).&lt;br /&gt;
: &#039;&#039;&#039;[[Convert to Layout Object]]:&#039;&#039;&#039; Convert selected object to layout object. &lt;br /&gt;
: &#039;&#039;&#039;[[Create Color Gradient]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Generalization&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-[[Generalize Buildings]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Smooth:&#039;&#039;&#039; Smooth selected line or area object(s) drawn in freehand mode.&lt;br /&gt;
: &#039;&#039;&#039;[[Topology]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Join:&#039;&#039;&#039; Move the ends of the selected line object to connect to adjoining objects.&lt;br /&gt;
: &#039;&#039;&#039;-Select Duplicate Objects:&#039;&#039;&#039; Duplicate the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;-Select Self-Intersected Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Merge with Condition:&#039;&#039;&#039; Merge with conditions the selected objects into one object.&lt;br /&gt;
: &#039;&#039;&#039;-Create Point Objects at Line Ends&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Close Area Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Remove Overshoots and Undershoots&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Insert Intersections&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Change Symbol (Selected objects)&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Change Symbol (All Objects with Corresponding Symbol)&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Vertex:&#039;&#039;&#039; Insert a normal, corner or dash vertex.&lt;br /&gt;
: &#039;&#039;&#039;Remove Vertex:&#039;&#039;&#039; Delete a vertex from a selected object.&lt;br /&gt;
: &#039;&#039;&#039;Change Vertex Types to:&#039;&#039;&#039; Change vertex types for the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;[[Group and Ungroup|Group]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Group and Ungroup|Ungroup]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Find and Replace Text&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Insert Glyphs]]&#039;&#039;&#039;: Insert special letters.&lt;br /&gt;
: &#039;&#039;&#039;Measure:&#039;&#039;&#039; Measure the selected line or area object or the distance between 2 selected point objects&lt;br /&gt;
: &#039;&#039;&#039;Object Information:&#039;&#039;&#039; Show information about selected object(s).&lt;br /&gt;
&lt;br /&gt;
===Symbol Menu===&lt;br /&gt;
: &#039;&#039;&#039;New:&#039;&#039;&#039; 			Create a new symbol.&lt;br /&gt;
: &#039;&#039;&#039;Edit:&#039;&#039;&#039; 			Define or redefine the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Icon:&#039;&#039;&#039; 			Draw or edit the symbol&#039;s icon, which appears in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Enlarge/Reduce:&#039;&#039;&#039;  	Enlarge or reduce the selected symbol or all symbols.&lt;br /&gt;
: &#039;&#039;&#039;Copy:&#039;&#039;&#039; 			Copy the selected symbol to the clipboard.&lt;br /&gt;
: &#039;&#039;&#039;Paste:&#039;&#039;&#039; 			Copy a symbol from the clipboard to the current map.&lt;br /&gt;
: &#039;&#039;&#039;Delete:&#039;&#039;&#039; 		Delete the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Duplicate:&#039;&#039;&#039; 		Make a copy of the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Sort Symbol Box:&#039;&#039;&#039; 	Sort the symbols in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-By Number:&#039;&#039;&#039;		Sort symbol in symbol box by number.&lt;br /&gt;
: &#039;&#039;&#039;-By Color:&#039;&#039;&#039;		Sort symbol in symbol box by color.&lt;br /&gt;
: &#039;&#039;&#039;-By Status (Normal, Protect or Hide):&#039;&#039;&#039; Sort symbol in symbol box by status.&lt;br /&gt;
: &#039;&#039;&#039;Select:&#039;&#039;&#039;			Select certain symbols in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Used:&#039;&#039;&#039;			Select used symbols in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Unused:&#039;&#039;&#039;		Select unused symbols in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Invert:&#039;&#039;&#039;	Change current selection such that everything previously unselected will now be  and vice versa.&lt;br /&gt;
: &#039;&#039;&#039;-All:&#039;&#039;&#039;			Select all symbols in symbol box. &lt;br /&gt;
: &#039;&#039;&#039;-By Color:&#039;&#039;&#039;		Select all Symbols with same color .&lt;br /&gt;
: &#039;&#039;&#039;Normal:&#039;&#039;&#039; 		Make objects with the selected symbol(s) appear normal.&lt;br /&gt;
: &#039;&#039;&#039;Protect:&#039;&#039;&#039; 		Make objects with the selected symbol(s) protected from editing.&lt;br /&gt;
: &#039;&#039;&#039;Hide:&#039;&#039;&#039; 			Objects with the selected symbol(s) do not appear.&lt;br /&gt;
: &#039;&#039;&#039;Show [[Unsymbolized Objects]]:&#039;&#039;&#039; Normal / Hide.&lt;br /&gt;
: &#039;&#039;&#039;Show Graphic Objects:&#039;&#039;&#039; 	Normal / Hide.&lt;br /&gt;
: &#039;&#039;&#039;Image Objects:&#039;&#039;&#039; 	Normal / Protect / Hide&lt;br /&gt;
: &#039;&#039;&#039;-Normal:&#039;&#039;&#039;		Selected Symbols are not protected and not hidden. &lt;br /&gt;
: &#039;&#039;&#039;-Protect:&#039;&#039;&#039;		Selected symbol(s) are visible but cannot be edited. &lt;br /&gt;
: &#039;&#039;&#039;-Hide:&#039;&#039;&#039;			 Selected symbol(s) are not visible .&lt;br /&gt;
: &#039;&#039;&#039;Show Symbol Favorites:&#039;&#039;&#039; 	Display the symbol favorites in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Add To Favorites:&#039;&#039;&#039; 	Add the selected symbol(s) to symbol favorites.&lt;br /&gt;
: &#039;&#039;&#039;Remove From Favorites:&#039;&#039;&#039; Remove the selected symbol(s) from symbol favorites.&lt;br /&gt;
: &#039;&#039;&#039;Show Symbol Tree:&#039;&#039;&#039; 	Display the symbol tree in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Remove From Symbol Tree:&#039;&#039;&#039; Remove the selected symbol(s) from symbol tree.&lt;br /&gt;
: &#039;&#039;&#039;[[Symbol Information]]:&#039;&#039;&#039;	Show information of the selected symbol.&lt;br /&gt;
&lt;br /&gt;
===Map Menu===&lt;br /&gt;
: &#039;&#039;&#039;Optimize/Repair:&#039;&#039;&#039; 	Remove empty space in the map file and repair damaged objects.&lt;br /&gt;
: &#039;&#039;&#039;Set Scale and Coordinate System:&#039;&#039;&#039; Set map scale and define the coordinate system.&lt;br /&gt;
: &#039;&#039;&#039;Change Scale:&#039;&#039;&#039; 	Change the scale of the map and enlarge/reduce the map according to the new scale.&lt;br /&gt;
: &#039;&#039;&#039;Create Map Grid:&#039;&#039;&#039; 	Create grid lines on the map.&lt;br /&gt;
: &#039;&#039;&#039;Create WGS84 Grid:&#039;&#039;&#039; 	Create a WGS84 grid on your current view.&lt;br /&gt;
: &#039;&#039;&#039;Hide:&#039;&#039;&#039; 			Hide the map on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Transform:&#039;&#039;&#039; 		Adjust the map to the background map.&lt;br /&gt;
: &#039;&#039;&#039;-Move:&#039;&#039;&#039;		Move the entire map to a different location in the coordinate system.&lt;br /&gt;
: &#039;&#039;&#039;-Stretch / Shrink:&#039;&#039;&#039;	Stretch (enlarge or reduce) the entire map horizontally or vertically.&lt;br /&gt;
: &#039;&#039;&#039;-Mirror:&#039;&#039;&#039;		Mirror the entire map horizontally or vertically. &lt;br /&gt;
: &#039;&#039;&#039;-Rotate Map:&#039;&#039;&#039;		Rotate the entire map.&lt;br /&gt;
: &#039;&#039;&#039;-Change Coordinate System:&#039;&#039;&#039; Change current coordinate system to another.&lt;br /&gt;
: &#039;&#039;&#039;-Affine:&#039;&#039;&#039;		Adjust the whole map on background map or on grid. &lt;br /&gt;
: &#039;&#039;&#039;-Rubbersheeting:&#039;&#039;&#039;	Adjust a part of the map on a georeferenced background map. &lt;br /&gt;
: &#039;&#039;&#039;-Center map to Drawing Area&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Convert Imported Layers to Symbols:&#039;&#039;&#039; Convert the layers of an imported *.dxf or *.ai file.&lt;br /&gt;
: &#039;&#039;&#039;Convert Area or Line Objects to Point Objects:&#039;&#039;&#039; Convert area to point object(s).&lt;br /&gt;
: &#039;&#039;&#039;Convert Text Objects to Point Objects:&#039;&#039;&#039; Convert text to point object(s).&lt;br /&gt;
: &#039;&#039;&#039;Export Objects by Selected Symbol:&#039;&#039;&#039; Export all objects with a selected symbol to a new map file.&lt;br /&gt;
: &#039;&#039;&#039;Export Selected Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Export Part of Map&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Colors:&#039;&#039;&#039; 		Define or edit the colors of the current map.&lt;br /&gt;
: &#039;&#039;&#039;Define Spot Colors:&#039;&#039;&#039; 	Define the spot colors of the current map.&lt;br /&gt;
: &#039;&#039;&#039;Load Colors From:&#039;&#039;&#039; 	Load a color table from another map.&lt;br /&gt;
: &#039;&#039;&#039;Load Colors and Symbols From:&#039;&#039;&#039; Load the symbol set from another map.&lt;br /&gt;
: &#039;&#039;&#039;Compare Colors and Symbols:&#039;&#039;&#039; Compare two symbol sets.&lt;br /&gt;
: &#039;&#039;&#039;Convert Text Objects from OEM to Unicode:&#039;&#039;&#039; Convert text objects from OEM to Unicode.&lt;br /&gt;
: &#039;&#039;&#039;Map Information:&#039;&#039;&#039; 	Show map information.&lt;br /&gt;
&lt;br /&gt;
===Layout Menu===&lt;br /&gt;
: &#039;&#039;&#039;Edit Layout Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Layout&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Save Layout&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Layout Image&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Move Layout Image&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Protect&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Hide&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Map Legend:&#039;&#039;&#039;		Add a map legend with all your created symbols.&lt;br /&gt;
: &#039;&#039;&#039;Create Graticule Name Index&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Name Index&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Database Menu===&lt;br /&gt;
: &#039;&#039;&#039;Manage Database Connections:&#039;&#039;&#039; Create and edit datasets.&lt;br /&gt;
: &#039;&#039;&#039;Create and Update Records:&#039;&#039;&#039;	Create OCAD objects out of the database.&lt;br /&gt;
: &#039;&#039;&#039;Update Special Fields&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Objects from Table:&#039;&#039;&#039; Create OCAD objects from database records.&lt;br /&gt;
: &#039;&#039;&#039;Assign Symbols by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Texts by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Define Object Direction by Records:&#039;&#039;&#039;		Assign angle information from the open dataset(s) to the objects.&lt;br /&gt;
: &#039;&#039;&#039;Merge Objects by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Linked Objects with Corresponding Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Linked Objects without Corresponding Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Objects Linket to the same Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Delete Database Record when Deleting Object:&#039;&#039;&#039; If the option is turned on and an OCAD object with a linked database record is deleted, the database record is deleted, too.&lt;br /&gt;
: &#039;&#039;&#039;Create Database Record when Cutting Object&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Background Map Menu===&lt;br /&gt;
: &#039;&#039;&#039;Scan:&#039;&#039;&#039;			Scan a background map using a TWAIN interface.&lt;br /&gt;
: &#039;&#039;&#039;-Acquire:&#039;&#039;&#039;		Acquire a background map &lt;br /&gt;
: &#039;&#039;&#039;-Select Source:&#039;&#039;&#039;	Select source from which the background map acquire &lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039;			Open a scanned background map stored in a file.&lt;br /&gt;
: &#039;&#039;&#039;Adjust:&#039;&#039;&#039; 		Adjust the background maps in horizontal and vertical directions.	&lt;br /&gt;
: &#039;&#039;&#039;Hide All:&#039;&#039;&#039;		Hide the background maps temporarily.&lt;br /&gt;
: &#039;&#039;&#039;Manage:&#039;&#039;&#039;		Set options for displaying and printing the background maps.&lt;br /&gt;
: &#039;&#039;&#039;WMS - Web Map Service:&#039;&#039;&#039; Add background map from WMS &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===DEM Menu===&lt;br /&gt;
: &#039;&#039;&#039;Import:&#039;&#039;&#039; 		Import an ASCII Grid or XYZ file to OCAD.	&lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039;			Open an OCAD DEM file (*ocdDem).&lt;br /&gt;
: &#039;&#039;&#039;Show Frame:&#039;&#039;&#039; 		Shows blue rectangle with the extent of loaded DEM.&lt;br /&gt;
: &#039;&#039;&#039;Resize:&#039;&#039;&#039;			Resize OCAD DEM file (make a subset) and save it as a new OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;Info:&#039;&#039;&#039;			Shows information about OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;Close:&#039;&#039;&#039;			Close OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Merge_DEM Merge DEM]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Calculate_DEM_Difference Calculate DEM Difference]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Create_Contour_Lines:Create Contour Lines]]:&#039;&#039;&#039;  Calculates contour lines based on the loaded DEM.&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Create_Hypsometric_Map:Create Hypsometric Map]]:&#039;&#039;&#039; Calculates a grayscale or colored hypsometric map&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Create_Hill_Shading: Create Hill Shading]]:&#039;&#039;&#039; 	Calculates a shaded relief picture.&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Calculate_Slope_Gradient Calculate Slope Gradient]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Classify_Vegetation_Height Classify Vegetation Height]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Create_Profile: Create Profile]]:&#039;&#039;&#039;		Creates a profile for the selected line object.&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Export: Export]]:&#039;&#039;&#039;			Save loaded OCAD DEM file as ESRI ASCII Grid or as ASCII Grid XYZ.&lt;br /&gt;
&lt;br /&gt;
===GPS Menu===&lt;br /&gt;
&#039;&#039;(This function is only available in OCAD Professional!)&#039;&#039; &lt;br /&gt;
: &#039;&#039;&#039;Real Time GPS&#039;&#039;&#039;	&lt;br /&gt;
: &#039;&#039;&#039;Adjust GPS&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Data from GPS Device&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import from File&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Connect to Laser Distance Meter|Connect to Laser Distance Meter]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Options Menu===&lt;br /&gt;
: &#039;&#039;&#039;OCAD Preferences:&#039;&#039;&#039;	Options for your individual working methods.&lt;br /&gt;
: &#039;&#039;&#039;Shortcuts:&#039;&#039;&#039;		Define or change keyboard shortcuts for menu commands.&lt;br /&gt;
: &#039;&#039;&#039;Language:&#039;&#039;&#039;		Choose a language.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Windows Menu===&lt;br /&gt;
: &#039;&#039;&#039;Tile:&#039;&#039;&#039; 			Arrange all open maps horizontally or vertically on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Cascade:&#039;&#039;&#039;		Arrange all open maps in a way that the title of each map is visible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Help Menu===&lt;br /&gt;
: &#039;&#039;&#039;Contents:&#039;&#039;&#039;	The contents of this help file.&lt;br /&gt;
: &#039;&#039;&#039;Help:&#039;&#039;&#039;			Help for menu commands.&lt;br /&gt;
: &#039;&#039;&#039;Toolbar:&#039;&#039;&#039;		Help for toolbar buttons.&lt;br /&gt;
: &#039;&#039;&#039;OCAD Home page:&#039;&#039;&#039;	Connect to the OCAD homepage on the Internet.&lt;br /&gt;
: &#039;&#039;&#039;OCAD Update:&#039;&#039;&#039;		Connect to the OCAD download site on the Internet.&lt;br /&gt;
: &#039;&#039;&#039;Getting Started with OCAD10&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;OCAD How Tos:&#039;&#039;&#039;	Connect to Learning Videos on OCAD homepage. &lt;br /&gt;
: &#039;&#039;&#039;About OCAD:&#039;&#039;&#039;		General Information about OCAD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using the Keyboard with the Mouse==&lt;br /&gt;
This section provides an overview of options for using the keyboard and the mouse together.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Drawing===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]: 	When starting a curve, straight line or freehand line: extend an existing object.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl:&#039;&#039;&#039;		Trace an existing object.&lt;br /&gt;
*&#039;&#039;&#039;Alt:&#039;&#039;&#039;		Drawing a straight line: the line is made exactly horizontal or vertical.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Drawing a circle===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]: 		Drag the radius from the center point.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Edit===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]:		Add or remove an object to/from the selected objects.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl:&#039;&#039;&#039;		Remove a vertex.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]   &#039;&#039;&#039;+ Ctrl:&#039;&#039;&#039;	Insert a normal vertex.&lt;br /&gt;
*&#039;&#039;&#039;Alt:&#039;&#039;&#039;		Select an object behind an object that has already been selected.&lt;br /&gt;
*&#039;&#039;&#039;Alt +&#039;&#039;&#039; [[File:Cut.JPG|cut]]: hange to Edit mode to select next line object in between cutting lines.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl +&#039;&#039;&#039; [[File:Cut.JPG|cut]]:	Cut a virtual gap into the selected line object.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]  + [[File:Cut.JPG|cut]]:	Cut a broken line: a gap is inserted at the vertex where the cut was made. &lt;br /&gt;
*&#039;&#039;&#039;Arrow keys:&#039;&#039;&#039;	 Moves the selected object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View===&lt;br /&gt;
*&#039;&#039;&#039;Space bar + Left Mouse Button:&#039;&#039;&#039;	Move the View (pan).&lt;br /&gt;
*&#039;&#039;&#039;Ctrl + Mouse Wheel:&#039;&#039;&#039;	Zoom in and zoom outIncrease/reduce the size of the map section.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039;  [[File:Shift.JPG|shift]] &#039;&#039;&#039;+ Mouse Wheel:&#039;&#039;&#039;	Move the map section horizontally (scroll).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Renewals]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Create a New Map]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Layout&amp;diff=1688</id>
		<title>Layout</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Layout&amp;diff=1688"/>
		<updated>2011-10-27T13:39:44Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:OrderLayout.jpg]]&lt;br /&gt;
&lt;br /&gt;
Layout objects can not be selected, moved, removed or changed unless by clicking &#039;&#039;&#039;Edit Layout Objects&#039;&#039;&#039; in &#039;&#039;&#039;Layout&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;float:right; background:transparent; padding:0px; margin:0px;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[File:Layout.PNG|Edit Layout Objects]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Edit Object]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Export Files]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Background_Map&amp;diff=1687</id>
		<title>Background Map</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Background_Map&amp;diff=1687"/>
		<updated>2011-10-27T13:39:22Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:OrderBackgroundMap.jpg]]&lt;br /&gt;
&lt;br /&gt;
==Chapter 7: Load a Background Map==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Open:&#039;&#039;&#039; Choose this command to open a background map which is displayed as a background picture on the screen. OCAD can open BMP, GIF, PNG, TIFF, JPEG and TIFF files. In addition OCAD maps (*.ocd) or encrypted OCAD maps (*.eocd) can be opened. &lt;br /&gt;
:[[File:BackgroundMap.JPG|900x900px|background map]]&lt;br /&gt;
&lt;br /&gt;
ADD kleiner&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Manage:&#039;&#039;&#039; Choose this command to set options for displaying and printing the background maps. The &#039;&#039;&#039;Background Maps Manage&#039;&#039;&#039; dialog box is displayed. &lt;br /&gt;
This is a non-modal dialog box. It is possible to switch between the dialog box and the map window without closing the dialog. Changes are directly updated in the map.&lt;br /&gt;
* &#039;&#039;&#039;V (Visible):&#039;&#039;&#039; Activate this option to display the open background map(s).&lt;br /&gt;
[[File:Hint.jpg|hint]] To hide all background maps temporary use &#039;&#039;&#039;Hide&#039;&#039;&#039; in &#039;&#039;&#039;Background map&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;F (Visible in Background Favorites view mode):&#039;&#039;&#039; Activate this option to display the background map if &#039;&#039;&#039;Background Favorites&#039;&#039;&#039; view mode is set.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Dim:&#039;&#039;&#039; Select here a percentage to make the background map appear brighter. 0% means the background map is displayed in its original colors. 100% means the background map appears completely white. Dimming is used to get a better distinction between the background map and the map.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;T (Transparent):&#039;&#039;&#039; Activate this option if more than one background map is open and if you want them to be transparent.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Hide:&#039;&#039;&#039; This command is activated if one or more background maps are open.&lt;br /&gt;
Choose this command to temporarily hide the background map(s). Choose this command again to make the background map(s) visible.&lt;br /&gt;
If you want to hide only one background map open the dialog box &#039;&#039;&#039;Background Maps Manage&#039;&#039;&#039;. Within this dialog deactivate the visibility in the column V for the desired background map. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Assign to spot color&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:&#039;&#039;(This function is only available in OCAD Professional!)&#039;&#039;&lt;br /&gt;
This feature is used in a special production process. It is a process to update old hand drawn or scribed maps. The printing plates for each spot color are scanned (black and white or gray-scale) and then used as background maps. When such a background map is assigned to a spot color, it is displayed in the color of that spot color. In addition, when spot color view is activated the background map is displayed together with the corresponding spot color.&lt;br /&gt;
Note: This feature is intended for black and white or gray-scale background maps. If a color background map is assigned the resulting colors are undefined.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;B (Blockout):&#039;&#039;&#039; &lt;br /&gt;
:&#039;&#039;(This function is only available in OCAD Professional!)&#039;&#039;&lt;br /&gt;
This field is only available for raster background maps. Activate this field if the background map is a black/white blockout mask. The blockout mask blocks out lower background maps. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;File&#039;&#039;&#039;&lt;br /&gt;
In this field the file name appears.&lt;br /&gt;
* &#039;&#039;&#039;Move Up:&#039;&#039;&#039; 	Click this icon to move the selected background map upwards one line.&lt;br /&gt;
* &#039;&#039;&#039;Move Down:&#039;&#039;&#039; 	Click this icon to move the selected background map downwards one line.&lt;br /&gt;
* &#039;&#039;&#039;Open:&#039;&#039;&#039; 		Open a new background map.&lt;br /&gt;
* &#039;&#039;&#039;Relink:&#039;&#039;&#039; 	Relink background maps to another directory.&lt;br /&gt;
* &#039;&#039;&#039;Remove all:&#039;&#039;&#039; 	Click this button to remove all background maps. It doesn&#039;t delete the background map files.&lt;br /&gt;
* &#039;&#039;&#039;Remove:&#039;&#039;&#039; 	Click this button to remove the selected background map. It doesn&#039;t delete the background map file.&lt;br /&gt;
ADD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Use a Georeferenced Raster Map as Background Map===&lt;br /&gt;
&lt;br /&gt;
If your map is georeferenced and you want to use a georeferenced map as background map:&lt;br /&gt;
# 	Select &#039;&#039;&#039;Open&#039;&#039;&#039; in the &#039;&#039;&#039;Background Map&#039;&#039;&#039; menu. The Background Map dialog box opens.&lt;br /&gt;
# 	Select a file and click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
The grid map will then be positioned correctly in the selected coordinate system. You can skip the remaining steps in this chapter and start drawing immediately. &lt;br /&gt;
: [[File:Hint.jpg|hint]] -Click the Entire Map button to display the entire background map.&lt;br /&gt;
:: -The Draft Mode option in the View menu can be used to dim map objects and the background map itself. &lt;br /&gt;
:: -OCAD files can also be loaded as background maps.&lt;br /&gt;
: [[File:Camera.jpg|video available]] [http://www.ocad.com/howtos/71.htm Background Map Basics]&lt;br /&gt;
&lt;br /&gt;
===Use a Non-Georeferenced Raster Map as Background Map===&lt;br /&gt;
&lt;br /&gt;
If your map is georeferenced and you want to load a non-georeferenced map:&lt;br /&gt;
# 	Select &#039;&#039;&#039;Open&#039;&#039;&#039; in the &#039;&#039;&#039;Background Map&#039;&#039;&#039; menu. The Background Map dialog box opens.&lt;br /&gt;
# 	Select a file and click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
# 	Enter a resolution for the background map and click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The background map is displayed at the center of the current drawing area. The raster map (background map) now needs to be aligned with the map. In other words, it needs to be referenced with the map coordinate system. &lt;br /&gt;
: [[File:Hint.jpg|hint]] You can scan a raster map for use as a background map directly from OCAD: Select &#039;&#039;&#039;Scan&#039;&#039;&#039; in the &#039;&#039;&#039;Background Map&#039;&#039;&#039; menu then choose the &#039;&#039;&#039;Scan&#039;&#039;&#039; submenu. Your scanner&#039;s dialog box will open. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Interactive Alignment of the Background Map (Georeferencing)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The easiest way to do this is to align the intersection points of the raster map&#039;s coordinate grid with those of the map. A maximum of 12 point pairs can be used. &lt;br /&gt;
: [[File:Hint.jpg|hint]] -If the size of the raster map corresponds exactly with that of the map scale and has not been rotated, it is possible to align it with the map using a single point pair. OCAD will correctly reposition the raster map without changing the scale or angle.&lt;br /&gt;
:: -If the raster map is contorted, rescaled or rotated, you will need to use between 3 and 12 point pairs to align the image with the map. OCAD repositions the raster map by transforming it (affine transformation) and adjusts the scale and angle accordingly. The point pairs should be distributed equally across the map. &lt;br /&gt;
 	&lt;br /&gt;
To align the raster map: &lt;br /&gt;
# 	Display the coordinate grid in the drawing window.&lt;br /&gt;
# 	Select &#039;&#039;&#039;Adjust&#039;&#039;&#039; in the &#039;&#039;&#039;Background Map menu&#039;&#039;&#039;.&lt;br /&gt;
# 	Click the first point of the point pair, i.e. the intersection point of the coordinate grid on the raster map.&lt;br /&gt;
# 	Click the second point of the point pair, i.e. the intersection point of the coordinate grid on the map.&lt;br /&gt;
# 	Repeat steps 3 and 4 for all point pairs and finish the alignment process by pressing Enter. The background will be repositioned.&lt;br /&gt;
: [[File:Hint.jpg|hint]] If the alignment point pairs lie outside of the drawing window, you can move the map section between the alignment point pairs.&lt;br /&gt;
&lt;br /&gt;
Once you have completed the map alignment, the raster map can be saved as a georeferenced raster map. The advantage of this is that the raster map will be loaded in the correct position the next time it is opened.&lt;br /&gt;
&lt;br /&gt;
To save the raster map as a georeferenced raster map:&lt;br /&gt;
# Select &#039;&#039;&#039;Export&#039;&#039;&#039; in the &#039;&#039;&#039;File&#039;&#039;&#039; menu.&lt;br /&gt;
# Select the raster format you want (TIF, JPG, GIF or BMP)&lt;br /&gt;
# Select a &#039;&#039;&#039;Resolution&#039;&#039;&#039; (300 dpi is recommended for printing maps)&lt;br /&gt;
# Select the &#039;&#039;&#039;Create World file&#039;&#039;&#039; option&lt;br /&gt;
# Click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
:[[File:Camera.jpg|video available]]	[http://www.ocad.com/howtos/73.htm Adjust Background maps]&lt;br /&gt;
&lt;br /&gt;
===Scanning a Background Map===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Use a grid:&#039;&#039;&#039; In most cases you cannot scan the entire draft map (the background map). You are either limited by Windows (which limits the maximum size of background maps), by the available memory, or by the size of the scanner (A4). In these cases it is strongly recommended that you should draw a grid on the draft map. In many cases there is already a kilometer grid which can be used. If this does not exist, you should draw a precise grid of vertical and horizontal lines (perhaps at a distance of 10 cm). Then the scanned pieces can be easily adjusted to fit the map in OCAD.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Resolution:&#039;&#039;&#039; As a general rule scan the map with 300 dpi.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Scanning:&#039;&#039;&#039; If you have a scanner connected to your PC, and a 32-bit TWAIN driver is installed, then you choose the &#039;&#039;&#039;Scan&#039;&#039;&#039; command from the &#039;&#039;&#039;Background map&#039;&#039;&#039; menu to scan the background map.&lt;br /&gt;
If there is no TWAIN driver or you use a scanner on another PC, then use the scanner program which comes with the scanner and save the scanned background map as a BMP, GIF, JPEG or TIFF file. Choose &#039;&#039;&#039;Open&#039;&#039;&#039; from the &#039;&#039;&#039;Background map&#039;&#039;&#039; menu to open this file in OCAD. &lt;br /&gt;
Choose &#039;&#039;&#039;Adjust&#039;&#039;&#039; from the &#039;&#039;&#039;Background map&#039;&#039;&#039; menu to adjust the background map to the grid or to the part of the map you have already drawn. It is best to use 4 grid points (arranged in a rectangle) for the adjustment. This will compensate for rotation and any distortions of the draft.&lt;br /&gt;
&lt;br /&gt;
Choose this command to scan a background map on a scanner connected to your PC. To use this command a 32-bit TWAIN driver must be installed for your scanner. If no TWAIN driver can be found, you should contact the vendor of your scanner to obtain a 32-bit TWAIN driver. See &#039;&#039;&#039;Scanning a background map&#039;&#039;&#039; for tips about scanning.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Acquire submenu:&#039;&#039;&#039; Choose this submenu to start scanning. This command will show the main window of the TWAIN driver of your scanner. After scanning a file, a dialog box is displayed where you can enter a filename for the scanned background map. Then the scanned background map is opened.&lt;br /&gt;
* &#039;&#039;&#039;Select source submenu:&#039;&#039;&#039; If more than one TWAIN source (or more than one driver) is installed, you can select in this submenu the desired source.&lt;br /&gt;
&lt;br /&gt;
===Adjust the Map to the Background map===&lt;br /&gt;
&lt;br /&gt;
This command is active when a background map is displayed.&lt;br /&gt;
If more than one background map is open a dialog box is displayed where you can choose the desired background map.&lt;br /&gt;
&lt;br /&gt;
Choose this command to adjust the background map to the grid or to the part of the map you have already drawn. It is highly recommended to draw a precise grid on the draft map and then to use the crossing points of the grid for the adjustment (however, any points can be used for the adjustment). The &#039;&#039;&#039;grid button&#039;&#039;&#039; must be pressed to see the grid. You can use 1 to 12 points for the adjustment. &lt;br /&gt;
&lt;br /&gt;
For each point you do the following:&lt;br /&gt;
# Mark the grid point on the background map.&lt;br /&gt;
# Mark the same grid point on the grid displayed on the screen.&lt;br /&gt;
When you have adjusted enough points, press the &#039;&#039;&#039;Enter&#039;&#039;&#039; key on the keyboard. The background map is rotated and stretched to get the best fit for the adjustment points.&lt;br /&gt;
You can achieve a precise adjustment with 4 adjustment points arranged in a rectangle. This way you can compensate rotation and distortion. The horizontal and vertical scales will be adjusted individually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Select Transform from Map menu:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Move&#039;&#039;&#039; ADD&lt;br /&gt;
* &#039;&#039;&#039;Stretch / Shrink&#039;&#039;&#039; ADD&lt;br /&gt;
* &#039;&#039;&#039;Mirror&#039;&#039;&#039; ADD&lt;br /&gt;
* &#039;&#039;&#039;Rotate Map&#039;&#039;&#039; ADD&lt;br /&gt;
* &#039;&#039;&#039;Change coordinate System&#039;&#039;&#039; ADD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Affine&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;This function was called &#039;&#039;&#039;Transform Map&#039;&#039;&#039; before OCAD 10.2.3&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Choose this command to adjust the whole map on background map or on grid. With this function you can geo-reference the map.&lt;br /&gt;
The &#039;&#039;&#039;grid button&#039;&#039;&#039; must be pressed to see the grid. &lt;br /&gt;
You can use 1 to 12 points for the adjustment. For each point you do the following:&lt;br /&gt;
# Mark a point on map.&lt;br /&gt;
# Mark the same grid point on reference (background map or grid.&lt;br /&gt;
&lt;br /&gt;
When you have adjusted enough points, press the &#039;&#039;&#039;Enter&#039;&#039;&#039; key on the keyboard. The map is rotated and stretched (Affine transformation) to get the best fit for the adjustment points.&lt;br /&gt;
You can achieve a precise adjustment with 4 adjustment points arranged in a rectangle. This way you can compensate rotation and distortion. The horizontal and vertical scales will be adjusted individually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Rubbersheeting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
ADD picture&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;This function is only available in OCAD 10.2.4 and later&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Choose this command to adjust a part of the map on a geo-referenced background map. The Rubbersheeting Transformation dialog box appears.&lt;br /&gt;
# Define rubbersheeting perimeter: Click the Define button and define the perimeter by drawing a polyline on the map. To define a new rubbersheeting perimeter click the Remove button to remove the actual one.&lt;br /&gt;
# Add rubbersheeting points: Click the Add button first and then click 2x on the map for each point: &lt;br /&gt;
:: (1) Mark a point on the map. &lt;br /&gt;
:: (2) Mark the same point on the reference map. The rubbersheeting points are shown on the map by a red and a green cross and a connection line.&lt;br /&gt;
:3. Calculate transformation: Calculate the rubbersheeting transformation: Click the Transform button.&lt;br /&gt;
&lt;br /&gt;
: [[File:Hint.jpg|hint]] -Click the &#039;&#039;&#039;Undo&#039;&#039;&#039; button if you are not satisfied with the rubbersheeting transformation.&lt;br /&gt;
:: -Uncheck rubbersheeting points in the &#039;&#039;&#039;Used&#039;&#039;&#039; column if they should not be included in the transformation. Unchecked rubbersheeting points appear in gray color on the map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Center Map to Drawing Area&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Choose &#039;&#039;&#039;Transform&#039;&#039;&#039; in &#039;&#039;&#039;Map menu&#039;&#039;&#039; - &#039;&#039;&#039;Center Map to Drawing Area&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
This function is often used to center a map drawn in OCAD Professional edition into the smaller drawing area from OCAD Standard or CS edition. OCAD moves the map offset, all objects, all background maps and all bookmarks.  After this function the map is still geo-referenced.&lt;br /&gt;
In the dialog the extent with the existing map offset is shown in grey, the extent with the new offset in blue. The green rectangle shows the drawing area of OCAD Professional edition (80x80m), the orange the drawing area from Standard edition (4x4m).&lt;br /&gt;
If a map should be visible in all OCAD editions then the entire map must fit in the 4x4m drawing area.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Create a New Symbol]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Import files]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Main Page]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Graphical_User_Interface&amp;diff=1662</id>
		<title>Graphical User Interface</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Graphical_User_Interface&amp;diff=1662"/>
		<updated>2011-10-27T13:20:09Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* DEM Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:GUI.jpg|GUI]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Toolbars==&lt;br /&gt;
The Toolbars can be moved within the graphical user interface. The buttons can be individually shown or hidden via the &#039;&#039;&#039;Options&#039;&#039;&#039; menu under &#039;&#039;&#039;OCAD Preferences&#039;&#039;&#039;, &#039;&#039;&#039;GUI (Graphical user Interface)&#039;&#039;&#039;, &#039;&#039;&#039;Toolbars&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
[[File:Toolbars.JPG|toolbars]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Standard Toolbar===&lt;br /&gt;
[[File:StandardToolbar.JPG|Standard buttons]] &lt;br /&gt;
: [[File:New.JPG|new]] &#039;&#039;&#039;New:&#039;&#039;&#039; Create a new map.&lt;br /&gt;
: [[File:Open.JPG|open]] &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an existing map.&lt;br /&gt;
: [[File:Save.JPG|save]] &#039;&#039;&#039;Save:&#039;&#039;&#039; Save changes made to the map.&lt;br /&gt;
: [[File:Print.JPG|print]] &#039;&#039;&#039;Print:&#039;&#039;&#039; Print out the map.&lt;br /&gt;
: [[File:Undo.JPG|undo]] &#039;&#039;&#039;Undo:&#039;&#039;&#039; Undo previous actions.&lt;br /&gt;
: [[File:Redo.JPG|redo]] &#039;&#039;&#039;Redo:&#039;&#039;&#039; Cancel the previous undo action.&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
===Edit functions Toolbar===&lt;br /&gt;
[[File:EditFunctionsToolbar.JPG|edit functions toolbar]]&lt;br /&gt;
: [[File:FindSelectedObjects.JPG|find selected objects]] &#039;&#039;&#039;Find Selected Objects:&#039;&#039;&#039; Move screen to the selected object.&lt;br /&gt;
: [[File:Delete.JPG|delete]] &#039;&#039;&#039;Delete:&#039;&#039;&#039; Delete the selected object(s).&lt;br /&gt;
: [[File:DuplicateObject.JPG|duplicate object]] &#039;&#039;&#039;Duplicate Object:&#039;&#039;&#039; Create a copy of the selected objects.&lt;br /&gt;
: [[File:FillOrMakeBorder.JPG|fill or make border]] &#039;&#039;&#039;Fill or Make Border:&#039;&#039;&#039; Fill a line or area object(s) with area object(s) or make line border of area object(s).&lt;br /&gt;
: [[File:Merge.JPG|merge]] &#039;&#039;&#039;Merge:&#039;&#039;&#039; Merge multiple line, area and text objects into one object.&lt;br /&gt;
: [[File:ReverseObject.JPG|reverse object]] &#039;&#039;&#039;Reverse Object:&#039;&#039;&#039; Reverse the direction of the selected line object(s)&lt;br /&gt;
: [[File:ChangeToBezierCurve.JPG|change to Bézier curve]] &#039;&#039;&#039;Change To Bézier Curve&#039;&#039;&#039;: Convert the selected line or area object(s) drawn in freehand mode to curves.&lt;br /&gt;
: [[File:ConvertToGraphicObject.JPG|convert to graphic object]] &#039;&#039;&#039;Convert To Graphic Object:&#039;&#039;&#039; Convert the selected object(s) to their graphic elements (lines and areas).&lt;br /&gt;
: [[File:Smooth.JPG|smooth]] &#039;&#039;&#039;Smooth&#039;&#039;&#039;&lt;br /&gt;
: [[File:Snapping.JPG|snapping]] &#039;&#039;&#039;Snapping&#039;&#039;&#039;	&lt;br /&gt;
: [[File:Join.JPG|join]] &#039;&#039;&#039; Join:&#039;&#039;&#039; Move the ends of the selected line object to connect to adjoining objects.&lt;br /&gt;
: [[File:ChangeSymbolOfObject.JPG|change symbol of object]] &#039;&#039;&#039;Change Symbol of Object:&#039;&#039;&#039; The selected object is assigned to the symbol selected in the symbol box.&lt;br /&gt;
: [[File:ChangeSymbolForAllObjectsWithThisSymbol.JPG|change symbol for all objects with this symbol]] &#039;&#039;&#039;Change Symbol For All Objects With This Symbol:&#039;&#039;&#039; Change the symbol of all objects with a symbol A to symbol B.&lt;br /&gt;
: [[File:Measure.JPG|measure]] &#039;&#039;&#039;Measure:&#039;&#039;&#039; Measure the selected line or area object or the distance between 2 selected vertices objects.&lt;br /&gt;
: [[File:AutomaticJoining.JPG|automatic joining]] &#039;&#039;&#039;Automatic joining:&#039;&#039;&#039; Automatically join the ends of lines during the drawing process.&lt;br /&gt;
: [[File:SmoothingLvl.JPG|smoothing level]] &#039;&#039;&#039;Smoothing level&#039;&#039;&#039;:  This option is used to select the required smoothing level for lines, for converting freehand lines into Bézier curves and for automatically smoothing lines drawn in freehand mode.&lt;br /&gt;
&lt;br /&gt;
===View Toolbar===&lt;br /&gt;
 &lt;br /&gt;
[[File:ViewToolbar.JPG|view toolbar]]  &lt;br /&gt;
Various functions are available for increasing or reducing the size of map sections as well as repositioning them.&lt;br /&gt;
: [[File:Pan.JPG|pan]] &#039;&#039;&#039;Pan:&#039;&#039;&#039; Reposition the map section&lt;br /&gt;
: [[File:PanLocked.JPG|pan locked]] &#039;&#039;&#039;Pan locked:&#039;&#039;&#039; Reposition the map section a number of times in succession. &lt;br /&gt;
: [[File:ZoomIn.JPG|zoom in]] &#039;&#039;&#039;Zoom In:&#039;&#039;&#039; Increase the size of the map section.&lt;br /&gt;
: [[File:ZoomInLocked.JPG|zoom in locked]] &#039;&#039;&#039;Zoom in locked:&#039;&#039;&#039; Increase the size of the map section a number of times in succession. &lt;br /&gt;
: [[File:ZoomOut.JPG|zoom out]] &#039;&#039;&#039;Zoom Out:&#039;&#039;&#039; Reduce the size of the map section.&lt;br /&gt;
: [[File:ZoomOutToPreviousView.JPG|zoom out to previous view]] &#039;&#039;&#039;Zoom out to previous view:&#039;&#039;&#039; Return to last smaller map section.&lt;br /&gt;
: [[File:ZoomToPreviousView.JPG|zoom to previous view]] &#039;&#039;&#039;Zoom to previous view:&#039;&#039;&#039; Return to last map section.&lt;br /&gt;
: [[File:ZoomToNextView.JPG|zoom to next view]] &#039;&#039;&#039;Zoom to next view:&#039;&#039;&#039; Go to previous map section.&lt;br /&gt;
: [[File:ShowEntireMap.JPG|show entire map]] &#039;&#039;&#039;Show Entire Map:&#039;&#039;&#039; Display the entire map in the drawing window.&lt;br /&gt;
  	&lt;br /&gt;
: [[File:DraftMode.JPG|draft mode slider]] &#039;&#039;&#039;Draft mode slider:&#039;&#039;&#039; The upper slider (M for map) is used to fade out the map objects; the lower slider (B for background) to fade out the map background.The Draft mode slider is only visible if Draft Mode is active in the View menu. &lt;br /&gt;
: [[File:ShowGrid.JPG|show grid]] &#039;&#039;&#039;Show grid:&#039;&#039;&#039; Display the coordinate grid in the drawing window.&lt;br /&gt;
&lt;br /&gt;
===Edit and drawing  toolbar===&lt;br /&gt;
[[File:EditAndDrawingToolbar.JPG|edit and drawing toolbar]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Edit modes====&lt;br /&gt;
: [[File:EditToolbar.JPG|EditToolbar.JPG]] &lt;br /&gt;
: [[File:SelectAndEditObject.JPG|select and edit object]] &#039;&#039;&#039;Select and Edit Object:&#039;&#039;&#039; Select and move objects.&lt;br /&gt;
: [[File:SelectObjectAndEditVertex.JPG|select object and edit vertex]] &#039;&#039;&#039;Select Object and Edit Vertex:&#039;&#039;&#039; Select objects or move points of objects.&lt;br /&gt;
: [[File:NormalVertex.JPG|normal vertex]] &#039;&#039;&#039;Normal Vertex:&#039;&#039;&#039; Add a Normal vertex&lt;br /&gt;
: [[File:CornerVertex.JPG|corner vertex]] &#039;&#039;&#039;Corner Vertex:&#039;&#039;&#039; Add a Corner vertex&lt;br /&gt;
: [[File:DashVertex.JPG|dash vertex]] &#039;&#039;&#039;Dash Vertex:&#039;&#039;&#039; Add a Dash vertex.&lt;br /&gt;
: [[File:RemoveVertex.JPG|remove vertex]] &#039;&#039;&#039;Remove Vertex&#039;&#039;&#039;&lt;br /&gt;
: [[File:IndicateDirectionOfAreaPatternPointOrTextObject.JPG|indicate direction of area pattern point or text object]] &#039;&#039;&#039; 	Indicate Direction of Area Pattern, Point or Text Object&#039;&#039;&#039;&lt;br /&gt;
: [[File:RotateObject.JPG|rotate object]] &#039;&#039;&#039;Rotate Object:&#039;&#039;&#039; Rotate the selected object(s).&lt;br /&gt;
: [[File:CutHole.JPG|cut hole]] &#039;&#039;&#039;Cut hole:&#039;&#039;&#039; Cut hole in area.&lt;br /&gt;
: [[File:CutArea.JPG|cut area]] &#039;&#039;&#039;Cut area:&#039;&#039;&#039; Cut area object.&lt;br /&gt;
: [[File:Cut.JPG|cut]] &#039;&#039;&#039;Cut:&#039;&#039;&#039; Cut line object.&lt;br /&gt;
: [[File:MoveParallel.JPG|move parallel]] &#039;&#039;&#039;Move parallel:&#039;&#039;&#039; Move the selected line or area object parallel to the original object.&lt;br /&gt;
: [[File:Reshape.JPG|reshape]] &#039;&#039;&#039;Reshape:&#039;&#039;&#039; To shape (something) again or differently&lt;br /&gt;
&lt;br /&gt;
====Drawing modes====&lt;br /&gt;
: [[File:CurveMode.JPG|curve mode]] &#039;&#039;&#039;Curve mode:&#039;&#039;&#039; Draw in curve mode.&lt;br /&gt;
: [[File:EllipseMode.JPG|ellipse mode]] &#039;&#039;&#039;Ellipse mode:&#039;&#039;&#039; Draw elliptical (oval) objects.&lt;br /&gt;
: [[File:CircleMode.JPG|circle mode]] &#039;&#039;&#039;Circle mode:&#039;&#039;&#039;  Draw circular objects.&lt;br /&gt;
: [[File:RectangularLineMode.JPG|rectangular line mode]] &#039;&#039;&#039;Rectangular line mode:&#039;&#039;&#039; Draw rectangular line objects with any number of corners.&lt;br /&gt;
: [[File:RectangularMode.JPG|rectangular mode]] &#039;&#039;&#039;Rectangular mode:&#039;&#039;&#039;  Draw rectangular area objects with any number of corners.&lt;br /&gt;
: [[File:StraightLineMode.JPG|straight line mode]] &#039;&#039;&#039;Straight line mode:&#039;&#039;&#039; Draw objects with straight lines.&lt;br /&gt;
: [[File:FreehandMode.JPG|freehand mode]] &#039;&#039;&#039;Freehand mode:&#039;&#039;&#039; Draw objects in freehand mode.&lt;br /&gt;
: [[File:DrawingMultiplePointObjects.JPG|drawing multiple point objects]] &#039;&#039;&#039;Drawing multiple point objects:&#039;&#039;&#039; Draw several point objects that are placed on a line with a constant interval.&lt;br /&gt;
: [[File:NumericMode.JPG|numeric mode]] &#039;&#039;&#039;Numeric Mode:&#039;&#039;&#039; Draw objects in numeric mode.&lt;br /&gt;
: [[File:LaserDistance.PNG]] &#039;&#039;&#039;Laser distance drawing mode&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: [[File:NumericToolbar.JPG|numeric toolbar]] &#039;&#039;&#039;Numeric Toolbar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Server Toolbar===&lt;br /&gt;
&lt;br /&gt;
ADD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Customize Toolbar dialog box===&lt;br /&gt;
Choose this command to customize toolbars. &lt;br /&gt;
The dialog box is opened by clicking &#039;&#039;&#039;Customize&#039;&#039;&#039; button in on &#039;&#039;&#039;GUI (Graphical User Interface)&#039;&#039;&#039; page in &#039;&#039;&#039;OCAD Preferences&#039;&#039;&#039; dialog box or by clicking on the right end of a toolbar.&lt;br /&gt;
When the box above the button is checked the button will be visible otherwise it will be hidden.&lt;br /&gt;
&lt;br /&gt;
ADD PICTURE TOOLBAR&lt;br /&gt;
&lt;br /&gt;
[[File:Hint.jpg|hint]] The Numeric keypad toolbar cannot be customized.&lt;br /&gt;
&lt;br /&gt;
==Menu==&lt;br /&gt;
The OCAD Professional Edition features the following 15  menus: &lt;br /&gt;
&lt;br /&gt;
[[File:Menu.JPG|menu]]&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;File&#039;&#039;&#039;:	File management, file import and export functions, printing&lt;br /&gt;
*&#039;&#039;&#039;Server/Client&#039;&#039;&#039;: Functions for Server/Client &lt;br /&gt;
*&#039;&#039;&#039;View&#039;&#039;&#039;:	Functions for viewing the map&lt;br /&gt;
*&#039;&#039;&#039;Select&#039;&#039;&#039;: Functions for selecting an object or a vertex &lt;br /&gt;
*&#039;&#039;&#039;Object&#039;&#039;&#039;: Object editing functions&lt;br /&gt;
*&#039;&#039;&#039;Symbol&#039;&#039;&#039;: Functions for creating and editing symbols&lt;br /&gt;
*&#039;&#039;&#039;Map&#039;&#039;&#039;: Map editing functions&lt;br /&gt;
*&#039;&#039;&#039;Layout&#039;&#039;&#039;: Function for layout managing&lt;br /&gt;
*&#039;&#039;&#039;Database&#039;&#039;&#039;: Functions for connecting and editing databases&lt;br /&gt;
*&#039;&#039;&#039;Background Map&#039;&#039;&#039;: Functions for loading and managing background maps&lt;br /&gt;
*&#039;&#039;&#039;DEM&#039;&#039;&#039;: Functions for the import, export and evaluation of Digital Elevation Models  &lt;br /&gt;
*&#039;&#039;&#039;GPS&#039;&#039;&#039;: Functions for connecting GPS devices or importing GPS data&lt;br /&gt;
*&#039;&#039;&#039;Options&#039;&#039;&#039;: Functions for customizing personal preferences&lt;br /&gt;
*&#039;&#039;&#039;Window&#039;&#039;&#039;: Functions for arranging the map window&lt;br /&gt;
*&#039;&#039;&#039; Help	&#039;&#039;&#039;: OCAD Help&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===File Menu===&lt;br /&gt;
: &#039;&#039;&#039;New:&#039;&#039;&#039; Create a new map.&lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an existing map file.&lt;br /&gt;
: &#039;&#039;&#039;Open Sample Map:&#039;&#039;&#039; Open a sample map file.&lt;br /&gt;
: &#039;&#039;&#039;Close:&#039;&#039;&#039; Close the current map file.&lt;br /&gt;
: &#039;&#039;&#039;Save:&#039;&#039;&#039; Save changes in the current map file.&lt;br /&gt;
: &#039;&#039;&#039;Save As:&#039;&#039;&#039; Save the current map file under a new name.&lt;br /&gt;
: &#039;&#039;&#039;Undo:&#039;&#039;&#039; Undo the last draw or edit operation.&lt;br /&gt;
: &#039;&#039;&#039;Redo:&#039;&#039;&#039; Reverse the effect of the Undo operation.&lt;br /&gt;
: &#039;&#039;&#039;Print:&#039;&#039;&#039; Print a color map or color separations.&lt;br /&gt;
: &#039;&#039;&#039;Import:&#039;&#039;&#039; Import a map file.&lt;br /&gt;
: &#039;&#039;&#039;Multiple File Import:&#039;&#039;&#039; Import multiple files at once.&lt;br /&gt;
: &#039;&#039;&#039;Export:&#039;&#039;&#039; Export the map in a different file format.&lt;br /&gt;
: &#039;&#039;&#039;Export OCAD Internet Map:&#039;&#039;&#039; Export the map to OCAD Internet Map.&lt;br /&gt;
: &#039;&#039;&#039;Export Encrypted File:&#039;&#039;&#039; Export the map to encrypted OCAD file format.&lt;br /&gt;
: &#039;&#039;&#039;Map Sharing:&#039;&#039;&#039; Sharing your map on a FTP server .&lt;br /&gt;
: &#039;&#039;&#039;-Upload to FTP Server:&#039;&#039;&#039; Upload your map to FTP Server .&lt;br /&gt;
: &#039;&#039;&#039;-Download from FTP Server:&#039;&#039;&#039; Download a map from FTP Server. &lt;br /&gt;
: &#039;&#039;&#039;-Synchronize:&#039;&#039;&#039; Synchronize data .&lt;br /&gt;
: &#039;&#039;&#039;[[Send File by Email]]:&#039;&#039;&#039; Send current map file by email. &lt;br /&gt;
: &#039;&#039;&#039;Execute XML Script:&#039;&#039;&#039; Execute function defined in a XML script file.&lt;br /&gt;
: &#039;&#039;&#039;Create Backup:&#039;&#039;&#039; Make a backup copy of the current map file.	&lt;br /&gt;
: &#039;&#039;&#039;Restore Backup:&#039;&#039;&#039;	Restore a map file saved with the Backup function.&lt;br /&gt;
: &#039;&#039;&#039;Open Recently Exported Documents:&#039;&#039;&#039; Open one of the documents you have exported recently.&lt;br /&gt;
: &#039;&#039;&#039;Open Recently used OCAD Files:&#039;&#039;&#039; Open one of the map files you have worked on recently.  &lt;br /&gt;
: &#039;&#039;&#039;Exit OCAD:&#039;&#039;&#039; Terminate OCAD.&lt;br /&gt;
&lt;br /&gt;
===Server/Client Menu===&lt;br /&gt;
: &#039;&#039;&#039;Connect/Disconnect:&#039;&#039;&#039; Connect or disconnect the connection to the server&lt;br /&gt;
: &#039;&#039;&#039;Get Objects from Current View&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Map:&#039;&#039;&#039; Import a Map from the connected server&lt;br /&gt;
: &#039;&#039;&#039;Delete Object in Database&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Check Out Selected Objects:&#039;&#039;&#039;	Check out selected objects for editing. &lt;br /&gt;
: &#039;&#039;&#039;Check in Selected objects:&#039;&#039;&#039; Check out selected objects after finished edited objects .&lt;br /&gt;
: &#039;&#039;&#039;Show Checked Out Objects:&#039;&#039;&#039; Show current checked out objects.&lt;br /&gt;
: &#039;&#039;&#039;Database Undo:&#039;&#039;&#039; Undo your last move in the database. &lt;br /&gt;
: &#039;&#039;&#039;Database Redo:&#039;&#039;&#039; Redo your last move in the database .&lt;br /&gt;
: &#039;&#039;&#039;Generate  Map Preview:&#039;&#039;&#039; Generate preview from current map.&lt;br /&gt;
: &#039;&#039;&#039;Do Database Maintenance:&#039;&#039;&#039; Upkeep Database&lt;br /&gt;
: &#039;&#039;&#039;Manage Server Bookmarks&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Show Project Information&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View Menu===&lt;br /&gt;
: &#039;&#039;&#039;Normal Mode:&#039;&#039;&#039; Normal mode view.&lt;br /&gt;
: &#039;&#039;&#039;Spot Color Mode:&#039;&#039;&#039; Spot color view.&lt;br /&gt;
: &#039;&#039;&#039;Draft Mode:&#039;&#039;&#039; Draft mode view. The background map can be seen behind the map.&lt;br /&gt;
: &#039;&#039;&#039;Draft Mode (Only Background Map Favorites):&#039;&#039;&#039; Map display transparent, background maps  visible &lt;br /&gt;
: &#039;&#039;&#039;Define View Mode Loop:&#039;&#039;&#039; Define various view mode loops. &lt;br /&gt;
: &#039;&#039;&#039;Next View Mode in Loop:&#039;&#039;&#039;	Switch to next defined view mode loop. &lt;br /&gt;
: &#039;&#039;&#039;[[Keyline]]:&#039;&#039;&#039; Shows a rough sketch, where objects has been placed .&lt;br /&gt;
: &#039;&#039;&#039;Hatch Areas:&#039;&#039;&#039; Display full areas as hatched areas on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Anti-Aliasing:&#039;&#039;&#039; Anti-Aliasing view.&lt;br /&gt;
: &#039;&#039;&#039;Redraw:&#039;&#039;&#039; Redraw the drawing window.&lt;br /&gt;
: &#039;&#039;&#039;Pan:&#039;&#039;&#039; Move the view.&lt;br /&gt;
: &#039;&#039;&#039;Move To:&#039;&#039;&#039; Move the view to a desired position.&lt;br /&gt;
: &#039;&#039;&#039;Find Selected Objects:&#039;&#039;&#039; Find desired objects&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom In]]:&#039;&#039;&#039; Display the map with a higher magnification.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom Out]]:&#039;&#039;&#039; Display a larger area of the map. &lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom to Selected Objects]]:&#039;&#039;&#039; Move screen zoom to selected objects.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Show Entire Map]]:&#039;&#039;&#039; Display the entire map on the screen.	&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom]]:&#039;&#039;&#039; Select the magnification in which the map is displayed.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|User Defined (10x)]]:&#039;&#039;&#039; Choose this command to set view to a specified zoom factor.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Bookmarks]]:&#039;&#039;&#039; Create and manage bookmarks of view.&lt;br /&gt;
: &#039;&#039;&#039;-Create:&#039;&#039;&#039; Create a new bookmark &lt;br /&gt;
: &#039;&#039;&#039;-Manage:&#039;&#039;&#039; Manage available bookmarks &lt;br /&gt;
: &#039;&#039;&#039;Show Map Grids:&#039;&#039;&#039; A grid is shown in the drawing window. &lt;br /&gt;
: &#039;&#039;&#039;Show WGS84 Grid:&#039;&#039;&#039; A WGS84 grid is shown in the drawing window .&lt;br /&gt;
: &#039;&#039;&#039;[[Show Rulers]]:&#039;&#039;&#039; Shows up and down a ruler .&lt;br /&gt;
: &#039;&#039;&#039;[[Ruler Guide]]:&#039;&#039;&#039; Show and manage ruler guides &lt;br /&gt;
: &#039;&#039;&#039;-Show:&#039;&#039;&#039; Show vertically or horizontally ruler guide &lt;br /&gt;
: &#039;&#039;&#039;-Manage:&#039;&#039;&#039; Add new ruler guide.&lt;br /&gt;
&lt;br /&gt;
===[[Select]] Menu===&lt;br /&gt;
: &#039;&#039;&#039;Select and Edit Object:&#039;&#039;&#039; Select, move or stretch object(s).&lt;br /&gt;
: &#039;&#039;&#039;Select Object and Edit Vertex:&#039;&#039;&#039; Select or move vertex of object(s). &lt;br /&gt;
: &#039;&#039;&#039;Select Objects by Symbol:&#039;&#039;&#039; Select all objects with same symbol .&lt;br /&gt;
: &#039;&#039;&#039;Select Objects by Property:&#039;&#039;&#039; Select all objects with same properties. &lt;br /&gt;
: &#039;&#039;&#039;Select All:&#039;&#039;&#039; Select all objects in map. &lt;br /&gt;
: &#039;&#039;&#039;Clear Selection:&#039;&#039;&#039; Nothing is selected.&lt;br /&gt;
: &#039;&#039;&#039;Invert Selection:&#039;&#039;&#039; Change current selection such that everything previously unselected will now be selected and vice versa&lt;br /&gt;
: &#039;&#039;&#039;Select Next Object:&#039;&#039;&#039; Selects the next obvious object. &lt;br /&gt;
: &#039;&#039;&#039;Save Selection:&#039;&#039;&#039;	Save current selection for later use. &lt;br /&gt;
: &#039;&#039;&#039;Reload Selection:&#039;&#039;&#039; Reload saved selection. &lt;br /&gt;
: &#039;&#039;&#039;Edit Selection:&#039;&#039;&#039; Manage saved selection. &lt;br /&gt;
: &#039;&#039;&#039;Select Group:&#039;&#039;&#039; Select a group of objects.&lt;br /&gt;
&lt;br /&gt;
===Object menu===&lt;br /&gt;
: &#039;&#039;&#039;Cut:&#039;&#039;&#039; Copy the selected object(s) to the clipboard and delete them in the current map.&lt;br /&gt;
: &#039;&#039;&#039;Copy:&#039;&#039;&#039; Copy the selected object(s) to the clipboard.&lt;br /&gt;
: &#039;&#039;&#039;Paste:&#039;&#039;&#039; Insert the object(s) in the clipboard into the current map.&lt;br /&gt;
: &#039;&#039;&#039;Delete:&#039;&#039;&#039; Delete the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;Rotate Object:&#039;&#039;&#039; Rotate object(s). &lt;br /&gt;
: &#039;&#039;&#039;-Rotate:&#039;&#039;&#039; Rotate the selected object(s). &lt;br /&gt;
: &#039;&#039;&#039;-Rotate Object by Angle:&#039;&#039;&#039; Rotate the selected point object(s) by specifying a rotation angle.&lt;br /&gt;
: &#039;&#039;&#039;Align Objects:&#039;&#039;&#039; Align the selected objects horizontally or vertically.&lt;br /&gt;
: &#039;&#039;&#039;-Horizontal Coordinate&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Vertical Coordinate&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Indicate Direction of Area Pattern, Point or Text Object:&#039;&#039;&#039; Change direction of selected point object, area pattern or text.&lt;br /&gt;
: &#039;&#039;&#039;Cut object:&#039;&#039;&#039; Cut hole, area or line.&lt;br /&gt;
: &#039;&#039;&#039;-Cut hole:&#039;&#039;&#039; Cut a hole in an object. &lt;br /&gt;
: &#039;&#039;&#039;-Cut area:&#039;&#039;&#039; Divides an area.&lt;br /&gt;
: &#039;&#039;&#039;-Cut line:&#039;&#039;&#039; Divides a line.&lt;br /&gt;
: &#039;&#039;&#039;[[Crop Objects]]:&#039;&#039;&#039; Crop selected Object(s). &lt;br /&gt;
: &#039;&#039;&#039;Move Parallel:&#039;&#039;&#039; Move the selected line or area object parallel to the original object.&lt;br /&gt;
: &#039;&#039;&#039;[[Move Parallel with Distance]]:&#039;&#039;&#039; Move the selected line or area object parallel with a distance to the original object. &lt;br /&gt;
: &#039;&#039;&#039;[[Reshape]]:&#039;&#039;&#039; To shape (something) again or differently :&lt;br /&gt;
: &#039;&#039;&#039;[[Interpolate Objects]]:&#039;&#039;&#039; Interpolate selected Objects to each other. &lt;br /&gt;
: &#039;&#039;&#039;Duplicate Object:&#039;&#039;&#039; Duplicate (create a copy of) the selected object(s). &lt;br /&gt;
: &#039;&#039;&#039;[[Move and Duplicate]]:&#039;&#039;&#039; Duplicate selected object and move it. &lt;br /&gt;
: &#039;&#039;&#039;Fill, Make Border, Duplicate Identically:&#039;&#039;&#039; Fill a line or area object(s) with area object(s) or make line border of area object(s).&lt;br /&gt;
: &#039;&#039;&#039;Merge:&#039;&#039;&#039; Merge multiple line, area and text objects into one object.&lt;br /&gt;
: &#039;&#039;&#039;Reverse Object Direction:&#039;&#039;&#039; Reverse the direction of the selected line object(s).&lt;br /&gt;
: &#039;&#039;&#039;Change to Polyline:&#039;&#039;&#039; Change selected object to polyline. &lt;br /&gt;
: &#039;&#039;&#039;Change to Bézier Curve:&#039;&#039;&#039; Change selected object to a Bézier curve. &lt;br /&gt;
: &#039;&#039;&#039;Convert to Graphic Object:&#039;&#039;&#039; Convert the selected object(s) to their graphic elements (lines and areas).&lt;br /&gt;
: &#039;&#039;&#039;[[Convert to Layout Object]]:&#039;&#039;&#039; Convert selected object to layout object. &lt;br /&gt;
: &#039;&#039;&#039;[[Create Color Gradient]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Generalization&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-[[Generalize Buildings]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Smooth:&#039;&#039;&#039; Smooth selected line or area object(s) drawn in freehand mode.&lt;br /&gt;
: &#039;&#039;&#039;[[Topology]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Join:&#039;&#039;&#039; Move the ends of the selected line object to connect to adjoining objects.&lt;br /&gt;
: &#039;&#039;&#039;-Select Duplicate Objects:&#039;&#039;&#039; Duplicate the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;-Select Self-Intersected Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Merge with Condition:&#039;&#039;&#039; Merge with conditions the selected objects into one object.&lt;br /&gt;
: &#039;&#039;&#039;-Create Point Objects at Line Ends&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Close Area Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Remove Overshoots and Undershoots&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Insert Intersections&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Change Symbol (Selected objects)&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Change Symbol (All Objects with Corresponding Symbol)&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Vertex:&#039;&#039;&#039; Insert a normal, corner or dash vertex.&lt;br /&gt;
: &#039;&#039;&#039;Remove Vertex:&#039;&#039;&#039; Delete a vertex from a selected object.&lt;br /&gt;
: &#039;&#039;&#039;Change Vertex Types to:&#039;&#039;&#039; Change vertex types for the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;[[Group and Ungroup|Group]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Group and Ungroup|Ungroup]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Find and Replace Text&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Insert Glyphs]]&#039;&#039;&#039;: Insert special letters.&lt;br /&gt;
: &#039;&#039;&#039;Measure:&#039;&#039;&#039; Measure the selected line or area object or the distance between 2 selected point objects&lt;br /&gt;
: &#039;&#039;&#039;Object Information:&#039;&#039;&#039; Show information about selected object(s).&lt;br /&gt;
&lt;br /&gt;
===Symbol Menu===&lt;br /&gt;
: &#039;&#039;&#039;New:&#039;&#039;&#039; 			Create a new symbol.&lt;br /&gt;
: &#039;&#039;&#039;Edit:&#039;&#039;&#039; 			Define or redefine the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Icon:&#039;&#039;&#039; 			Draw or edit the symbol&#039;s icon, which appears in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Enlarge/Reduce:&#039;&#039;&#039;  	Enlarge or reduce the selected symbol or all symbols.&lt;br /&gt;
: &#039;&#039;&#039;Copy:&#039;&#039;&#039; 			Copy the selected symbol to the clipboard.&lt;br /&gt;
: &#039;&#039;&#039;Paste:&#039;&#039;&#039; 			Copy a symbol from the clipboard to the current map.&lt;br /&gt;
: &#039;&#039;&#039;Delete:&#039;&#039;&#039; 		Delete the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Duplicate:&#039;&#039;&#039; 		Make a copy of the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Sort Symbol Box:&#039;&#039;&#039; 	Sort the symbols in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-By Number:&#039;&#039;&#039;		Sort symbol in symbol box by number.&lt;br /&gt;
: &#039;&#039;&#039;-By Color:&#039;&#039;&#039;		Sort symbol in symbol box by color.&lt;br /&gt;
: &#039;&#039;&#039;-By Status (Normal, Protect or Hide):&#039;&#039;&#039; Sort symbol in symbol box by status.&lt;br /&gt;
: &#039;&#039;&#039;Select:&#039;&#039;&#039;			Select certain symbols in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Used:&#039;&#039;&#039;			Select used symbols in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Unused:&#039;&#039;&#039;		Select unused symbols in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Invert:&#039;&#039;&#039;	Change current selection such that everything previously unselected will now be  and vice versa.&lt;br /&gt;
: &#039;&#039;&#039;-All:&#039;&#039;&#039;			Select all symbols in symbol box. &lt;br /&gt;
: &#039;&#039;&#039;-By Color:&#039;&#039;&#039;		Select all Symbols with same color .&lt;br /&gt;
: &#039;&#039;&#039;Normal:&#039;&#039;&#039; 		Make objects with the selected symbol(s) appear normal.&lt;br /&gt;
: &#039;&#039;&#039;Protect:&#039;&#039;&#039; 		Make objects with the selected symbol(s) protected from editing.&lt;br /&gt;
: &#039;&#039;&#039;Hide:&#039;&#039;&#039; 			Objects with the selected symbol(s) do not appear.&lt;br /&gt;
: &#039;&#039;&#039;Show Unsymbolized Objects:&#039;&#039;&#039; Normal / Hide.&lt;br /&gt;
: &#039;&#039;&#039;Show Graphic Objects:&#039;&#039;&#039; 	Normal / Hide.&lt;br /&gt;
: &#039;&#039;&#039;Image Objects:&#039;&#039;&#039; 	Normal / Protect / Hide&lt;br /&gt;
: &#039;&#039;&#039;-Normal:&#039;&#039;&#039;		Selected Symbols are not protected and not hidden. &lt;br /&gt;
: &#039;&#039;&#039;-Protect:&#039;&#039;&#039;		Selected symbol(s) are visible but cannot be edited. &lt;br /&gt;
: &#039;&#039;&#039;-Hide:&#039;&#039;&#039;			 Selected symbol(s) are not visible .&lt;br /&gt;
: &#039;&#039;&#039;Show Symbol Favorites:&#039;&#039;&#039; 	Display the symbol favorites in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Add To Favorites:&#039;&#039;&#039; 	Add the selected symbol(s) to symbol favorites.&lt;br /&gt;
: &#039;&#039;&#039;Remove From Favorites:&#039;&#039;&#039; Remove the selected symbol(s) from symbol favorites.&lt;br /&gt;
: &#039;&#039;&#039;Show Symbol Tree:&#039;&#039;&#039; 	Display the symbol tree in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Remove From Symbol Tree:&#039;&#039;&#039; Remove the selected symbol(s) from symbol tree.&lt;br /&gt;
: &#039;&#039;&#039;[[Symbol Information]]:&#039;&#039;&#039;	Show information of the selected symbol.&lt;br /&gt;
&lt;br /&gt;
===Map Menu===&lt;br /&gt;
: &#039;&#039;&#039;Optimize/Repair:&#039;&#039;&#039; 	Remove empty space in the map file and repair damaged objects.&lt;br /&gt;
: &#039;&#039;&#039;Set Scale and Coordinate System:&#039;&#039;&#039; Set map scale and define the coordinate system.&lt;br /&gt;
: &#039;&#039;&#039;Change Scale:&#039;&#039;&#039; 	Change the scale of the map and enlarge/reduce the map according to the new scale.&lt;br /&gt;
: &#039;&#039;&#039;Create Map Grid:&#039;&#039;&#039; 	Create grid lines on the map.&lt;br /&gt;
: &#039;&#039;&#039;Create WGS84 Grid:&#039;&#039;&#039; 	Create a WGS84 grid on your current view.&lt;br /&gt;
: &#039;&#039;&#039;Hide:&#039;&#039;&#039; 			Hide the map on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Transform:&#039;&#039;&#039; 		Adjust the map to the background map.&lt;br /&gt;
: &#039;&#039;&#039;-Move:&#039;&#039;&#039;		Move the entire map to a different location in the coordinate system.&lt;br /&gt;
: &#039;&#039;&#039;-Stretch / Shrink:&#039;&#039;&#039;	Stretch (enlarge or reduce) the entire map horizontally or vertically.&lt;br /&gt;
: &#039;&#039;&#039;-Mirror:&#039;&#039;&#039;		Mirror the entire map horizontally or vertically. &lt;br /&gt;
: &#039;&#039;&#039;-Rotate Map:&#039;&#039;&#039;		Rotate the entire map.&lt;br /&gt;
: &#039;&#039;&#039;-Change Coordinate System:&#039;&#039;&#039; Change current coordinate system to another.&lt;br /&gt;
: &#039;&#039;&#039;-Affine:&#039;&#039;&#039;		Adjust the whole map on background map or on grid. &lt;br /&gt;
: &#039;&#039;&#039;-Rubbersheeting:&#039;&#039;&#039;	Adjust a part of the map on a georeferenced background map. &lt;br /&gt;
: &#039;&#039;&#039;-Center map to Drawing Area&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Convert Imported Layers to Symbols:&#039;&#039;&#039; Convert the layers of an imported *.dxf or *.ai file.&lt;br /&gt;
: &#039;&#039;&#039;Convert Area or Line Objects to Point Objects:&#039;&#039;&#039; Convert area to point object(s).&lt;br /&gt;
: &#039;&#039;&#039;Convert Text Objects to Point Objects:&#039;&#039;&#039; Convert text to point object(s).&lt;br /&gt;
: &#039;&#039;&#039;Export Objects by Selected Symbol:&#039;&#039;&#039; Export all objects with a selected symbol to a new map file.&lt;br /&gt;
: &#039;&#039;&#039;Export Selected Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Export Part of Map&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Colors:&#039;&#039;&#039; 		Define or edit the colors of the current map.&lt;br /&gt;
: &#039;&#039;&#039;Define Spot Colors:&#039;&#039;&#039; 	Define the spot colors of the current map.&lt;br /&gt;
: &#039;&#039;&#039;Load Colors From:&#039;&#039;&#039; 	Load a color table from another map.&lt;br /&gt;
: &#039;&#039;&#039;Load Colors and Symbols From:&#039;&#039;&#039; Load the symbol set from another map.&lt;br /&gt;
: &#039;&#039;&#039;Compare Colors and Symbols:&#039;&#039;&#039; Compare two symbol sets.&lt;br /&gt;
: &#039;&#039;&#039;Convert Text Objects from OEM to Unicode:&#039;&#039;&#039; Convert text objects from OEM to Unicode.&lt;br /&gt;
: &#039;&#039;&#039;Map Information:&#039;&#039;&#039; 	Show map information.&lt;br /&gt;
&lt;br /&gt;
===Layout Menu===&lt;br /&gt;
: &#039;&#039;&#039;Edit Layout Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Layout&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Save Layout&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Layout Image&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Move Layout Image&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Protect&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Hide&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Map Legend:&#039;&#039;&#039;		Add a map legend with all your created symbols.&lt;br /&gt;
: &#039;&#039;&#039;Create Graticule Name Index&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Name Index&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Database Menu===&lt;br /&gt;
: &#039;&#039;&#039;Manage Database Connections:&#039;&#039;&#039; Create and edit datasets.&lt;br /&gt;
: &#039;&#039;&#039;Create and Update Records:&#039;&#039;&#039;	Create OCAD objects out of the database.&lt;br /&gt;
: &#039;&#039;&#039;Update Special Fields&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Objects from Table:&#039;&#039;&#039; Create OCAD objects from database records.&lt;br /&gt;
: &#039;&#039;&#039;Assign Symbols by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Texts by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Define Object Direction by Records:&#039;&#039;&#039;		Assign angle information from the open dataset(s) to the objects.&lt;br /&gt;
: &#039;&#039;&#039;Merge Objects by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Linked Objects with Corresponding Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Linked Objects without Corresponding Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Objects Linket to the same Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Delete Database Record when Deleting Object:&#039;&#039;&#039; If the option is turned on and an OCAD object with a linked database record is deleted, the database record is deleted, too.&lt;br /&gt;
: &#039;&#039;&#039;Create Database Record when Cutting Object&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Background Map Menu===&lt;br /&gt;
: &#039;&#039;&#039;Scan:&#039;&#039;&#039;			Scan a background map using a TWAIN interface.&lt;br /&gt;
: &#039;&#039;&#039;-Acquire:&#039;&#039;&#039;		Acquire a background map &lt;br /&gt;
: &#039;&#039;&#039;-Select Source:&#039;&#039;&#039;	Select source from which the background map acquire &lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039;			Open a scanned background map stored in a file.&lt;br /&gt;
: &#039;&#039;&#039;Adjust:&#039;&#039;&#039; 		Adjust the background maps in horizontal and vertical directions.	&lt;br /&gt;
: &#039;&#039;&#039;Hide All:&#039;&#039;&#039;		Hide the background maps temporarily.&lt;br /&gt;
: &#039;&#039;&#039;Manage:&#039;&#039;&#039;		Set options for displaying and printing the background maps.&lt;br /&gt;
: &#039;&#039;&#039;WMS - Web Map Service:&#039;&#039;&#039; Add background map from WMS &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===DEM Menu===&lt;br /&gt;
: &#039;&#039;&#039;Import:&#039;&#039;&#039; 		Import an ASCII Grid or XYZ file to OCAD.	&lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039;			Open an OCAD DEM file (*ocdDem).&lt;br /&gt;
: &#039;&#039;&#039;Show Frame:&#039;&#039;&#039; 		Shows blue rectangle with the extent of loaded DEM.&lt;br /&gt;
: &#039;&#039;&#039;Resize:&#039;&#039;&#039;			Resize OCAD DEM file (make a subset) and save it as a new OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;Info:&#039;&#039;&#039;			Shows information about OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;Close:&#039;&#039;&#039;			Close OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Merge_DEM Merge DEM]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Calculate_DEM_Difference Calculate DEM Difference]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Create_Contour_Lines:Create Contour Lines]]:&#039;&#039;&#039;  Calculates contour lines based on the loaded DEM.&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Create_Hypsometric_Map:Create Hypsometric Map]]:&#039;&#039;&#039; Calculates a grayscale or colored hypsometric map&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Create_Hill_Shading: Create Hill Shading]]:&#039;&#039;&#039; 	Calculates a shaded relief picture.&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Calculate_Slope_Gradient Calculate Slope Gradient]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Classify_Vegetation_Height Classify Vegetation Height]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Create_Profile: Create Profile]]:&#039;&#039;&#039;		Creates a profile for the selected line object.&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Export: Export]]:&#039;&#039;&#039;			Save loaded OCAD DEM file as ESRI ASCII Grid or as ASCII Grid XYZ.&lt;br /&gt;
&lt;br /&gt;
===GPS Menu===&lt;br /&gt;
&#039;&#039;(This function is only available in OCAD Professional!)&#039;&#039; &lt;br /&gt;
: &#039;&#039;&#039;Real Time GPS&#039;&#039;&#039;	&lt;br /&gt;
: &#039;&#039;&#039;Adjust GPS&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Data from GPS Device&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import from File&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Connect to Laser Distance Meter|Connect to Laser Distance Meter]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Options Menu===&lt;br /&gt;
: &#039;&#039;&#039;OCAD Preferences:&#039;&#039;&#039;	Options for your individual working methods.&lt;br /&gt;
: &#039;&#039;&#039;Shortcuts:&#039;&#039;&#039;		Define or change keyboard shortcuts for menu commands.&lt;br /&gt;
: &#039;&#039;&#039;Language:&#039;&#039;&#039;		Choose a language.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Windows Menu===&lt;br /&gt;
: &#039;&#039;&#039;Tile:&#039;&#039;&#039; 			Arrange all open maps horizontally or vertically on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Cascade:&#039;&#039;&#039;		Arrange all open maps in a way that the title of each map is visible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Help Menu===&lt;br /&gt;
: &#039;&#039;&#039;Contents:&#039;&#039;&#039;	The contents of this help file.&lt;br /&gt;
: &#039;&#039;&#039;Help:&#039;&#039;&#039;			Help for menu commands.&lt;br /&gt;
: &#039;&#039;&#039;Toolbar:&#039;&#039;&#039;		Help for toolbar buttons.&lt;br /&gt;
: &#039;&#039;&#039;OCAD Home page:&#039;&#039;&#039;	Connect to the OCAD homepage on the Internet.&lt;br /&gt;
: &#039;&#039;&#039;OCAD Update:&#039;&#039;&#039;		Connect to the OCAD download site on the Internet.&lt;br /&gt;
: &#039;&#039;&#039;Getting Started with OCAD10&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;OCAD How Tos:&#039;&#039;&#039;	Connect to Learning Videos on OCAD homepage. &lt;br /&gt;
: &#039;&#039;&#039;About OCAD:&#039;&#039;&#039;		General Information about OCAD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using the Keyboard with the Mouse==&lt;br /&gt;
This section provides an overview of options for using the keyboard and the mouse together.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Drawing===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]: 	When starting a curve, straight line or freehand line: extend an existing object.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl:&#039;&#039;&#039;		Trace an existing object.&lt;br /&gt;
*&#039;&#039;&#039;Alt:&#039;&#039;&#039;		Drawing a straight line: the line is made exactly horizontal or vertical.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Drawing a circle===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]: 		Drag the radius from the center point.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Edit===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]:		Add or remove an object to/from the selected objects.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl:&#039;&#039;&#039;		Remove a vertex.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]   &#039;&#039;&#039;+ Ctrl:&#039;&#039;&#039;	Insert a normal vertex.&lt;br /&gt;
*&#039;&#039;&#039;Alt:&#039;&#039;&#039;		Select an object behind an object that has already been selected.&lt;br /&gt;
*&#039;&#039;&#039;Alt +&#039;&#039;&#039; [[File:Cut.JPG|cut]]: hange to Edit mode to select next line object in between cutting lines.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl +&#039;&#039;&#039; [[File:Cut.JPG|cut]]:	Cut a virtual gap into the selected line object.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]  + [[File:Cut.JPG|cut]]:	Cut a broken line: a gap is inserted at the vertex where the cut was made. &lt;br /&gt;
*&#039;&#039;&#039;Arrow keys:&#039;&#039;&#039;	 Moves the selected object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View===&lt;br /&gt;
*&#039;&#039;&#039;Space bar + Left Mouse Button:&#039;&#039;&#039;	Move the View (pan).&lt;br /&gt;
*&#039;&#039;&#039;Ctrl + Mouse Wheel:&#039;&#039;&#039;	Zoom in and zoom outIncrease/reduce the size of the map section.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039;  [[File:Shift.JPG|shift]] &#039;&#039;&#039;+ Mouse Wheel:&#039;&#039;&#039;	Move the map section horizontally (scroll).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Renewals]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Create a New Map]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Help:Contents]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Graphical_User_Interface&amp;diff=1661</id>
		<title>Graphical User Interface</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Graphical_User_Interface&amp;diff=1661"/>
		<updated>2011-10-27T13:17:56Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* DEM Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:GUI.jpg|GUI]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Toolbars==&lt;br /&gt;
The Toolbars can be moved within the graphical user interface. The buttons can be individually shown or hidden via the &#039;&#039;&#039;Options&#039;&#039;&#039; menu under &#039;&#039;&#039;OCAD Preferences&#039;&#039;&#039;, &#039;&#039;&#039;GUI (Graphical user Interface)&#039;&#039;&#039;, &#039;&#039;&#039;Toolbars&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
[[File:Toolbars.JPG|toolbars]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Standard Toolbar===&lt;br /&gt;
[[File:StandardToolbar.JPG|Standard buttons]] &lt;br /&gt;
: [[File:New.JPG|new]] &#039;&#039;&#039;New:&#039;&#039;&#039; Create a new map.&lt;br /&gt;
: [[File:Open.JPG|open]] &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an existing map.&lt;br /&gt;
: [[File:Save.JPG|save]] &#039;&#039;&#039;Save:&#039;&#039;&#039; Save changes made to the map.&lt;br /&gt;
: [[File:Print.JPG|print]] &#039;&#039;&#039;Print:&#039;&#039;&#039; Print out the map.&lt;br /&gt;
: [[File:Undo.JPG|undo]] &#039;&#039;&#039;Undo:&#039;&#039;&#039; Undo previous actions.&lt;br /&gt;
: [[File:Redo.JPG|redo]] &#039;&#039;&#039;Redo:&#039;&#039;&#039; Cancel the previous undo action.&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
===Edit functions Toolbar===&lt;br /&gt;
[[File:EditFunctionsToolbar.JPG|edit functions toolbar]]&lt;br /&gt;
: [[File:FindSelectedObjects.JPG|find selected objects]] &#039;&#039;&#039;Find Selected Objects:&#039;&#039;&#039; Move screen to the selected object.&lt;br /&gt;
: [[File:Delete.JPG|delete]] &#039;&#039;&#039;Delete:&#039;&#039;&#039; Delete the selected object(s).&lt;br /&gt;
: [[File:DuplicateObject.JPG|duplicate object]] &#039;&#039;&#039;Duplicate Object:&#039;&#039;&#039; Create a copy of the selected objects.&lt;br /&gt;
: [[File:FillOrMakeBorder.JPG|fill or make border]] &#039;&#039;&#039;Fill or Make Border:&#039;&#039;&#039; Fill a line or area object(s) with area object(s) or make line border of area object(s).&lt;br /&gt;
: [[File:Merge.JPG|merge]] &#039;&#039;&#039;Merge:&#039;&#039;&#039; Merge multiple line, area and text objects into one object.&lt;br /&gt;
: [[File:ReverseObject.JPG|reverse object]] &#039;&#039;&#039;Reverse Object:&#039;&#039;&#039; Reverse the direction of the selected line object(s)&lt;br /&gt;
: [[File:ChangeToBezierCurve.JPG|change to Bézier curve]] &#039;&#039;&#039;Change To Bézier Curve&#039;&#039;&#039;: Convert the selected line or area object(s) drawn in freehand mode to curves.&lt;br /&gt;
: [[File:ConvertToGraphicObject.JPG|convert to graphic object]] &#039;&#039;&#039;Convert To Graphic Object:&#039;&#039;&#039; Convert the selected object(s) to their graphic elements (lines and areas).&lt;br /&gt;
: [[File:Smooth.JPG|smooth]] &#039;&#039;&#039;Smooth&#039;&#039;&#039;&lt;br /&gt;
: [[File:Snapping.JPG|snapping]] &#039;&#039;&#039;Snapping&#039;&#039;&#039;	&lt;br /&gt;
: [[File:Join.JPG|join]] &#039;&#039;&#039; Join:&#039;&#039;&#039; Move the ends of the selected line object to connect to adjoining objects.&lt;br /&gt;
: [[File:ChangeSymbolOfObject.JPG|change symbol of object]] &#039;&#039;&#039;Change Symbol of Object:&#039;&#039;&#039; The selected object is assigned to the symbol selected in the symbol box.&lt;br /&gt;
: [[File:ChangeSymbolForAllObjectsWithThisSymbol.JPG|change symbol for all objects with this symbol]] &#039;&#039;&#039;Change Symbol For All Objects With This Symbol:&#039;&#039;&#039; Change the symbol of all objects with a symbol A to symbol B.&lt;br /&gt;
: [[File:Measure.JPG|measure]] &#039;&#039;&#039;Measure:&#039;&#039;&#039; Measure the selected line or area object or the distance between 2 selected vertices objects.&lt;br /&gt;
: [[File:AutomaticJoining.JPG|automatic joining]] &#039;&#039;&#039;Automatic joining:&#039;&#039;&#039; Automatically join the ends of lines during the drawing process.&lt;br /&gt;
: [[File:SmoothingLvl.JPG|smoothing level]] &#039;&#039;&#039;Smoothing level&#039;&#039;&#039;:  This option is used to select the required smoothing level for lines, for converting freehand lines into Bézier curves and for automatically smoothing lines drawn in freehand mode.&lt;br /&gt;
&lt;br /&gt;
===View Toolbar===&lt;br /&gt;
 &lt;br /&gt;
[[File:ViewToolbar.JPG|view toolbar]]  &lt;br /&gt;
Various functions are available for increasing or reducing the size of map sections as well as repositioning them.&lt;br /&gt;
: [[File:Pan.JPG|pan]] &#039;&#039;&#039;Pan:&#039;&#039;&#039; Reposition the map section&lt;br /&gt;
: [[File:PanLocked.JPG|pan locked]] &#039;&#039;&#039;Pan locked:&#039;&#039;&#039; Reposition the map section a number of times in succession. &lt;br /&gt;
: [[File:ZoomIn.JPG|zoom in]] &#039;&#039;&#039;Zoom In:&#039;&#039;&#039; Increase the size of the map section.&lt;br /&gt;
: [[File:ZoomInLocked.JPG|zoom in locked]] &#039;&#039;&#039;Zoom in locked:&#039;&#039;&#039; Increase the size of the map section a number of times in succession. &lt;br /&gt;
: [[File:ZoomOut.JPG|zoom out]] &#039;&#039;&#039;Zoom Out:&#039;&#039;&#039; Reduce the size of the map section.&lt;br /&gt;
: [[File:ZoomOutToPreviousView.JPG|zoom out to previous view]] &#039;&#039;&#039;Zoom out to previous view:&#039;&#039;&#039; Return to last smaller map section.&lt;br /&gt;
: [[File:ZoomToPreviousView.JPG|zoom to previous view]] &#039;&#039;&#039;Zoom to previous view:&#039;&#039;&#039; Return to last map section.&lt;br /&gt;
: [[File:ZoomToNextView.JPG|zoom to next view]] &#039;&#039;&#039;Zoom to next view:&#039;&#039;&#039; Go to previous map section.&lt;br /&gt;
: [[File:ShowEntireMap.JPG|show entire map]] &#039;&#039;&#039;Show Entire Map:&#039;&#039;&#039; Display the entire map in the drawing window.&lt;br /&gt;
  	&lt;br /&gt;
: [[File:DraftMode.JPG|draft mode slider]] &#039;&#039;&#039;Draft mode slider:&#039;&#039;&#039; The upper slider (M for map) is used to fade out the map objects; the lower slider (B for background) to fade out the map background.The Draft mode slider is only visible if Draft Mode is active in the View menu. &lt;br /&gt;
: [[File:ShowGrid.JPG|show grid]] &#039;&#039;&#039;Show grid:&#039;&#039;&#039; Display the coordinate grid in the drawing window.&lt;br /&gt;
&lt;br /&gt;
===Edit and drawing  toolbar===&lt;br /&gt;
[[File:EditAndDrawingToolbar.JPG|edit and drawing toolbar]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Edit modes====&lt;br /&gt;
: [[File:EditToolbar.JPG|EditToolbar.JPG]] &lt;br /&gt;
: [[File:SelectAndEditObject.JPG|select and edit object]] &#039;&#039;&#039;Select and Edit Object:&#039;&#039;&#039; Select and move objects.&lt;br /&gt;
: [[File:SelectObjectAndEditVertex.JPG|select object and edit vertex]] &#039;&#039;&#039;Select Object and Edit Vertex:&#039;&#039;&#039; Select objects or move points of objects.&lt;br /&gt;
: [[File:NormalVertex.JPG|normal vertex]] &#039;&#039;&#039;Normal Vertex:&#039;&#039;&#039; Add a Normal vertex&lt;br /&gt;
: [[File:CornerVertex.JPG|corner vertex]] &#039;&#039;&#039;Corner Vertex:&#039;&#039;&#039; Add a Corner vertex&lt;br /&gt;
: [[File:DashVertex.JPG|dash vertex]] &#039;&#039;&#039;Dash Vertex:&#039;&#039;&#039; Add a Dash vertex.&lt;br /&gt;
: [[File:RemoveVertex.JPG|remove vertex]] &#039;&#039;&#039;Remove Vertex&#039;&#039;&#039;&lt;br /&gt;
: [[File:IndicateDirectionOfAreaPatternPointOrTextObject.JPG|indicate direction of area pattern point or text object]] &#039;&#039;&#039; 	Indicate Direction of Area Pattern, Point or Text Object&#039;&#039;&#039;&lt;br /&gt;
: [[File:RotateObject.JPG|rotate object]] &#039;&#039;&#039;Rotate Object:&#039;&#039;&#039; Rotate the selected object(s).&lt;br /&gt;
: [[File:CutHole.JPG|cut hole]] &#039;&#039;&#039;Cut hole:&#039;&#039;&#039; Cut hole in area.&lt;br /&gt;
: [[File:CutArea.JPG|cut area]] &#039;&#039;&#039;Cut area:&#039;&#039;&#039; Cut area object.&lt;br /&gt;
: [[File:Cut.JPG|cut]] &#039;&#039;&#039;Cut:&#039;&#039;&#039; Cut line object.&lt;br /&gt;
: [[File:MoveParallel.JPG|move parallel]] &#039;&#039;&#039;Move parallel:&#039;&#039;&#039; Move the selected line or area object parallel to the original object.&lt;br /&gt;
: [[File:Reshape.JPG|reshape]] &#039;&#039;&#039;Reshape:&#039;&#039;&#039; To shape (something) again or differently&lt;br /&gt;
&lt;br /&gt;
====Drawing modes====&lt;br /&gt;
: [[File:CurveMode.JPG|curve mode]] &#039;&#039;&#039;Curve mode:&#039;&#039;&#039; Draw in curve mode.&lt;br /&gt;
: [[File:EllipseMode.JPG|ellipse mode]] &#039;&#039;&#039;Ellipse mode:&#039;&#039;&#039; Draw elliptical (oval) objects.&lt;br /&gt;
: [[File:CircleMode.JPG|circle mode]] &#039;&#039;&#039;Circle mode:&#039;&#039;&#039;  Draw circular objects.&lt;br /&gt;
: [[File:RectangularLineMode.JPG|rectangular line mode]] &#039;&#039;&#039;Rectangular line mode:&#039;&#039;&#039; Draw rectangular line objects with any number of corners.&lt;br /&gt;
: [[File:RectangularMode.JPG|rectangular mode]] &#039;&#039;&#039;Rectangular mode:&#039;&#039;&#039;  Draw rectangular area objects with any number of corners.&lt;br /&gt;
: [[File:StraightLineMode.JPG|straight line mode]] &#039;&#039;&#039;Straight line mode:&#039;&#039;&#039; Draw objects with straight lines.&lt;br /&gt;
: [[File:FreehandMode.JPG|freehand mode]] &#039;&#039;&#039;Freehand mode:&#039;&#039;&#039; Draw objects in freehand mode.&lt;br /&gt;
: [[File:DrawingMultiplePointObjects.JPG|drawing multiple point objects]] &#039;&#039;&#039;Drawing multiple point objects:&#039;&#039;&#039; Draw several point objects that are placed on a line with a constant interval.&lt;br /&gt;
: [[File:NumericMode.JPG|numeric mode]] &#039;&#039;&#039;Numeric Mode:&#039;&#039;&#039; Draw objects in numeric mode.&lt;br /&gt;
: [[File:LaserDistance.PNG]] &#039;&#039;&#039;Laser distance drawing mode&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: [[File:NumericToolbar.JPG|numeric toolbar]] &#039;&#039;&#039;Numeric Toolbar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Server Toolbar===&lt;br /&gt;
&lt;br /&gt;
ADD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Customize Toolbar dialog box===&lt;br /&gt;
Choose this command to customize toolbars. &lt;br /&gt;
The dialog box is opened by clicking &#039;&#039;&#039;Customize&#039;&#039;&#039; button in on &#039;&#039;&#039;GUI (Graphical User Interface)&#039;&#039;&#039; page in &#039;&#039;&#039;OCAD Preferences&#039;&#039;&#039; dialog box or by clicking on the right end of a toolbar.&lt;br /&gt;
When the box above the button is checked the button will be visible otherwise it will be hidden.&lt;br /&gt;
&lt;br /&gt;
ADD PICTURE TOOLBAR&lt;br /&gt;
&lt;br /&gt;
[[File:Hint.jpg|hint]] The Numeric keypad toolbar cannot be customized.&lt;br /&gt;
&lt;br /&gt;
==Menu==&lt;br /&gt;
The OCAD Professional Edition features the following 15  menus: &lt;br /&gt;
&lt;br /&gt;
[[File:Menu.JPG|menu]]&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;File&#039;&#039;&#039;:	File management, file import and export functions, printing&lt;br /&gt;
*&#039;&#039;&#039;Server/Client&#039;&#039;&#039;: Functions for Server/Client &lt;br /&gt;
*&#039;&#039;&#039;View&#039;&#039;&#039;:	Functions for viewing the map&lt;br /&gt;
*&#039;&#039;&#039;Select&#039;&#039;&#039;: Functions for selecting an object or a vertex &lt;br /&gt;
*&#039;&#039;&#039;Object&#039;&#039;&#039;: Object editing functions&lt;br /&gt;
*&#039;&#039;&#039;Symbol&#039;&#039;&#039;: Functions for creating and editing symbols&lt;br /&gt;
*&#039;&#039;&#039;Map&#039;&#039;&#039;: Map editing functions&lt;br /&gt;
*&#039;&#039;&#039;Layout&#039;&#039;&#039;: Function for layout managing&lt;br /&gt;
*&#039;&#039;&#039;Database&#039;&#039;&#039;: Functions for connecting and editing databases&lt;br /&gt;
*&#039;&#039;&#039;Background Map&#039;&#039;&#039;: Functions for loading and managing background maps&lt;br /&gt;
*&#039;&#039;&#039;DEM&#039;&#039;&#039;: Functions for the import, export and evaluation of Digital Elevation Models  &lt;br /&gt;
*&#039;&#039;&#039;GPS&#039;&#039;&#039;: Functions for connecting GPS devices or importing GPS data&lt;br /&gt;
*&#039;&#039;&#039;Options&#039;&#039;&#039;: Functions for customizing personal preferences&lt;br /&gt;
*&#039;&#039;&#039;Window&#039;&#039;&#039;: Functions for arranging the map window&lt;br /&gt;
*&#039;&#039;&#039; Help	&#039;&#039;&#039;: OCAD Help&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===File Menu===&lt;br /&gt;
: &#039;&#039;&#039;New:&#039;&#039;&#039; Create a new map.&lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an existing map file.&lt;br /&gt;
: &#039;&#039;&#039;Open Sample Map:&#039;&#039;&#039; Open a sample map file.&lt;br /&gt;
: &#039;&#039;&#039;Close:&#039;&#039;&#039; Close the current map file.&lt;br /&gt;
: &#039;&#039;&#039;Save:&#039;&#039;&#039; Save changes in the current map file.&lt;br /&gt;
: &#039;&#039;&#039;Save As:&#039;&#039;&#039; Save the current map file under a new name.&lt;br /&gt;
: &#039;&#039;&#039;Undo:&#039;&#039;&#039; Undo the last draw or edit operation.&lt;br /&gt;
: &#039;&#039;&#039;Redo:&#039;&#039;&#039; Reverse the effect of the Undo operation.&lt;br /&gt;
: &#039;&#039;&#039;Print:&#039;&#039;&#039; Print a color map or color separations.&lt;br /&gt;
: &#039;&#039;&#039;Import:&#039;&#039;&#039; Import a map file.&lt;br /&gt;
: &#039;&#039;&#039;Multiple File Import:&#039;&#039;&#039; Import multiple files at once.&lt;br /&gt;
: &#039;&#039;&#039;Export:&#039;&#039;&#039; Export the map in a different file format.&lt;br /&gt;
: &#039;&#039;&#039;Export OCAD Internet Map:&#039;&#039;&#039; Export the map to OCAD Internet Map.&lt;br /&gt;
: &#039;&#039;&#039;Export Encrypted File:&#039;&#039;&#039; Export the map to encrypted OCAD file format.&lt;br /&gt;
: &#039;&#039;&#039;Map Sharing:&#039;&#039;&#039; Sharing your map on a FTP server .&lt;br /&gt;
: &#039;&#039;&#039;-Upload to FTP Server:&#039;&#039;&#039; Upload your map to FTP Server .&lt;br /&gt;
: &#039;&#039;&#039;-Download from FTP Server:&#039;&#039;&#039; Download a map from FTP Server. &lt;br /&gt;
: &#039;&#039;&#039;-Synchronize:&#039;&#039;&#039; Synchronize data .&lt;br /&gt;
: &#039;&#039;&#039;[[Send File by Email]]:&#039;&#039;&#039; Send current map file by email. &lt;br /&gt;
: &#039;&#039;&#039;Execute XML Script:&#039;&#039;&#039; Execute function defined in a XML script file.&lt;br /&gt;
: &#039;&#039;&#039;Create Backup:&#039;&#039;&#039; Make a backup copy of the current map file.	&lt;br /&gt;
: &#039;&#039;&#039;Restore Backup:&#039;&#039;&#039;	Restore a map file saved with the Backup function.&lt;br /&gt;
: &#039;&#039;&#039;Open Recently Exported Documents:&#039;&#039;&#039; Open one of the documents you have exported recently.&lt;br /&gt;
: &#039;&#039;&#039;Open Recently used OCAD Files:&#039;&#039;&#039; Open one of the map files you have worked on recently.  &lt;br /&gt;
: &#039;&#039;&#039;Exit OCAD:&#039;&#039;&#039; Terminate OCAD.&lt;br /&gt;
&lt;br /&gt;
===Server/Client Menu===&lt;br /&gt;
: &#039;&#039;&#039;Connect/Disconnect:&#039;&#039;&#039; Connect or disconnect the connection to the server&lt;br /&gt;
: &#039;&#039;&#039;Get Objects from Current View&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Map:&#039;&#039;&#039; Import a Map from the connected server&lt;br /&gt;
: &#039;&#039;&#039;Delete Object in Database&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Check Out Selected Objects:&#039;&#039;&#039;	Check out selected objects for editing. &lt;br /&gt;
: &#039;&#039;&#039;Check in Selected objects:&#039;&#039;&#039; Check out selected objects after finished edited objects .&lt;br /&gt;
: &#039;&#039;&#039;Show Checked Out Objects:&#039;&#039;&#039; Show current checked out objects.&lt;br /&gt;
: &#039;&#039;&#039;Database Undo:&#039;&#039;&#039; Undo your last move in the database. &lt;br /&gt;
: &#039;&#039;&#039;Database Redo:&#039;&#039;&#039; Redo your last move in the database .&lt;br /&gt;
: &#039;&#039;&#039;Generate  Map Preview:&#039;&#039;&#039; Generate preview from current map.&lt;br /&gt;
: &#039;&#039;&#039;Do Database Maintenance:&#039;&#039;&#039; Upkeep Database&lt;br /&gt;
: &#039;&#039;&#039;Manage Server Bookmarks&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Show Project Information&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View Menu===&lt;br /&gt;
: &#039;&#039;&#039;Normal Mode:&#039;&#039;&#039; Normal mode view.&lt;br /&gt;
: &#039;&#039;&#039;Spot Color Mode:&#039;&#039;&#039; Spot color view.&lt;br /&gt;
: &#039;&#039;&#039;Draft Mode:&#039;&#039;&#039; Draft mode view. The background map can be seen behind the map.&lt;br /&gt;
: &#039;&#039;&#039;Draft Mode (Only Background Map Favorites):&#039;&#039;&#039; Map display transparent, background maps  visible &lt;br /&gt;
: &#039;&#039;&#039;Define View Mode Loop:&#039;&#039;&#039; Define various view mode loops. &lt;br /&gt;
: &#039;&#039;&#039;Next View Mode in Loop:&#039;&#039;&#039;	Switch to next defined view mode loop. &lt;br /&gt;
: &#039;&#039;&#039;[[Keyline]]:&#039;&#039;&#039; Shows a rough sketch, where objects has been placed .&lt;br /&gt;
: &#039;&#039;&#039;Hatch Areas:&#039;&#039;&#039; Display full areas as hatched areas on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Anti-Aliasing:&#039;&#039;&#039; Anti-Aliasing view.&lt;br /&gt;
: &#039;&#039;&#039;Redraw:&#039;&#039;&#039; Redraw the drawing window.&lt;br /&gt;
: &#039;&#039;&#039;Pan:&#039;&#039;&#039; Move the view.&lt;br /&gt;
: &#039;&#039;&#039;Move To:&#039;&#039;&#039; Move the view to a desired position.&lt;br /&gt;
: &#039;&#039;&#039;Find Selected Objects:&#039;&#039;&#039; Find desired objects&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom In]]:&#039;&#039;&#039; Display the map with a higher magnification.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom Out]]:&#039;&#039;&#039; Display a larger area of the map. &lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom to Selected Objects]]:&#039;&#039;&#039; Move screen zoom to selected objects.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Show Entire Map]]:&#039;&#039;&#039; Display the entire map on the screen.	&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom]]:&#039;&#039;&#039; Select the magnification in which the map is displayed.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|User Defined (10x)]]:&#039;&#039;&#039; Choose this command to set view to a specified zoom factor.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Bookmarks]]:&#039;&#039;&#039; Create and manage bookmarks of view.&lt;br /&gt;
: &#039;&#039;&#039;-Create:&#039;&#039;&#039; Create a new bookmark &lt;br /&gt;
: &#039;&#039;&#039;-Manage:&#039;&#039;&#039; Manage available bookmarks &lt;br /&gt;
: &#039;&#039;&#039;Show Map Grids:&#039;&#039;&#039; A grid is shown in the drawing window. &lt;br /&gt;
: &#039;&#039;&#039;Show WGS84 Grid:&#039;&#039;&#039; A WGS84 grid is shown in the drawing window .&lt;br /&gt;
: &#039;&#039;&#039;[[Show Rulers]]:&#039;&#039;&#039; Shows up and down a ruler .&lt;br /&gt;
: &#039;&#039;&#039;[[Ruler Guide]]:&#039;&#039;&#039; Show and manage ruler guides &lt;br /&gt;
: &#039;&#039;&#039;-Show:&#039;&#039;&#039; Show vertically or horizontally ruler guide &lt;br /&gt;
: &#039;&#039;&#039;-Manage:&#039;&#039;&#039; Add new ruler guide.&lt;br /&gt;
&lt;br /&gt;
===[[Select]] Menu===&lt;br /&gt;
: &#039;&#039;&#039;Select and Edit Object:&#039;&#039;&#039; Select, move or stretch object(s).&lt;br /&gt;
: &#039;&#039;&#039;Select Object and Edit Vertex:&#039;&#039;&#039; Select or move vertex of object(s). &lt;br /&gt;
: &#039;&#039;&#039;Select Objects by Symbol:&#039;&#039;&#039; Select all objects with same symbol .&lt;br /&gt;
: &#039;&#039;&#039;Select Objects by Property:&#039;&#039;&#039; Select all objects with same properties. &lt;br /&gt;
: &#039;&#039;&#039;Select All:&#039;&#039;&#039; Select all objects in map. &lt;br /&gt;
: &#039;&#039;&#039;Clear Selection:&#039;&#039;&#039; Nothing is selected.&lt;br /&gt;
: &#039;&#039;&#039;Invert Selection:&#039;&#039;&#039; Change current selection such that everything previously unselected will now be selected and vice versa&lt;br /&gt;
: &#039;&#039;&#039;Select Next Object:&#039;&#039;&#039; Selects the next obvious object. &lt;br /&gt;
: &#039;&#039;&#039;Save Selection:&#039;&#039;&#039;	Save current selection for later use. &lt;br /&gt;
: &#039;&#039;&#039;Reload Selection:&#039;&#039;&#039; Reload saved selection. &lt;br /&gt;
: &#039;&#039;&#039;Edit Selection:&#039;&#039;&#039; Manage saved selection. &lt;br /&gt;
: &#039;&#039;&#039;Select Group:&#039;&#039;&#039; Select a group of objects.&lt;br /&gt;
&lt;br /&gt;
===Object menu===&lt;br /&gt;
: &#039;&#039;&#039;Cut:&#039;&#039;&#039; Copy the selected object(s) to the clipboard and delete them in the current map.&lt;br /&gt;
: &#039;&#039;&#039;Copy:&#039;&#039;&#039; Copy the selected object(s) to the clipboard.&lt;br /&gt;
: &#039;&#039;&#039;Paste:&#039;&#039;&#039; Insert the object(s) in the clipboard into the current map.&lt;br /&gt;
: &#039;&#039;&#039;Delete:&#039;&#039;&#039; Delete the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;Rotate Object:&#039;&#039;&#039; Rotate object(s). &lt;br /&gt;
: &#039;&#039;&#039;-Rotate:&#039;&#039;&#039; Rotate the selected object(s). &lt;br /&gt;
: &#039;&#039;&#039;-Rotate Object by Angle:&#039;&#039;&#039; Rotate the selected point object(s) by specifying a rotation angle.&lt;br /&gt;
: &#039;&#039;&#039;Align Objects:&#039;&#039;&#039; Align the selected objects horizontally or vertically.&lt;br /&gt;
: &#039;&#039;&#039;-Horizontal Coordinate&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Vertical Coordinate&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Indicate Direction of Area Pattern, Point or Text Object:&#039;&#039;&#039; Change direction of selected point object, area pattern or text.&lt;br /&gt;
: &#039;&#039;&#039;Cut object:&#039;&#039;&#039; Cut hole, area or line.&lt;br /&gt;
: &#039;&#039;&#039;-Cut hole:&#039;&#039;&#039; Cut a hole in an object. &lt;br /&gt;
: &#039;&#039;&#039;-Cut area:&#039;&#039;&#039; Divides an area.&lt;br /&gt;
: &#039;&#039;&#039;-Cut line:&#039;&#039;&#039; Divides a line.&lt;br /&gt;
: &#039;&#039;&#039;[[Crop Objects]]:&#039;&#039;&#039; Crop selected Object(s). &lt;br /&gt;
: &#039;&#039;&#039;Move Parallel:&#039;&#039;&#039; Move the selected line or area object parallel to the original object.&lt;br /&gt;
: &#039;&#039;&#039;[[Move Parallel with Distance]]:&#039;&#039;&#039; Move the selected line or area object parallel with a distance to the original object. &lt;br /&gt;
: &#039;&#039;&#039;[[Reshape]]:&#039;&#039;&#039; To shape (something) again or differently :&lt;br /&gt;
: &#039;&#039;&#039;[[Interpolate Objects]]:&#039;&#039;&#039; Interpolate selected Objects to each other. &lt;br /&gt;
: &#039;&#039;&#039;Duplicate Object:&#039;&#039;&#039; Duplicate (create a copy of) the selected object(s). &lt;br /&gt;
: &#039;&#039;&#039;[[Move and Duplicate]]:&#039;&#039;&#039; Duplicate selected object and move it. &lt;br /&gt;
: &#039;&#039;&#039;Fill, Make Border, Duplicate Identically:&#039;&#039;&#039; Fill a line or area object(s) with area object(s) or make line border of area object(s).&lt;br /&gt;
: &#039;&#039;&#039;Merge:&#039;&#039;&#039; Merge multiple line, area and text objects into one object.&lt;br /&gt;
: &#039;&#039;&#039;Reverse Object Direction:&#039;&#039;&#039; Reverse the direction of the selected line object(s).&lt;br /&gt;
: &#039;&#039;&#039;Change to Polyline:&#039;&#039;&#039; Change selected object to polyline. &lt;br /&gt;
: &#039;&#039;&#039;Change to Bézier Curve:&#039;&#039;&#039; Change selected object to a Bézier curve. &lt;br /&gt;
: &#039;&#039;&#039;Convert to Graphic Object:&#039;&#039;&#039; Convert the selected object(s) to their graphic elements (lines and areas).&lt;br /&gt;
: &#039;&#039;&#039;[[Convert to Layout Object]]:&#039;&#039;&#039; Convert selected object to layout object. &lt;br /&gt;
: &#039;&#039;&#039;[[Create Color Gradient]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Generalization&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-[[Generalize Buildings]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Smooth:&#039;&#039;&#039; Smooth selected line or area object(s) drawn in freehand mode.&lt;br /&gt;
: &#039;&#039;&#039;[[Topology]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Join:&#039;&#039;&#039; Move the ends of the selected line object to connect to adjoining objects.&lt;br /&gt;
: &#039;&#039;&#039;-Select Duplicate Objects:&#039;&#039;&#039; Duplicate the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;-Select Self-Intersected Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Merge with Condition:&#039;&#039;&#039; Merge with conditions the selected objects into one object.&lt;br /&gt;
: &#039;&#039;&#039;-Create Point Objects at Line Ends&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Close Area Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Remove Overshoots and Undershoots&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Insert Intersections&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Change Symbol (Selected objects)&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Change Symbol (All Objects with Corresponding Symbol)&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Vertex:&#039;&#039;&#039; Insert a normal, corner or dash vertex.&lt;br /&gt;
: &#039;&#039;&#039;Remove Vertex:&#039;&#039;&#039; Delete a vertex from a selected object.&lt;br /&gt;
: &#039;&#039;&#039;Change Vertex Types to:&#039;&#039;&#039; Change vertex types for the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;[[Group and Ungroup|Group]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Group and Ungroup|Ungroup]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Find and Replace Text&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Insert Glyphs]]&#039;&#039;&#039;: Insert special letters.&lt;br /&gt;
: &#039;&#039;&#039;Measure:&#039;&#039;&#039; Measure the selected line or area object or the distance between 2 selected point objects&lt;br /&gt;
: &#039;&#039;&#039;Object Information:&#039;&#039;&#039; Show information about selected object(s).&lt;br /&gt;
&lt;br /&gt;
===Symbol Menu===&lt;br /&gt;
: &#039;&#039;&#039;New:&#039;&#039;&#039; 			Create a new symbol.&lt;br /&gt;
: &#039;&#039;&#039;Edit:&#039;&#039;&#039; 			Define or redefine the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Icon:&#039;&#039;&#039; 			Draw or edit the symbol&#039;s icon, which appears in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Enlarge/Reduce:&#039;&#039;&#039;  	Enlarge or reduce the selected symbol or all symbols.&lt;br /&gt;
: &#039;&#039;&#039;Copy:&#039;&#039;&#039; 			Copy the selected symbol to the clipboard.&lt;br /&gt;
: &#039;&#039;&#039;Paste:&#039;&#039;&#039; 			Copy a symbol from the clipboard to the current map.&lt;br /&gt;
: &#039;&#039;&#039;Delete:&#039;&#039;&#039; 		Delete the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Duplicate:&#039;&#039;&#039; 		Make a copy of the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Sort Symbol Box:&#039;&#039;&#039; 	Sort the symbols in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-By Number:&#039;&#039;&#039;		Sort symbol in symbol box by number.&lt;br /&gt;
: &#039;&#039;&#039;-By Color:&#039;&#039;&#039;		Sort symbol in symbol box by color.&lt;br /&gt;
: &#039;&#039;&#039;-By Status (Normal, Protect or Hide):&#039;&#039;&#039; Sort symbol in symbol box by status.&lt;br /&gt;
: &#039;&#039;&#039;Select:&#039;&#039;&#039;			Select certain symbols in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Used:&#039;&#039;&#039;			Select used symbols in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Unused:&#039;&#039;&#039;		Select unused symbols in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Invert:&#039;&#039;&#039;	Change current selection such that everything previously unselected will now be  and vice versa.&lt;br /&gt;
: &#039;&#039;&#039;-All:&#039;&#039;&#039;			Select all symbols in symbol box. &lt;br /&gt;
: &#039;&#039;&#039;-By Color:&#039;&#039;&#039;		Select all Symbols with same color .&lt;br /&gt;
: &#039;&#039;&#039;Normal:&#039;&#039;&#039; 		Make objects with the selected symbol(s) appear normal.&lt;br /&gt;
: &#039;&#039;&#039;Protect:&#039;&#039;&#039; 		Make objects with the selected symbol(s) protected from editing.&lt;br /&gt;
: &#039;&#039;&#039;Hide:&#039;&#039;&#039; 			Objects with the selected symbol(s) do not appear.&lt;br /&gt;
: &#039;&#039;&#039;Show Unsymbolized Objects:&#039;&#039;&#039; Normal / Hide.&lt;br /&gt;
: &#039;&#039;&#039;Show Graphic Objects:&#039;&#039;&#039; 	Normal / Hide.&lt;br /&gt;
: &#039;&#039;&#039;Image Objects:&#039;&#039;&#039; 	Normal / Protect / Hide&lt;br /&gt;
: &#039;&#039;&#039;-Normal:&#039;&#039;&#039;		Selected Symbols are not protected and not hidden. &lt;br /&gt;
: &#039;&#039;&#039;-Protect:&#039;&#039;&#039;		Selected symbol(s) are visible but cannot be edited. &lt;br /&gt;
: &#039;&#039;&#039;-Hide:&#039;&#039;&#039;			 Selected symbol(s) are not visible .&lt;br /&gt;
: &#039;&#039;&#039;Show Symbol Favorites:&#039;&#039;&#039; 	Display the symbol favorites in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Add To Favorites:&#039;&#039;&#039; 	Add the selected symbol(s) to symbol favorites.&lt;br /&gt;
: &#039;&#039;&#039;Remove From Favorites:&#039;&#039;&#039; Remove the selected symbol(s) from symbol favorites.&lt;br /&gt;
: &#039;&#039;&#039;Show Symbol Tree:&#039;&#039;&#039; 	Display the symbol tree in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Remove From Symbol Tree:&#039;&#039;&#039; Remove the selected symbol(s) from symbol tree.&lt;br /&gt;
: &#039;&#039;&#039;[[Symbol Information]]:&#039;&#039;&#039;	Show information of the selected symbol.&lt;br /&gt;
&lt;br /&gt;
===Map Menu===&lt;br /&gt;
: &#039;&#039;&#039;Optimize/Repair:&#039;&#039;&#039; 	Remove empty space in the map file and repair damaged objects.&lt;br /&gt;
: &#039;&#039;&#039;Set Scale and Coordinate System:&#039;&#039;&#039; Set map scale and define the coordinate system.&lt;br /&gt;
: &#039;&#039;&#039;Change Scale:&#039;&#039;&#039; 	Change the scale of the map and enlarge/reduce the map according to the new scale.&lt;br /&gt;
: &#039;&#039;&#039;Create Map Grid:&#039;&#039;&#039; 	Create grid lines on the map.&lt;br /&gt;
: &#039;&#039;&#039;Create WGS84 Grid:&#039;&#039;&#039; 	Create a WGS84 grid on your current view.&lt;br /&gt;
: &#039;&#039;&#039;Hide:&#039;&#039;&#039; 			Hide the map on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Transform:&#039;&#039;&#039; 		Adjust the map to the background map.&lt;br /&gt;
: &#039;&#039;&#039;-Move:&#039;&#039;&#039;		Move the entire map to a different location in the coordinate system.&lt;br /&gt;
: &#039;&#039;&#039;-Stretch / Shrink:&#039;&#039;&#039;	Stretch (enlarge or reduce) the entire map horizontally or vertically.&lt;br /&gt;
: &#039;&#039;&#039;-Mirror:&#039;&#039;&#039;		Mirror the entire map horizontally or vertically. &lt;br /&gt;
: &#039;&#039;&#039;-Rotate Map:&#039;&#039;&#039;		Rotate the entire map.&lt;br /&gt;
: &#039;&#039;&#039;-Change Coordinate System:&#039;&#039;&#039; Change current coordinate system to another.&lt;br /&gt;
: &#039;&#039;&#039;-Affine:&#039;&#039;&#039;		Adjust the whole map on background map or on grid. &lt;br /&gt;
: &#039;&#039;&#039;-Rubbersheeting:&#039;&#039;&#039;	Adjust a part of the map on a georeferenced background map. &lt;br /&gt;
: &#039;&#039;&#039;-Center map to Drawing Area&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Convert Imported Layers to Symbols:&#039;&#039;&#039; Convert the layers of an imported *.dxf or *.ai file.&lt;br /&gt;
: &#039;&#039;&#039;Convert Area or Line Objects to Point Objects:&#039;&#039;&#039; Convert area to point object(s).&lt;br /&gt;
: &#039;&#039;&#039;Convert Text Objects to Point Objects:&#039;&#039;&#039; Convert text to point object(s).&lt;br /&gt;
: &#039;&#039;&#039;Export Objects by Selected Symbol:&#039;&#039;&#039; Export all objects with a selected symbol to a new map file.&lt;br /&gt;
: &#039;&#039;&#039;Export Selected Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Export Part of Map&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Colors:&#039;&#039;&#039; 		Define or edit the colors of the current map.&lt;br /&gt;
: &#039;&#039;&#039;Define Spot Colors:&#039;&#039;&#039; 	Define the spot colors of the current map.&lt;br /&gt;
: &#039;&#039;&#039;Load Colors From:&#039;&#039;&#039; 	Load a color table from another map.&lt;br /&gt;
: &#039;&#039;&#039;Load Colors and Symbols From:&#039;&#039;&#039; Load the symbol set from another map.&lt;br /&gt;
: &#039;&#039;&#039;Compare Colors and Symbols:&#039;&#039;&#039; Compare two symbol sets.&lt;br /&gt;
: &#039;&#039;&#039;Convert Text Objects from OEM to Unicode:&#039;&#039;&#039; Convert text objects from OEM to Unicode.&lt;br /&gt;
: &#039;&#039;&#039;Map Information:&#039;&#039;&#039; 	Show map information.&lt;br /&gt;
&lt;br /&gt;
===Layout Menu===&lt;br /&gt;
: &#039;&#039;&#039;Edit Layout Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Layout&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Save Layout&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Layout Image&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Move Layout Image&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Protect&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Hide&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Map Legend:&#039;&#039;&#039;		Add a map legend with all your created symbols.&lt;br /&gt;
: &#039;&#039;&#039;Create Graticule Name Index&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Name Index&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Database Menu===&lt;br /&gt;
: &#039;&#039;&#039;Manage Database Connections:&#039;&#039;&#039; Create and edit datasets.&lt;br /&gt;
: &#039;&#039;&#039;Create and Update Records:&#039;&#039;&#039;	Create OCAD objects out of the database.&lt;br /&gt;
: &#039;&#039;&#039;Update Special Fields&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Objects from Table:&#039;&#039;&#039; Create OCAD objects from database records.&lt;br /&gt;
: &#039;&#039;&#039;Assign Symbols by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Texts by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Define Object Direction by Records:&#039;&#039;&#039;		Assign angle information from the open dataset(s) to the objects.&lt;br /&gt;
: &#039;&#039;&#039;Merge Objects by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Linked Objects with Corresponding Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Linked Objects without Corresponding Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Objects Linket to the same Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Delete Database Record when Deleting Object:&#039;&#039;&#039; If the option is turned on and an OCAD object with a linked database record is deleted, the database record is deleted, too.&lt;br /&gt;
: &#039;&#039;&#039;Create Database Record when Cutting Object&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Background Map Menu===&lt;br /&gt;
: &#039;&#039;&#039;Scan:&#039;&#039;&#039;			Scan a background map using a TWAIN interface.&lt;br /&gt;
: &#039;&#039;&#039;-Acquire:&#039;&#039;&#039;		Acquire a background map &lt;br /&gt;
: &#039;&#039;&#039;-Select Source:&#039;&#039;&#039;	Select source from which the background map acquire &lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039;			Open a scanned background map stored in a file.&lt;br /&gt;
: &#039;&#039;&#039;Adjust:&#039;&#039;&#039; 		Adjust the background maps in horizontal and vertical directions.	&lt;br /&gt;
: &#039;&#039;&#039;Hide All:&#039;&#039;&#039;		Hide the background maps temporarily.&lt;br /&gt;
: &#039;&#039;&#039;Manage:&#039;&#039;&#039;		Set options for displaying and printing the background maps.&lt;br /&gt;
: &#039;&#039;&#039;WMS - Web Map Service:&#039;&#039;&#039; Add background map from WMS &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===DEM Menu===&lt;br /&gt;
: &#039;&#039;&#039;Import:&#039;&#039;&#039; 		Import an ASCII Grid or XYZ file to OCAD.	&lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039;			Open an OCAD DEM file (*ocdDem).&lt;br /&gt;
: &#039;&#039;&#039;Show Frame:&#039;&#039;&#039; 		Shows blue rectangle with the extent of loaded DEM.&lt;br /&gt;
: &#039;&#039;&#039;Resize:&#039;&#039;&#039;			Resize OCAD DEM file (make a subset) and save it as a new OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;Info:&#039;&#039;&#039;			Shows information about OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;Close:&#039;&#039;&#039;			Close OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Merge_DEM Merge DEM]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Calculate DEM Difference]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Contour Lines:&#039;&#039;&#039;  Calculates contour lines based on the loaded DEM.&lt;br /&gt;
: &#039;&#039;&#039;Create Hypsometric Map:&#039;&#039;&#039; Calculates a grayscale or colored hypsometric map&lt;br /&gt;
: &#039;&#039;&#039;Create Hill Shading:&#039;&#039;&#039; 	Calculates a shaded relief picture.&lt;br /&gt;
: &#039;&#039;&#039;[[Calculate Slope Gradient]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Classify Vegetation Height]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Profile:&#039;&#039;&#039;		Creates a profile for the selected line object.&lt;br /&gt;
: &#039;&#039;&#039;Export:&#039;&#039;&#039;			Save loaded OCAD DEM file as ESRI ASCII Grid or as ASCII Grid XYZ.&lt;br /&gt;
&lt;br /&gt;
===GPS Menu===&lt;br /&gt;
&#039;&#039;(This function is only available in OCAD Professional!)&#039;&#039; &lt;br /&gt;
: &#039;&#039;&#039;Real Time GPS&#039;&#039;&#039;	&lt;br /&gt;
: &#039;&#039;&#039;Adjust GPS&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Data from GPS Device&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import from File&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Connect to Laser Distance Meter|Connect to Laser Distance Meter]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Options Menu===&lt;br /&gt;
: &#039;&#039;&#039;OCAD Preferences:&#039;&#039;&#039;	Options for your individual working methods.&lt;br /&gt;
: &#039;&#039;&#039;Shortcuts:&#039;&#039;&#039;		Define or change keyboard shortcuts for menu commands.&lt;br /&gt;
: &#039;&#039;&#039;Language:&#039;&#039;&#039;		Choose a language.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Windows Menu===&lt;br /&gt;
: &#039;&#039;&#039;Tile:&#039;&#039;&#039; 			Arrange all open maps horizontally or vertically on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Cascade:&#039;&#039;&#039;		Arrange all open maps in a way that the title of each map is visible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Help Menu===&lt;br /&gt;
: &#039;&#039;&#039;Contents:&#039;&#039;&#039;	The contents of this help file.&lt;br /&gt;
: &#039;&#039;&#039;Help:&#039;&#039;&#039;			Help for menu commands.&lt;br /&gt;
: &#039;&#039;&#039;Toolbar:&#039;&#039;&#039;		Help for toolbar buttons.&lt;br /&gt;
: &#039;&#039;&#039;OCAD Home page:&#039;&#039;&#039;	Connect to the OCAD homepage on the Internet.&lt;br /&gt;
: &#039;&#039;&#039;OCAD Update:&#039;&#039;&#039;		Connect to the OCAD download site on the Internet.&lt;br /&gt;
: &#039;&#039;&#039;Getting Started with OCAD10&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;OCAD How Tos:&#039;&#039;&#039;	Connect to Learning Videos on OCAD homepage. &lt;br /&gt;
: &#039;&#039;&#039;About OCAD:&#039;&#039;&#039;		General Information about OCAD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using the Keyboard with the Mouse==&lt;br /&gt;
This section provides an overview of options for using the keyboard and the mouse together.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Drawing===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]: 	When starting a curve, straight line or freehand line: extend an existing object.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl:&#039;&#039;&#039;		Trace an existing object.&lt;br /&gt;
*&#039;&#039;&#039;Alt:&#039;&#039;&#039;		Drawing a straight line: the line is made exactly horizontal or vertical.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Drawing a circle===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]: 		Drag the radius from the center point.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Edit===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]:		Add or remove an object to/from the selected objects.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl:&#039;&#039;&#039;		Remove a vertex.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]   &#039;&#039;&#039;+ Ctrl:&#039;&#039;&#039;	Insert a normal vertex.&lt;br /&gt;
*&#039;&#039;&#039;Alt:&#039;&#039;&#039;		Select an object behind an object that has already been selected.&lt;br /&gt;
*&#039;&#039;&#039;Alt +&#039;&#039;&#039; [[File:Cut.JPG|cut]]: hange to Edit mode to select next line object in between cutting lines.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl +&#039;&#039;&#039; [[File:Cut.JPG|cut]]:	Cut a virtual gap into the selected line object.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]  + [[File:Cut.JPG|cut]]:	Cut a broken line: a gap is inserted at the vertex where the cut was made. &lt;br /&gt;
*&#039;&#039;&#039;Arrow keys:&#039;&#039;&#039;	 Moves the selected object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View===&lt;br /&gt;
*&#039;&#039;&#039;Space bar + Left Mouse Button:&#039;&#039;&#039;	Move the View (pan).&lt;br /&gt;
*&#039;&#039;&#039;Ctrl + Mouse Wheel:&#039;&#039;&#039;	Zoom in and zoom outIncrease/reduce the size of the map section.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039;  [[File:Shift.JPG|shift]] &#039;&#039;&#039;+ Mouse Wheel:&#039;&#039;&#039;	Move the map section horizontally (scroll).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Renewals]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Create a New Map]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Help:Contents]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=DEM&amp;diff=1660</id>
		<title>DEM</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=DEM&amp;diff=1660"/>
		<updated>2011-10-27T13:04:28Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* Import: */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A DEM (Digital Elevation Model) contains points with elevation data. Data collection may is done with LIDAR (Light Detection and Ranging) technology, also known as airborne laser scanning. There are DEM where points are arranged in a regular grid with a constant distance from each other. This distance is called cell size. Other DEM contain points that are arranged irregularly.&lt;br /&gt;
: Read more about this topic: http://en.wikipedia.org/wiki/Digital_elevation_model&lt;br /&gt;
&lt;br /&gt;
==Import:== &lt;br /&gt;
&lt;br /&gt;
OCAD DEM Module can Import regular and irregular DEM data files. Supported DEM formats are: ESRI ASCII Grid and xyz file. Binary files are not supported.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Import&#039;&#039;&#039; a  Raw data ASCII XYZ file, an ASCII Grid XYZ file, a SRTM file (*.hgt), a LAS file or an ESRI ASCII Grid file to OCAD. First use &#039;&#039;&#039;Add&#039;&#039;&#039; button to add a DEM to the &#039;&#039;&#039;DEM Import&#039;&#039;&#039; dialog. &lt;br /&gt;
# Then &#039;&#039;&#039;Analyze&#039;&#039;&#039; the DEM to get some information about the DEM like extent, cell size etc.&lt;br /&gt;
# If the source file is a regular grid (Data type of import files = Grid), the &#039;&#039;&#039;Cell size&#039;&#039;&#039; box is set to read only. OCAD sets the same cell size for the imported DEM. For irregular source DEM (Data type of import files = Raw) the cell size can be set in the cell size box. For these DEM OCAD interpolates a regular grid with the specified cell size during the import. &lt;br /&gt;
# At the end of the import procedure the imported DEM must be saved in OCAD DEM file format (*.ocdDem) and it is loaded to the OCAD map.&lt;br /&gt;
# To see the extent of the loaded DEM active &#039;&#039;&#039;Show Frame&#039;&#039;&#039; menu item.&lt;br /&gt;
&lt;br /&gt;
: [[File:Hint.jpg|hint]] The &#039;&#039;&#039;Cell size&#039;&#039;&#039; has to be an integer value. The minimum Cell size is 1m.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;In Summary, for example import LAS data:&#039;&#039;&#039;&lt;br /&gt;
: [[File:DEMImport.JPG|miniatur|600x600px|DEM import]] [[File:DEMImport2.JPG|miniatur|600x600px|DEM import]] [[File:DEMImport3.JPG|miniatur|600x600px|DEM import]]&lt;br /&gt;
# Choose &#039;&#039;&#039;Import&#039;&#039;&#039; from &#039;&#039;&#039;DEM&#039;&#039;&#039; menu. The dialog box &#039;&#039;&#039;DEM Import&#039;&#039;&#039; appears.&lt;br /&gt;
# &#039;&#039;&#039;Add&#039;&#039;&#039; a DEM.&lt;br /&gt;
# &#039;&#039;&#039;Analyze&#039;&#039;&#039; the DEM and click &#039;&#039;&#039;Save&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Save&#039;&#039;&#039; &lt;br /&gt;
* &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an OCAD DEM file (*.ocdDem).&lt;br /&gt;
* &#039;&#039;&#039;Show Frame:&#039;&#039;&#039; Shows blue rectangle with the extent of loaded DEM.&lt;br /&gt;
* &#039;&#039;&#039;Resize:&#039;&#039;&#039;Resize OCAD DEM file (make a subset) and save it as a new OCAD DEM file. &lt;br /&gt;
* &#039;&#039;&#039;Info:&#039;&#039;&#039; Shows information about OCAD DEM file.&lt;br /&gt;
* &#039;&#039;&#039;Close:&#039;&#039;&#039; Close OCAD DEM file.&lt;br /&gt;
&lt;br /&gt;
==Merge DEM==&lt;br /&gt;
&lt;br /&gt;
[[File:Merge.PNG|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To merge two different DEM´s, choose &#039;&#039;&#039;Merge&#039;&#039;&#039; from &#039;&#039;&#039;DEM&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;DEM 1:&#039;&#039;&#039; Choose the first DEM.&lt;br /&gt;
* &#039;&#039;&#039;DEM 2:&#039;&#039;&#039; Choose the second DEM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[[File:Hint.jpg]] The two DEMs must have the same cell size and image clipping.&lt;br /&gt;
&lt;br /&gt;
==Calculate DEM Difference==&lt;br /&gt;
&lt;br /&gt;
[[File:CalculateDEMDifference.PNG|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
# Choose &#039;&#039;&#039;Calculate DEM Difference&#039;&#039;&#039; from &#039;&#039;&#039;DEM&#039;&#039;&#039; menu.&lt;br /&gt;
# The &#039;&#039;&#039;Calculate DEM Difference&#039;&#039;&#039; dialog box appears.&lt;br /&gt;
# Add &#039;&#039;Upper DEM&#039;&#039; = DOM&lt;br /&gt;
# Add &#039;&#039;Lower DEM&#039;&#039; = DEM&lt;br /&gt;
# Click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To see the DEM difference choose &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Classify_Vegetation_Height Classify Vegetation Height]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* No difference between the elevation models appears black.&lt;br /&gt;
* The greater the difference, the whiter it appears.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: [[File:Hint.jpg]] Same cell size and clipping of DOM and DEM.&lt;br /&gt;
&lt;br /&gt;
==Create Contour Lines:==&lt;br /&gt;
&lt;br /&gt;
[[File:CreateContourLines.png|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
:This function calculates contour lines based on the loaded DEM. &lt;br /&gt;
:1-3 contour intervals (for example 1m, 5m, 25m) and a symbol for each can be set. &lt;br /&gt;
:Specify the minimum and maximum contour for the calculation.&lt;br /&gt;
&lt;br /&gt;
[[File:ContourLines.PNG]]&lt;br /&gt;
&lt;br /&gt;
==Create Hypsometric Map:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CreateHypsometricMap.PNG|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
:This function calculates a grayscale or colored hypsometric map as GeoTIFF file. &lt;br /&gt;
:Optionally it is directly loaded as background map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two different types of hypsometric maps:&lt;br /&gt;
&lt;br /&gt;
* Grayscale hypsometric map&lt;br /&gt;
* Colored hypsometric map&lt;br /&gt;
&lt;br /&gt;
[[File:HypsometricMap.PNG]]&lt;br /&gt;
&lt;br /&gt;
==Create Hill Shading:==&lt;br /&gt;
&lt;br /&gt;
[[File:CreateHillShading.PNG|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
:This function calculates a shaded relief picture (hill shading). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:There are two calculation methods available: &lt;br /&gt;
* &#039;&#039;&#039;Slope shading&#039;&#039;&#039; is optimized to see outlines of features like paths in a slope. &lt;br /&gt;
* &#039;&#039;&#039;Slope shading combined with oblique light shading&#039;&#039;&#039; is the recommended method if the hill shading should be used as a background relief of a map. Optionally the calculated hill shading is directly loaded as background map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Independent from the chosen method set an &#039;&#039;&#039;Azimuth&#039;&#039;&#039; and a &#039;&#039;&#039;Declination&#039;&#039;&#039; of the light source. Usually this is 315° (north-west) and 45°. Set also an &#039;&#039;&#039;Exaggeration&#039;&#039;&#039; factor.&lt;br /&gt;
&lt;br /&gt;
[[File:HillShading.PNG]]&lt;br /&gt;
&lt;br /&gt;
==Calculate Slope Gradient==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CreateSlopeGradient.png|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
:Choose &#039;&#039;&#039;Calculate Slope Gradient&#039;&#039;&#039; from &#039;&#039;&#039;DEM&#039;&#039;&#039; menu.&lt;br /&gt;
:The &#039;&#039;&#039;Calculate Slope Gradient&#039;&#039;&#039; dialog box appears.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two different methods:&lt;br /&gt;
&lt;br /&gt;
* Continous (0° - 50° = grayscale)&lt;br /&gt;
* Black/White (&amp;lt;45° = white)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SlopeGradient.PNG]]&lt;br /&gt;
&lt;br /&gt;
==Classify Vegetation Height==&lt;br /&gt;
&lt;br /&gt;
[[File:ClassifyVegetationHeight.PNG|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
Choose &#039;&#039;&#039;Classify Vegetation Height&#039;&#039;&#039; from &#039;&#039;&#039;DEM&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two different options to classify vegetation height:&lt;br /&gt;
&lt;br /&gt;
* gray scale classification&lt;br /&gt;
* Colored classification&lt;br /&gt;
&lt;br /&gt;
[[File:VegetationHeight.PNG]]&lt;br /&gt;
&lt;br /&gt;
==Create Profile:==&lt;br /&gt;
: Create Profile command is only activated if 1 line object in the map is selected. The command calculates a profile for the selected line object. &lt;br /&gt;
: In the &#039;&#039;&#039;DEM Profile&#039;&#039;&#039; dialog box choose between &#039;&#039;&#039;Auto scale&#039;&#039;&#039; option and a manually set &#039;&#039;&#039;Scale&#039;&#039;&#039;. Turn on/off a &#039;&#039;&#039;Grid&#039;&#039;&#039;. &lt;br /&gt;
: The &#039;&#039;&#039;Elevation factor&#039;&#039;&#039; is a scale factor between the vertical and horizontal profile axis. The &#039;&#039;&#039;Elevation resolution&#039;&#039;&#039; and the &#039;&#039;&#039;Length resolution&#039;&#039;&#039; are filter that influence the calculation to of total ascent and total descent. These resolution values should not be more accurate than the elevation resolution and cell size of the DEM.&lt;br /&gt;
: It is possible to &#039;&#039;&#039;Add the profile to the actual OCAD map&#039;&#039;&#039;, to &#039;&#039;&#039;Export&#039;&#039;&#039; it as *.ocd, *.bmp or *.gif file or to Print it.&lt;br /&gt;
&lt;br /&gt;
: [[File:Hint.jpg|hint]] &#039;&#039;&#039;DEM Profile&#039;&#039;&#039; dialog is a non-modal dialog. The user can switch between it and OCAD map window. It is possible to edit the selected line object in the OCAD map. Click &#039;&#039;&#039;Update&#039;&#039;&#039; button in the &#039;&#039;&#039;DEM Profile&#039;&#039;&#039; dialog to see the profile for the edited object.&lt;br /&gt;
&lt;br /&gt;
==Export:== &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;float:right; background:transparent; padding:0px; margin:0px;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[File:DEMExport.PNG]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Export OCAD DEM file as ESRI ASCII Grid or as ASCII Grid XYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Printing Maps]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[GPS]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Help:Contents]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=DEM&amp;diff=1659</id>
		<title>DEM</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=DEM&amp;diff=1659"/>
		<updated>2011-10-27T13:03:51Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A DEM (Digital Elevation Model) contains points with elevation data. Data collection may is done with LIDAR (Light Detection and Ranging) technology, also known as airborne laser scanning. There are DEM where points are arranged in a regular grid with a constant distance from each other. This distance is called cell size. Other DEM contain points that are arranged irregularly.&lt;br /&gt;
: Read more about this topic: http://en.wikipedia.org/wiki/Digital_elevation_model&lt;br /&gt;
&lt;br /&gt;
==Import:== &lt;br /&gt;
&lt;br /&gt;
OCAD DEM Module can Import regular and irregular DEM data files. Supported DEM formats are: ESRI ASCII Grid and xyz file. Binary files are not supported.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Import&#039;&#039;&#039; a  Raw data ASCII XYZ file, an ASCII Grid XYZ file, a SRTM file (*.hgt), a LAS file or an ESRI ASCII Grid file to OCAD. First use &#039;&#039;&#039;Add&#039;&#039;&#039; button to add a DEM to the &#039;&#039;&#039;DEM Import&#039;&#039;&#039; dialog. &lt;br /&gt;
# Then &#039;&#039;&#039;Analyze&#039;&#039;&#039; the DEM to get some information about the DEM like extent, cell size etc.&lt;br /&gt;
# If the source file is a regular grid (Data type of import files = Grid), the &#039;&#039;&#039;Cell size&#039;&#039;&#039; box is set to read only. OCAD sets the same cell size for the imported DEM. For irregular source DEM (Data type of import files = Raw) the cell size can be set in the cell size box. For these DEM OCAD interpolates a regular grid with the specified cell size during the import. &lt;br /&gt;
# At the end of the import procedure the imported DEM must be saved in OCAD DEM file format (*.ocdDem) and it is loaded to the OCAD map.&lt;br /&gt;
# To see the extent of the loaded DEM active &#039;&#039;&#039;Show Frame&#039;&#039;&#039; menu item.&lt;br /&gt;
&lt;br /&gt;
: [[File:Hint.jpg|hint]] The &#039;&#039;&#039;Cell size&#039;&#039;&#039; has to be an integer value. The minimum Cell size is 1m.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;In Summary, for example import LAS data:&#039;&#039;&#039;&lt;br /&gt;
: [[File:DEMImport.JPG|miniatur|500x500px|DEM import]] [[File:DEMImport2.JPG|miniatur|500x500px|DEM import]] [[File:DEMImport3.JPG|miniatur|500x500px|DEM import]]&lt;br /&gt;
# Choose &#039;&#039;&#039;Import&#039;&#039;&#039; from &#039;&#039;&#039;DEM&#039;&#039;&#039; menu. The dialog box &#039;&#039;&#039;DEM Import&#039;&#039;&#039; appears.&lt;br /&gt;
# &#039;&#039;&#039;Add&#039;&#039;&#039; a DEM.&lt;br /&gt;
# &#039;&#039;&#039;Analyze&#039;&#039;&#039; the DEM and click &#039;&#039;&#039;Save&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Save&#039;&#039;&#039; &lt;br /&gt;
* &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an OCAD DEM file (*.ocdDem).&lt;br /&gt;
* &#039;&#039;&#039;Show Frame:&#039;&#039;&#039; Shows blue rectangle with the extent of loaded DEM.&lt;br /&gt;
* &#039;&#039;&#039;Resize:&#039;&#039;&#039;Resize OCAD DEM file (make a subset) and save it as a new OCAD DEM file. &lt;br /&gt;
* &#039;&#039;&#039;Info:&#039;&#039;&#039; Shows information about OCAD DEM file.&lt;br /&gt;
* &#039;&#039;&#039;Close:&#039;&#039;&#039; Close OCAD DEM file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Merge DEM==&lt;br /&gt;
&lt;br /&gt;
[[File:Merge.PNG|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To merge two different DEM´s, choose &#039;&#039;&#039;Merge&#039;&#039;&#039; from &#039;&#039;&#039;DEM&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;DEM 1:&#039;&#039;&#039; Choose the first DEM.&lt;br /&gt;
* &#039;&#039;&#039;DEM 2:&#039;&#039;&#039; Choose the second DEM.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[[File:Hint.jpg]] The two DEMs must have the same cell size and image clipping.&lt;br /&gt;
&lt;br /&gt;
==Calculate DEM Difference==&lt;br /&gt;
&lt;br /&gt;
[[File:CalculateDEMDifference.PNG|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
# Choose &#039;&#039;&#039;Calculate DEM Difference&#039;&#039;&#039; from &#039;&#039;&#039;DEM&#039;&#039;&#039; menu.&lt;br /&gt;
# The &#039;&#039;&#039;Calculate DEM Difference&#039;&#039;&#039; dialog box appears.&lt;br /&gt;
# Add &#039;&#039;Upper DEM&#039;&#039; = DOM&lt;br /&gt;
# Add &#039;&#039;Lower DEM&#039;&#039; = DEM&lt;br /&gt;
# Click &#039;&#039;&#039;OK&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To see the DEM difference choose &#039;&#039;&#039;[[http://ocad.com/en.wiki/index.php?title=DEM#Classify_Vegetation_Height Classify Vegetation Height]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* No difference between the elevation models appears black.&lt;br /&gt;
* The greater the difference, the whiter it appears.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: [[File:Hint.jpg]] Same cell size and clipping of DOM and DEM.&lt;br /&gt;
&lt;br /&gt;
==Create Contour Lines:==&lt;br /&gt;
&lt;br /&gt;
[[File:CreateContourLines.png|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
:This function calculates contour lines based on the loaded DEM. &lt;br /&gt;
:1-3 contour intervals (for example 1m, 5m, 25m) and a symbol for each can be set. &lt;br /&gt;
:Specify the minimum and maximum contour for the calculation.&lt;br /&gt;
&lt;br /&gt;
[[File:ContourLines.PNG]]&lt;br /&gt;
&lt;br /&gt;
==Create Hypsometric Map:==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CreateHypsometricMap.PNG|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
:This function calculates a grayscale or colored hypsometric map as GeoTIFF file. &lt;br /&gt;
:Optionally it is directly loaded as background map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two different types of hypsometric maps:&lt;br /&gt;
&lt;br /&gt;
* Grayscale hypsometric map&lt;br /&gt;
* Colored hypsometric map&lt;br /&gt;
&lt;br /&gt;
[[File:HypsometricMap.PNG]]&lt;br /&gt;
&lt;br /&gt;
==Create Hill Shading:==&lt;br /&gt;
&lt;br /&gt;
[[File:CreateHillShading.PNG|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
:This function calculates a shaded relief picture (hill shading). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:There are two calculation methods available: &lt;br /&gt;
* &#039;&#039;&#039;Slope shading&#039;&#039;&#039; is optimized to see outlines of features like paths in a slope. &lt;br /&gt;
* &#039;&#039;&#039;Slope shading combined with oblique light shading&#039;&#039;&#039; is the recommended method if the hill shading should be used as a background relief of a map. Optionally the calculated hill shading is directly loaded as background map.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Independent from the chosen method set an &#039;&#039;&#039;Azimuth&#039;&#039;&#039; and a &#039;&#039;&#039;Declination&#039;&#039;&#039; of the light source. Usually this is 315° (north-west) and 45°. Set also an &#039;&#039;&#039;Exaggeration&#039;&#039;&#039; factor.&lt;br /&gt;
&lt;br /&gt;
[[File:HillShading.PNG]]&lt;br /&gt;
&lt;br /&gt;
==Calculate Slope Gradient==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:CreateSlopeGradient.png|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
:Choose &#039;&#039;&#039;Calculate Slope Gradient&#039;&#039;&#039; from &#039;&#039;&#039;DEM&#039;&#039;&#039; menu.&lt;br /&gt;
:The &#039;&#039;&#039;Calculate Slope Gradient&#039;&#039;&#039; dialog box appears.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two different methods:&lt;br /&gt;
&lt;br /&gt;
* Continous (0° - 50° = grayscale)&lt;br /&gt;
* Black/White (&amp;lt;45° = white)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SlopeGradient.PNG]]&lt;br /&gt;
&lt;br /&gt;
==Classify Vegetation Height==&lt;br /&gt;
&lt;br /&gt;
[[File:ClassifyVegetationHeight.PNG|miniatur|400x400px|right]]&lt;br /&gt;
&lt;br /&gt;
Choose &#039;&#039;&#039;Classify Vegetation Height&#039;&#039;&#039; from &#039;&#039;&#039;DEM&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are two different options to classify vegetation height:&lt;br /&gt;
&lt;br /&gt;
* gray scale classification&lt;br /&gt;
* Colored classification&lt;br /&gt;
&lt;br /&gt;
[[File:VegetationHeight.PNG]]&lt;br /&gt;
&lt;br /&gt;
==Create Profile:==&lt;br /&gt;
: Create Profile command is only activated if 1 line object in the map is selected. The command calculates a profile for the selected line object. &lt;br /&gt;
: In the &#039;&#039;&#039;DEM Profile&#039;&#039;&#039; dialog box choose between &#039;&#039;&#039;Auto scale&#039;&#039;&#039; option and a manually set &#039;&#039;&#039;Scale&#039;&#039;&#039;. Turn on/off a &#039;&#039;&#039;Grid&#039;&#039;&#039;. &lt;br /&gt;
: The &#039;&#039;&#039;Elevation factor&#039;&#039;&#039; is a scale factor between the vertical and horizontal profile axis. The &#039;&#039;&#039;Elevation resolution&#039;&#039;&#039; and the &#039;&#039;&#039;Length resolution&#039;&#039;&#039; are filter that influence the calculation to of total ascent and total descent. These resolution values should not be more accurate than the elevation resolution and cell size of the DEM.&lt;br /&gt;
: It is possible to &#039;&#039;&#039;Add the profile to the actual OCAD map&#039;&#039;&#039;, to &#039;&#039;&#039;Export&#039;&#039;&#039; it as *.ocd, *.bmp or *.gif file or to Print it.&lt;br /&gt;
&lt;br /&gt;
: [[File:Hint.jpg|hint]] &#039;&#039;&#039;DEM Profile&#039;&#039;&#039; dialog is a non-modal dialog. The user can switch between it and OCAD map window. It is possible to edit the selected line object in the OCAD map. Click &#039;&#039;&#039;Update&#039;&#039;&#039; button in the &#039;&#039;&#039;DEM Profile&#039;&#039;&#039; dialog to see the profile for the edited object.&lt;br /&gt;
&lt;br /&gt;
==Export:== &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;float:right; background:transparent; padding:0px; margin:0px;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[File:DEMExport.PNG]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Export OCAD DEM file as ESRI ASCII Grid or as ASCII Grid XYZ.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Printing Maps]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[GPS]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Help:Contents]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=OCAD_Internet_Map&amp;diff=1647</id>
		<title>OCAD Internet Map</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=OCAD_Internet_Map&amp;diff=1647"/>
		<updated>2011-10-26T12:17:44Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Export OIM==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Choose this command to export the map as OIM (OCAD Internet Map). &lt;br /&gt;
After clicking OK, a file dialog box is displayed where you can enter a filename for the exported map. &lt;br /&gt;
With OIM you can publish big OCAD maps on internet. OIM supports the Java- Flash and SVG format. You can insert the OCAD Internet Map to a HTML file.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Resolution:&#039;&#039;&#039; Enter here the resolution of the GIF (for Java) or JPG (for Flash) file.&lt;br /&gt;
* &#039;&#039;&#039;Part of map:&#039;&#039;&#039; Activate this check box to export a part of the map. The map section will be shown with a rectangle on the drawing window. You can alter the rectangle with the mouse.&lt;br /&gt;
&lt;br /&gt;
: Click the button Setup [[File:Setup.JPG|setup]] to define the part of map to be exported by coordinates. The dialog box Setup Part of Map (Export) appears.&lt;br /&gt;
: Click the button Entire map [[File:EntireMap.JPG|entire map]] to export the entire map.&lt;br /&gt;
: Click the button To current view [[File:ToCurrentView.JPG|to current view]] to export the currently on the screen displayed map.&lt;br /&gt;
: If this check box is not active the entire map will be exported.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Zoom range:&#039;&#039;&#039; Enter the zoom range. Normally it is equal to the number of zoom levels.&lt;br /&gt;
* &#039;&#039;&#039;Zoom levels:&#039;&#039;&#039; The OCAD Internet Map in Java Applet or Flash consists of GIF or JPG files in different resolution. Enter the number of zoom level. The resolution for the minimum magnification will be set to fit the map in the window. The resolution of the maximum magnification is set according the field Resolution. The resolution in-between will be calculated in a logarithmic interval.&lt;br /&gt;
* &#039;&#039;&#039;Do not create tiles:&#039;&#039;&#039; Activate this option if you like to do only changes on the search function or on the hotspots without creating the map files newly.&lt;br /&gt;
* &#039;&#039;&#039;Compress SVG:&#039;&#039;&#039; Activate this box to compress the SVG export file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Layout:&#039;&#039;&#039; Choose this page to define the layout of the OCAD Internet Map.&lt;br /&gt;
* &#039;&#039;&#039;Overview size:&#039;&#039;&#039; On internet map an overview map appears upper right. Enter here the Width and Height of the overview in pixels.&lt;br /&gt;
* &#039;&#039;&#039;Border width:&#039;&#039;&#039; Enter here the border width of the internet map in pixels. The default value is 5 pixels.&lt;br /&gt;
* &#039;&#039;&#039;Fill color:&#039;&#039;&#039; Click on this button to change the background color. The Color dialog appears.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Maps:&#039;&#039;&#039; Choose this page to choose the maps.&lt;br /&gt;
&lt;br /&gt;
The list shows one line for each zoom level. For each zoom level you can choose a map file to be used for this zoom level. The first line shows the map for the lowest magnification, the last line the map for the highest magnification.&lt;br /&gt;
If you do not make any change, the actual map is used for all zoom levels. If you want to use different maps for lower magnifications, you can choose here the desired map. To change the map file double click the corresponding line or select the line and click &#039;&#039;&#039;Change&#039;&#039;&#039;.&lt;br /&gt;
OCAD adjusts the maps using real world coordinates. When creating a special map for the lower magnifications, you should use &#039;&#039;&#039;Change Scale&#039;&#039;&#039; from the &#039;&#039;&#039;Map menu&#039;&#039;&#039;. This guarantees that scale and real world coordinates for the maps are correct.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Change:&#039;&#039;&#039; Click this button to change the map file for the selected zoom level.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Find:&#039;&#039;&#039; Choose this page to create a &#039;&#039;&#039;Find&#039;&#039;&#039; function for the Internet map. The Find function lets the user find street names, for example. OCAD will add a find box in the HTML file, where a name can be selected. For more information about calling the functions of the OCAD applet see the demo at &lt;br /&gt;
: [http://www.ocad.com/demo/scriptdemo.htm scriptdemo].&lt;br /&gt;
:To add a Find function, the corresponding objects must be linked to a database. See &#039;&#039;&#039;Creating&#039;&#039;&#039; a &#039;&#039;&#039;New Database Table&#039;&#039;&#039; for information on how to create a table and to link the objects.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;External scripting (JavaScript): &#039;&#039;&#039; Activate this box if you want the scripting for the Java applet in the HTML file. Otherwise the scripting functions are in the Java applet.&lt;br /&gt;
* &#039;&#039;&#039;Add:&#039;&#039;&#039; Click this button to add a find box or hotspots to the HTML file. The Edit Find/Hotspots dialog box appears.&lt;br /&gt;
* &#039;&#039;&#039;Edit:&#039;&#039;&#039; Click this button to edit the selected find box or hotspots. The Edit Find/Hotspots dialog box appears.&lt;br /&gt;
* &#039;&#039;&#039;Remove:&#039;&#039;&#039; Click this button to remove the selected find box or hotspots. &lt;br /&gt;
* &#039;&#039;&#039;Label for the selected box:&#039;&#039;&#039; Enter here the label for the selected box.&lt;br /&gt;
* &#039;&#039;&#039;Label for the find box:&#039;&#039;&#039; Enter here the label for the find box.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hotspots&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;(This function is only available in OCAD Professional!)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Choose this page to add hotspots to the Internet map. Hotspots appear in programmable shape and color on the map. If the user clicks on a hotspot, the corresponding document will be displayed. &lt;br /&gt;
OCAD writes the code for the hotspots to the HTML file. This is intended as sample code. You may copy this code to your HTML file and make changes according to your needs.&lt;br /&gt;
To add hotspots, the corresponding objects must be linked to a database. See &#039;&#039;&#039;Creating a New Database Table&#039;&#039;&#039; for information on how to create a table and to link the objects.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Title&#039;&#039;&#039;&lt;br /&gt;
Enter here the title for the hotspots and find function. The title appears in OIM map.&lt;br /&gt;
:&#039;&#039;&#039; Dataset:&#039;&#039;&#039;	Select here the dataset which connects to a table with the URLs (www addresses).&lt;br /&gt;
:&#039;&#039;&#039; Condition:&#039;&#039;&#039; 	Enter here the condition for the find objects.&lt;br /&gt;
:&#039;&#039;&#039; Name field: &#039;&#039;&#039; Select here the field in the table which contains the names for the find function.&lt;br /&gt;
:&#039;&#039;&#039; Pointer:&#039;&#039;&#039; Choose here the pointer type and the color for the find objects.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hotspots&#039;&#039;&#039;&lt;br /&gt;
:&#039;&#039;&#039; Show hotspots:&#039;&#039;&#039; Activate this box to add hotspots to the Internet map.&lt;br /&gt;
:&#039;&#039;&#039; URL field:&#039;&#039;&#039; Select here the field in the table which contains the URL.&lt;br /&gt;
:You can add absolute URLs starting with http:, ftp:, file: or mailto: URLs which do not start with one of these prefixes are treated as local addresses. They must be in the same folder as the applet or in a subfolder of it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Examples:&#039;&#039;&#039;&lt;br /&gt;
: http://www.ocad.com&lt;br /&gt;
: mydoc.html&lt;br /&gt;
: mysubfolder/mysubfolderdoc.html&lt;br /&gt;
: &#039;&#039;&#039;Database queries:&#039;&#039;&#039;&lt;br /&gt;
: You can create database queries with &#039;&#039;&#039;Prefix&#039;&#039;&#039; and &#039;&#039;&#039;URL field&#039;&#039;&#039;. For example:&lt;br /&gt;
: Prefix: http://www.ocad.com/page.php?id=&lt;br /&gt;
: URL-ID: database id &lt;br /&gt;
: Prefix:		Enter here the prefix for all URLs.&lt;br /&gt;
: Postfix: 	Enter here the postfix for all URLs.&lt;br /&gt;
: Target: 	Normally the document will be displayed in a new window. However it is possible to display it in a frame. Enter here the frame name or select one of the following targets:&lt;br /&gt;
: - _blank: Open page in new window.&lt;br /&gt;
: - _parent: open page in parent window of the frame.&lt;br /&gt;
: - _self: Open page in the same window.&lt;br /&gt;
: - _top: Open page in top window. &lt;br /&gt;
: &#039;&#039;&#039;Hint field:&#039;&#039;&#039; 	Select here the field in the table which contains the names for the hints.&lt;br /&gt;
: &#039;&#039;&#039;Type:&#039;&#039;&#039; 		Choose here the hotspot symbol type.&lt;br /&gt;
: &#039;&#039;&#039;Color:&#039;&#039;&#039; 		Choose the hotspot color.&lt;br /&gt;
: &#039;&#039;&#039;Show in zoom levels:&#039;&#039;&#039; Select here in which zoom levels the hotspot should appear.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Server Client]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter : [[Workflows]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Help:Contents]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Graphical_User_Interface&amp;diff=1640</id>
		<title>Graphical User Interface</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Graphical_User_Interface&amp;diff=1640"/>
		<updated>2011-10-26T09:24:18Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* GPS Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:GUI.jpg|GUI]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Toolbars==&lt;br /&gt;
The Toolbars can be moved within the graphical user interface. The buttons can be individually shown or hidden via the &#039;&#039;&#039;Options&#039;&#039;&#039; menu under &#039;&#039;&#039;OCAD Preferences&#039;&#039;&#039;, &#039;&#039;&#039;GUI (Graphical user Interface)&#039;&#039;&#039;, &#039;&#039;&#039;Toolbars&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
[[File:Toolbars.JPG|toolbars]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Standard Toolbar===&lt;br /&gt;
[[File:StandardToolbar.JPG|Standard buttons]] &lt;br /&gt;
: [[File:New.JPG|new]] &#039;&#039;&#039;New:&#039;&#039;&#039; Create a new map.&lt;br /&gt;
: [[File:Open.JPG|open]] &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an existing map.&lt;br /&gt;
: [[File:Save.JPG|save]] &#039;&#039;&#039;Save:&#039;&#039;&#039; Save changes made to the map.&lt;br /&gt;
: [[File:Print.JPG|print]] &#039;&#039;&#039;Print:&#039;&#039;&#039; Print out the map.&lt;br /&gt;
: [[File:Undo.JPG|undo]] &#039;&#039;&#039;Undo:&#039;&#039;&#039; Undo previous actions.&lt;br /&gt;
: [[File:Redo.JPG|redo]] &#039;&#039;&#039;Redo:&#039;&#039;&#039; Cancel the previous undo action.&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
===Edit functions Toolbar===&lt;br /&gt;
[[File:EditFunctionsToolbar.JPG|edit functions toolbar]]&lt;br /&gt;
: [[File:FindSelectedObjects.JPG|find selected objects]] &#039;&#039;&#039;Find Selected Objects:&#039;&#039;&#039; Move screen to the selected object.&lt;br /&gt;
: [[File:Delete.JPG|delete]] &#039;&#039;&#039;Delete:&#039;&#039;&#039; Delete the selected object(s).&lt;br /&gt;
: [[File:DuplicateObject.JPG|duplicate object]] &#039;&#039;&#039;Duplicate Object:&#039;&#039;&#039; Create a copy of the selected objects.&lt;br /&gt;
: [[File:FillOrMakeBorder.JPG|fill or make border]] &#039;&#039;&#039;Fill or Make Border:&#039;&#039;&#039; Fill a line or area object(s) with area object(s) or make line border of area object(s).&lt;br /&gt;
: [[File:Merge.JPG|merge]] &#039;&#039;&#039;Merge:&#039;&#039;&#039; Merge multiple line, area and text objects into one object.&lt;br /&gt;
: [[File:ReverseObject.JPG|reverse object]] &#039;&#039;&#039;Reverse Object:&#039;&#039;&#039; Reverse the direction of the selected line object(s)&lt;br /&gt;
: [[File:ChangeToBezierCurve.JPG|change to Bézier curve]] &#039;&#039;&#039;Change To Bézier Curve&#039;&#039;&#039;: Convert the selected line or area object(s) drawn in freehand mode to curves.&lt;br /&gt;
: [[File:ConvertToGraphicObject.JPG|convert to graphic object]] &#039;&#039;&#039;Convert To Graphic Object:&#039;&#039;&#039; Convert the selected object(s) to their graphic elements (lines and areas).&lt;br /&gt;
: [[File:Smooth.JPG|smooth]] &#039;&#039;&#039;Smooth&#039;&#039;&#039;&lt;br /&gt;
: [[File:Snapping.JPG|snapping]] &#039;&#039;&#039;Snapping&#039;&#039;&#039;	&lt;br /&gt;
: [[File:Join.JPG|join]] &#039;&#039;&#039; Join:&#039;&#039;&#039; Move the ends of the selected line object to connect to adjoining objects.&lt;br /&gt;
: [[File:ChangeSymbolOfObject.JPG|change symbol of object]] &#039;&#039;&#039;Change Symbol of Object:&#039;&#039;&#039; The selected object is assigned to the symbol selected in the symbol box.&lt;br /&gt;
: [[File:ChangeSymbolForAllObjectsWithThisSymbol.JPG|change symbol for all objects with this symbol]] &#039;&#039;&#039;Change Symbol For All Objects With This Symbol:&#039;&#039;&#039; Change the symbol of all objects with a symbol A to symbol B.&lt;br /&gt;
: [[File:Measure.JPG|measure]] &#039;&#039;&#039;Measure:&#039;&#039;&#039; Measure the selected line or area object or the distance between 2 selected vertices objects.&lt;br /&gt;
: [[File:AutomaticJoining.JPG|automatic joining]] &#039;&#039;&#039;Automatic joining:&#039;&#039;&#039; Automatically join the ends of lines during the drawing process.&lt;br /&gt;
: [[File:SmoothingLvl.JPG|smoothing level]] &#039;&#039;&#039;Smoothing level&#039;&#039;&#039;:  This option is used to select the required smoothing level for lines, for converting freehand lines into Bézier curves and for automatically smoothing lines drawn in freehand mode.&lt;br /&gt;
&lt;br /&gt;
===View Toolbar===&lt;br /&gt;
 &lt;br /&gt;
[[File:ViewToolbar.JPG|view toolbar]]  &lt;br /&gt;
Various functions are available for increasing or reducing the size of map sections as well as repositioning them.&lt;br /&gt;
: [[File:Pan.JPG|pan]] &#039;&#039;&#039;Pan:&#039;&#039;&#039; Reposition the map section&lt;br /&gt;
: [[File:PanLocked.JPG|pan locked]] &#039;&#039;&#039;Pan locked:&#039;&#039;&#039; Reposition the map section a number of times in succession. &lt;br /&gt;
: [[File:ZoomIn.JPG|zoom in]] &#039;&#039;&#039;Zoom In:&#039;&#039;&#039; Increase the size of the map section.&lt;br /&gt;
: [[File:ZoomInLocked.JPG|zoom in locked]] &#039;&#039;&#039;Zoom in locked:&#039;&#039;&#039; Increase the size of the map section a number of times in succession. &lt;br /&gt;
: [[File:ZoomOut.JPG|zoom out]] &#039;&#039;&#039;Zoom Out:&#039;&#039;&#039; Reduce the size of the map section.&lt;br /&gt;
: [[File:ZoomOutToPreviousView.JPG|zoom out to previous view]] &#039;&#039;&#039;Zoom out to previous view:&#039;&#039;&#039; Return to last smaller map section.&lt;br /&gt;
: [[File:ZoomToPreviousView.JPG|zoom to previous view]] &#039;&#039;&#039;Zoom to previous view:&#039;&#039;&#039; Return to last map section.&lt;br /&gt;
: [[File:ZoomToNextView.JPG|zoom to next view]] &#039;&#039;&#039;Zoom to next view:&#039;&#039;&#039; Go to previous map section.&lt;br /&gt;
: [[File:ShowEntireMap.JPG|show entire map]] &#039;&#039;&#039;Show Entire Map:&#039;&#039;&#039; Display the entire map in the drawing window.&lt;br /&gt;
  	&lt;br /&gt;
: [[File:DraftMode.JPG|draft mode slider]] &#039;&#039;&#039;Draft mode slider:&#039;&#039;&#039; The upper slider (M for map) is used to fade out the map objects; the lower slider (B for background) to fade out the map background.The Draft mode slider is only visible if Draft Mode is active in the View menu. &lt;br /&gt;
: [[File:ShowGrid.JPG|show grid]] &#039;&#039;&#039;Show grid:&#039;&#039;&#039; Display the coordinate grid in the drawing window.&lt;br /&gt;
&lt;br /&gt;
===Edit and drawing  toolbar===&lt;br /&gt;
[[File:EditAndDrawingToolbar.JPG|edit and drawing toolbar]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Edit modes====&lt;br /&gt;
: [[File:EditToolbar.JPG|EditToolbar.JPG]] &lt;br /&gt;
: [[File:SelectAndEditObject.JPG|select and edit object]] &#039;&#039;&#039;Select and Edit Object:&#039;&#039;&#039; Select and move objects.&lt;br /&gt;
: [[File:SelectObjectAndEditVertex.JPG|select object and edit vertex]] &#039;&#039;&#039;Select Object and Edit Vertex:&#039;&#039;&#039; Select objects or move points of objects.&lt;br /&gt;
: [[File:NormalVertex.JPG|normal vertex]] &#039;&#039;&#039;Normal Vertex:&#039;&#039;&#039; Add a Normal vertex&lt;br /&gt;
: [[File:CornerVertex.JPG|corner vertex]] &#039;&#039;&#039;Corner Vertex:&#039;&#039;&#039; Add a Corner vertex&lt;br /&gt;
: [[File:DashVertex.JPG|dash vertex]] &#039;&#039;&#039;Dash Vertex:&#039;&#039;&#039; Add a Dash vertex.&lt;br /&gt;
: [[File:RemoveVertex.JPG|remove vertex]] &#039;&#039;&#039;Remove Vertex&#039;&#039;&#039;&lt;br /&gt;
: [[File:IndicateDirectionOfAreaPatternPointOrTextObject.JPG|indicate direction of area pattern point or text object]] &#039;&#039;&#039; 	Indicate Direction of Area Pattern, Point or Text Object&#039;&#039;&#039;&lt;br /&gt;
: [[File:RotateObject.JPG|rotate object]] &#039;&#039;&#039;Rotate Object:&#039;&#039;&#039; Rotate the selected object(s).&lt;br /&gt;
: [[File:CutHole.JPG|cut hole]] &#039;&#039;&#039;Cut hole:&#039;&#039;&#039; Cut hole in area.&lt;br /&gt;
: [[File:CutArea.JPG|cut area]] &#039;&#039;&#039;Cut area:&#039;&#039;&#039; Cut area object.&lt;br /&gt;
: [[File:Cut.JPG|cut]] &#039;&#039;&#039;Cut:&#039;&#039;&#039; Cut line object.&lt;br /&gt;
: [[File:MoveParallel.JPG|move parallel]] &#039;&#039;&#039;Move parallel:&#039;&#039;&#039; Move the selected line or area object parallel to the original object.&lt;br /&gt;
: [[File:Reshape.JPG|reshape]] &#039;&#039;&#039;Reshape:&#039;&#039;&#039; To shape (something) again or differently&lt;br /&gt;
&lt;br /&gt;
====Drawing modes====&lt;br /&gt;
: [[File:CurveMode.JPG|curve mode]] &#039;&#039;&#039;Curve mode:&#039;&#039;&#039; Draw in curve mode.&lt;br /&gt;
: [[File:EllipseMode.JPG|ellipse mode]] &#039;&#039;&#039;Ellipse mode:&#039;&#039;&#039; Draw elliptical (oval) objects.&lt;br /&gt;
: [[File:CircleMode.JPG|circle mode]] &#039;&#039;&#039;Circle mode:&#039;&#039;&#039;  Draw circular objects.&lt;br /&gt;
: [[File:RectangularLineMode.JPG|rectangular line mode]] &#039;&#039;&#039;Rectangular line mode:&#039;&#039;&#039; Draw rectangular line objects with any number of corners.&lt;br /&gt;
: [[File:RectangularMode.JPG|rectangular mode]] &#039;&#039;&#039;Rectangular mode:&#039;&#039;&#039;  Draw rectangular area objects with any number of corners.&lt;br /&gt;
: [[File:StraightLineMode.JPG|straight line mode]] &#039;&#039;&#039;Straight line mode:&#039;&#039;&#039; Draw objects with straight lines.&lt;br /&gt;
: [[File:FreehandMode.JPG|freehand mode]] &#039;&#039;&#039;Freehand mode:&#039;&#039;&#039; Draw objects in freehand mode.&lt;br /&gt;
: [[File:DrawingMultiplePointObjects.JPG|drawing multiple point objects]] &#039;&#039;&#039;Drawing multiple point objects:&#039;&#039;&#039; Draw several point objects that are placed on a line with a constant interval.&lt;br /&gt;
: [[File:NumericMode.JPG|numeric mode]] &#039;&#039;&#039;Numeric Mode:&#039;&#039;&#039; Draw objects in numeric mode.&lt;br /&gt;
: [[File:LaserDistance.PNG]] &#039;&#039;&#039;Laser distance drawing mode&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: [[File:NumericToolbar.JPG|numeric toolbar]] &#039;&#039;&#039;Numeric Toolbar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Server Toolbar===&lt;br /&gt;
&lt;br /&gt;
ADD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Customize Toolbar dialog box===&lt;br /&gt;
Choose this command to customize toolbars. &lt;br /&gt;
The dialog box is opened by clicking &#039;&#039;&#039;Customize&#039;&#039;&#039; button in on &#039;&#039;&#039;GUI (Graphical User Interface)&#039;&#039;&#039; page in &#039;&#039;&#039;OCAD Preferences&#039;&#039;&#039; dialog box or by clicking on the right end of a toolbar.&lt;br /&gt;
When the box above the button is checked the button will be visible otherwise it will be hidden.&lt;br /&gt;
&lt;br /&gt;
ADD PICTURE TOOLBAR&lt;br /&gt;
&lt;br /&gt;
[[File:Hint.jpg|hint]] The Numeric keypad toolbar cannot be customized.&lt;br /&gt;
&lt;br /&gt;
==Menu==&lt;br /&gt;
The OCAD Professional Edition features the following 15  menus: &lt;br /&gt;
&lt;br /&gt;
[[File:Menu.JPG|menu]]&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;File&#039;&#039;&#039;:	File management, file import and export functions, printing&lt;br /&gt;
*&#039;&#039;&#039;Server/Client&#039;&#039;&#039;: Functions for Server/Client &lt;br /&gt;
*&#039;&#039;&#039;View&#039;&#039;&#039;:	Functions for viewing the map&lt;br /&gt;
*&#039;&#039;&#039;Select&#039;&#039;&#039;: Functions for selecting an object or a vertex &lt;br /&gt;
*&#039;&#039;&#039;Object&#039;&#039;&#039;: Object editing functions&lt;br /&gt;
*&#039;&#039;&#039;Symbol&#039;&#039;&#039;: Functions for creating and editing symbols&lt;br /&gt;
*&#039;&#039;&#039;Map&#039;&#039;&#039;: Map editing functions&lt;br /&gt;
*&#039;&#039;&#039;Layout&#039;&#039;&#039;: Function for layout managing&lt;br /&gt;
*&#039;&#039;&#039;Database&#039;&#039;&#039;: Functions for connecting and editing databases&lt;br /&gt;
*&#039;&#039;&#039;Background Map&#039;&#039;&#039;: Functions for loading and managing background maps&lt;br /&gt;
*&#039;&#039;&#039;DEM&#039;&#039;&#039;: Functions for the import, export and evaluation of Digital Elevation Models  &lt;br /&gt;
*&#039;&#039;&#039;GPS&#039;&#039;&#039;: Functions for connecting GPS devices or importing GPS data&lt;br /&gt;
*&#039;&#039;&#039;Options&#039;&#039;&#039;: Functions for customizing personal preferences&lt;br /&gt;
*&#039;&#039;&#039;Window&#039;&#039;&#039;: Functions for arranging the map window&lt;br /&gt;
*&#039;&#039;&#039; Help	&#039;&#039;&#039;: OCAD Help&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===File Menu===&lt;br /&gt;
: &#039;&#039;&#039;New:&#039;&#039;&#039; Create a new map.&lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an existing map file.&lt;br /&gt;
: &#039;&#039;&#039;Open Sample Map:&#039;&#039;&#039; Open a sample map file.&lt;br /&gt;
: &#039;&#039;&#039;Close:&#039;&#039;&#039; Close the current map file.&lt;br /&gt;
: &#039;&#039;&#039;Save:&#039;&#039;&#039; Save changes in the current map file.&lt;br /&gt;
: &#039;&#039;&#039;Save As:&#039;&#039;&#039; Save the current map file under a new name.&lt;br /&gt;
: &#039;&#039;&#039;Undo:&#039;&#039;&#039; Undo the last draw or edit operation.&lt;br /&gt;
: &#039;&#039;&#039;Redo:&#039;&#039;&#039; Reverse the effect of the Undo operation.&lt;br /&gt;
: &#039;&#039;&#039;Print:&#039;&#039;&#039; Print a color map or color separations.&lt;br /&gt;
: &#039;&#039;&#039;Import:&#039;&#039;&#039; Import a map file.&lt;br /&gt;
: &#039;&#039;&#039;Multiple File Import:&#039;&#039;&#039; Import multiple files at once.&lt;br /&gt;
: &#039;&#039;&#039;Export:&#039;&#039;&#039; Export the map in a different file format.&lt;br /&gt;
: &#039;&#039;&#039;Export OCAD Internet Map:&#039;&#039;&#039; Export the map to OCAD Internet Map.&lt;br /&gt;
: &#039;&#039;&#039;Export Encrypted File:&#039;&#039;&#039; Export the map to encrypted OCAD file format.&lt;br /&gt;
: &#039;&#039;&#039;Map Sharing:&#039;&#039;&#039; Sharing your map on a FTP server .&lt;br /&gt;
: &#039;&#039;&#039;-Upload to FTP Server:&#039;&#039;&#039; Upload your map to FTP Server .&lt;br /&gt;
: &#039;&#039;&#039;-Download from FTP Server:&#039;&#039;&#039; Download a map from FTP Server. &lt;br /&gt;
: &#039;&#039;&#039;-Synchronize:&#039;&#039;&#039; Synchronize data .&lt;br /&gt;
: &#039;&#039;&#039;[[Send File by Email]]:&#039;&#039;&#039; Send current map file by email. &lt;br /&gt;
: &#039;&#039;&#039;Execute XML Script:&#039;&#039;&#039; Execute function defined in a XML script file.&lt;br /&gt;
: &#039;&#039;&#039;Create Backup:&#039;&#039;&#039; Make a backup copy of the current map file.	&lt;br /&gt;
: &#039;&#039;&#039;Restore Backup:&#039;&#039;&#039;	Restore a map file saved with the Backup function.&lt;br /&gt;
: &#039;&#039;&#039;Open Recently Exported Documents:&#039;&#039;&#039; Open one of the documents you have exported recently.&lt;br /&gt;
: &#039;&#039;&#039;Open Recently used OCAD Files:&#039;&#039;&#039; Open one of the map files you have worked on recently.  &lt;br /&gt;
: &#039;&#039;&#039;Exit OCAD:&#039;&#039;&#039; Terminate OCAD.&lt;br /&gt;
&lt;br /&gt;
===Server/Client Menu===&lt;br /&gt;
: &#039;&#039;&#039;Connect/Disconnect:&#039;&#039;&#039; Connect or disconnect the connection to the server&lt;br /&gt;
: &#039;&#039;&#039;Get Objects from Current View&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Map:&#039;&#039;&#039; Import a Map from the connected server&lt;br /&gt;
: &#039;&#039;&#039;Delete Object in Database&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Check Out Selected Objects:&#039;&#039;&#039;	Check out selected objects for editing. &lt;br /&gt;
: &#039;&#039;&#039;Check in Selected objects:&#039;&#039;&#039; Check out selected objects after finished edited objects .&lt;br /&gt;
: &#039;&#039;&#039;Show Checked Out Objects:&#039;&#039;&#039; Show current checked out objects.&lt;br /&gt;
: &#039;&#039;&#039;Database Undo:&#039;&#039;&#039; Undo your last move in the database. &lt;br /&gt;
: &#039;&#039;&#039;Database Redo:&#039;&#039;&#039; Redo your last move in the database .&lt;br /&gt;
: &#039;&#039;&#039;Generate  Map Preview:&#039;&#039;&#039; Generate preview from current map.&lt;br /&gt;
: &#039;&#039;&#039;Do Database Maintenance:&#039;&#039;&#039; Upkeep Database&lt;br /&gt;
: &#039;&#039;&#039;Manage Server Bookmarks&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Show Project Information&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View Menu===&lt;br /&gt;
: &#039;&#039;&#039;Normal Mode:&#039;&#039;&#039; Normal mode view.&lt;br /&gt;
: &#039;&#039;&#039;Spot Color Mode:&#039;&#039;&#039; Spot color view.&lt;br /&gt;
: &#039;&#039;&#039;Draft Mode:&#039;&#039;&#039; Draft mode view. The background map can be seen behind the map.&lt;br /&gt;
: &#039;&#039;&#039;Draft Mode (Only Background Map Favorites):&#039;&#039;&#039; Map display transparent, background maps  visible &lt;br /&gt;
: &#039;&#039;&#039;Define View Mode Loop:&#039;&#039;&#039; Define various view mode loops. &lt;br /&gt;
: &#039;&#039;&#039;Next View Mode in Loop:&#039;&#039;&#039;	Switch to next defined view mode loop. &lt;br /&gt;
: &#039;&#039;&#039;[[Keyline]]:&#039;&#039;&#039; Shows a rough sketch, where objects has been placed .&lt;br /&gt;
: &#039;&#039;&#039;Hatch Areas:&#039;&#039;&#039; Display full areas as hatched areas on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Anti-Aliasing:&#039;&#039;&#039; Anti-Aliasing view.&lt;br /&gt;
: &#039;&#039;&#039;Redraw:&#039;&#039;&#039; Redraw the drawing window.&lt;br /&gt;
: &#039;&#039;&#039;Pan:&#039;&#039;&#039; Move the view.&lt;br /&gt;
: &#039;&#039;&#039;Move To:&#039;&#039;&#039; Move the view to a desired position.&lt;br /&gt;
: &#039;&#039;&#039;Find Selected Objects:&#039;&#039;&#039; Find desired objects&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom In]]:&#039;&#039;&#039; Display the map with a higher magnification.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom Out]]:&#039;&#039;&#039; Display a larger area of the map. &lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom to Selected Objects]]:&#039;&#039;&#039; Move screen zoom to selected objects.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Show Entire Map]]:&#039;&#039;&#039; Display the entire map on the screen.	&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Zoom]]:&#039;&#039;&#039; Select the magnification in which the map is displayed.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|User Defined (10x)]]:&#039;&#039;&#039; Choose this command to set view to a specified zoom factor.&lt;br /&gt;
: &#039;&#039;&#039;[[Zoom Navigation|Bookmarks]]:&#039;&#039;&#039; Create and manage bookmarks of view.&lt;br /&gt;
: &#039;&#039;&#039;-Create:&#039;&#039;&#039; Create a new bookmark &lt;br /&gt;
: &#039;&#039;&#039;-Manage:&#039;&#039;&#039; Manage available bookmarks &lt;br /&gt;
: &#039;&#039;&#039;Show Map Grids:&#039;&#039;&#039; A grid is shown in the drawing window. &lt;br /&gt;
: &#039;&#039;&#039;Show WGS84 Grid:&#039;&#039;&#039; A WGS84 grid is shown in the drawing window .&lt;br /&gt;
: &#039;&#039;&#039;[[Show Rulers]]:&#039;&#039;&#039; Shows up and down a ruler .&lt;br /&gt;
: &#039;&#039;&#039;[[Ruler Guide]]:&#039;&#039;&#039; Show and manage ruler guides &lt;br /&gt;
: &#039;&#039;&#039;-Show:&#039;&#039;&#039; Show vertically or horizontally ruler guide &lt;br /&gt;
: &#039;&#039;&#039;-Manage:&#039;&#039;&#039; Add new ruler guide.&lt;br /&gt;
&lt;br /&gt;
===[[Select]] Menu===&lt;br /&gt;
: &#039;&#039;&#039;Select and Edit Object:&#039;&#039;&#039; Select, move or stretch object(s).&lt;br /&gt;
: &#039;&#039;&#039;Select Object and Edit Vertex:&#039;&#039;&#039; Select or move vertex of object(s). &lt;br /&gt;
: &#039;&#039;&#039;Select Objects by Symbol:&#039;&#039;&#039; Select all objects with same symbol .&lt;br /&gt;
: &#039;&#039;&#039;Select Objects by Property:&#039;&#039;&#039; Select all objects with same properties. &lt;br /&gt;
: &#039;&#039;&#039;Select All:&#039;&#039;&#039; Select all objects in map. &lt;br /&gt;
: &#039;&#039;&#039;Clear Selection:&#039;&#039;&#039; Nothing is selected.&lt;br /&gt;
: &#039;&#039;&#039;Invert Selection:&#039;&#039;&#039; Change current selection such that everything previously unselected will now be selected and vice versa&lt;br /&gt;
: &#039;&#039;&#039;Select Next Object:&#039;&#039;&#039; Selects the next obvious object. &lt;br /&gt;
: &#039;&#039;&#039;Save Selection:&#039;&#039;&#039;	Save current selection for later use. &lt;br /&gt;
: &#039;&#039;&#039;Reload Selection:&#039;&#039;&#039; Reload saved selection. &lt;br /&gt;
: &#039;&#039;&#039;Edit Selection:&#039;&#039;&#039; Manage saved selection. &lt;br /&gt;
: &#039;&#039;&#039;Select Group:&#039;&#039;&#039; Select a group of objects.&lt;br /&gt;
&lt;br /&gt;
===Object menu===&lt;br /&gt;
: &#039;&#039;&#039;Cut:&#039;&#039;&#039; Copy the selected object(s) to the clipboard and delete them in the current map.&lt;br /&gt;
: &#039;&#039;&#039;Copy:&#039;&#039;&#039; Copy the selected object(s) to the clipboard.&lt;br /&gt;
: &#039;&#039;&#039;Paste:&#039;&#039;&#039; Insert the object(s) in the clipboard into the current map.&lt;br /&gt;
: &#039;&#039;&#039;Delete:&#039;&#039;&#039; Delete the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;Rotate Object:&#039;&#039;&#039; Rotate object(s). &lt;br /&gt;
: &#039;&#039;&#039;-Rotate:&#039;&#039;&#039; Rotate the selected object(s). &lt;br /&gt;
: &#039;&#039;&#039;-Rotate Object by Angle:&#039;&#039;&#039; Rotate the selected point object(s) by specifying a rotation angle.&lt;br /&gt;
: &#039;&#039;&#039;Align Objects:&#039;&#039;&#039; Align the selected objects horizontally or vertically.&lt;br /&gt;
: &#039;&#039;&#039;-Horizontal Coordinate&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Vertical Coordinate&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Indicate Direction of Area Pattern, Point or Text Object:&#039;&#039;&#039; Change direction of selected point object, area pattern or text.&lt;br /&gt;
: &#039;&#039;&#039;Cut object:&#039;&#039;&#039; Cut hole, area or line.&lt;br /&gt;
: &#039;&#039;&#039;-Cut hole:&#039;&#039;&#039; Cut a hole in an object. &lt;br /&gt;
: &#039;&#039;&#039;-Cut area:&#039;&#039;&#039; Divides an area.&lt;br /&gt;
: &#039;&#039;&#039;-Cut line:&#039;&#039;&#039; Divides a line.&lt;br /&gt;
: &#039;&#039;&#039;[[Crop Objects]]:&#039;&#039;&#039; Crop selected Object(s). &lt;br /&gt;
: &#039;&#039;&#039;Move Parallel:&#039;&#039;&#039; Move the selected line or area object parallel to the original object.&lt;br /&gt;
: &#039;&#039;&#039;[[Move Parallel with Distance]]:&#039;&#039;&#039; Move the selected line or area object parallel with a distance to the original object. &lt;br /&gt;
: &#039;&#039;&#039;[[Reshape]]:&#039;&#039;&#039; To shape (something) again or differently :&lt;br /&gt;
: &#039;&#039;&#039;[[Interpolate Objects]]:&#039;&#039;&#039; Interpolate selected Objects to each other. &lt;br /&gt;
: &#039;&#039;&#039;Duplicate Object:&#039;&#039;&#039; Duplicate (create a copy of) the selected object(s). &lt;br /&gt;
: &#039;&#039;&#039;[[Move and Duplicate]]:&#039;&#039;&#039; Duplicate selected object and move it. &lt;br /&gt;
: &#039;&#039;&#039;Fill, Make Border, Duplicate Identically:&#039;&#039;&#039; Fill a line or area object(s) with area object(s) or make line border of area object(s).&lt;br /&gt;
: &#039;&#039;&#039;Merge:&#039;&#039;&#039; Merge multiple line, area and text objects into one object.&lt;br /&gt;
: &#039;&#039;&#039;Reverse Object Direction:&#039;&#039;&#039; Reverse the direction of the selected line object(s).&lt;br /&gt;
: &#039;&#039;&#039;Change to Polyline:&#039;&#039;&#039; Change selected object to polyline. &lt;br /&gt;
: &#039;&#039;&#039;Change to Bézier Curve:&#039;&#039;&#039; Change selected object to a Bézier curve. &lt;br /&gt;
: &#039;&#039;&#039;Convert to Graphic Object:&#039;&#039;&#039; Convert the selected object(s) to their graphic elements (lines and areas).&lt;br /&gt;
: &#039;&#039;&#039;[[Convert to Layout Object]]:&#039;&#039;&#039; Convert selected object to layout object. &lt;br /&gt;
: &#039;&#039;&#039;[[Create Color Gradient]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Generalization&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-[[Generalize Buildings]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Smooth:&#039;&#039;&#039; Smooth selected line or area object(s) drawn in freehand mode.&lt;br /&gt;
: &#039;&#039;&#039;[[Topology]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Join:&#039;&#039;&#039; Move the ends of the selected line object to connect to adjoining objects.&lt;br /&gt;
: &#039;&#039;&#039;-Select Duplicate Objects:&#039;&#039;&#039; Duplicate the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;-Select Self-Intersected Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Merge with Condition:&#039;&#039;&#039; Merge with conditions the selected objects into one object.&lt;br /&gt;
: &#039;&#039;&#039;-Create Point Objects at Line Ends&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Close Area Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Remove Overshoots and Undershoots&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Insert Intersections&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Change Symbol (Selected objects)&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Change Symbol (All Objects with Corresponding Symbol)&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Vertex:&#039;&#039;&#039; Insert a normal, corner or dash vertex.&lt;br /&gt;
: &#039;&#039;&#039;Remove Vertex:&#039;&#039;&#039; Delete a vertex from a selected object.&lt;br /&gt;
: &#039;&#039;&#039;Change Vertex Types to:&#039;&#039;&#039; Change vertex types for the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;[[Group and Ungroup|Group]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Group and Ungroup|Ungroup]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Find and Replace Text&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Insert Glyphs]]&#039;&#039;&#039;: Insert special letters.&lt;br /&gt;
: &#039;&#039;&#039;Measure:&#039;&#039;&#039; Measure the selected line or area object or the distance between 2 selected point objects&lt;br /&gt;
: &#039;&#039;&#039;Object Information:&#039;&#039;&#039; Show information about selected object(s).&lt;br /&gt;
&lt;br /&gt;
===Symbol Menu===&lt;br /&gt;
: &#039;&#039;&#039;New:&#039;&#039;&#039; 			Create a new symbol.&lt;br /&gt;
: &#039;&#039;&#039;Edit:&#039;&#039;&#039; 			Define or redefine the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Icon:&#039;&#039;&#039; 			Draw or edit the symbol&#039;s icon, which appears in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Enlarge/Reduce:&#039;&#039;&#039;  	Enlarge or reduce the selected symbol or all symbols.&lt;br /&gt;
: &#039;&#039;&#039;Copy:&#039;&#039;&#039; 			Copy the selected symbol to the clipboard.&lt;br /&gt;
: &#039;&#039;&#039;Paste:&#039;&#039;&#039; 			Copy a symbol from the clipboard to the current map.&lt;br /&gt;
: &#039;&#039;&#039;Delete:&#039;&#039;&#039; 		Delete the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Duplicate:&#039;&#039;&#039; 		Make a copy of the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Sort Symbol Box:&#039;&#039;&#039; 	Sort the symbols in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-By Number:&#039;&#039;&#039;		Sort symbol in symbol box by number.&lt;br /&gt;
: &#039;&#039;&#039;-By Color:&#039;&#039;&#039;		Sort symbol in symbol box by color.&lt;br /&gt;
: &#039;&#039;&#039;-By Status (Normal, Protect or Hide):&#039;&#039;&#039; Sort symbol in symbol box by status.&lt;br /&gt;
: &#039;&#039;&#039;Select:&#039;&#039;&#039;			Select certain symbols in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Used:&#039;&#039;&#039;			Select used symbols in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Unused:&#039;&#039;&#039;		Select unused symbols in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Invert:&#039;&#039;&#039;	Change current selection such that everything previously unselected will now be  and vice versa.&lt;br /&gt;
: &#039;&#039;&#039;-All:&#039;&#039;&#039;			Select all symbols in symbol box. &lt;br /&gt;
: &#039;&#039;&#039;-By Color:&#039;&#039;&#039;		Select all Symbols with same color .&lt;br /&gt;
: &#039;&#039;&#039;Normal:&#039;&#039;&#039; 		Make objects with the selected symbol(s) appear normal.&lt;br /&gt;
: &#039;&#039;&#039;Protect:&#039;&#039;&#039; 		Make objects with the selected symbol(s) protected from editing.&lt;br /&gt;
: &#039;&#039;&#039;Hide:&#039;&#039;&#039; 			Objects with the selected symbol(s) do not appear.&lt;br /&gt;
: &#039;&#039;&#039;Show Unsymbolized Objects:&#039;&#039;&#039; Normal / Hide.&lt;br /&gt;
: &#039;&#039;&#039;Show Graphic Objects:&#039;&#039;&#039; 	Normal / Hide.&lt;br /&gt;
: &#039;&#039;&#039;Image Objects:&#039;&#039;&#039; 	Normal / Protect / Hide&lt;br /&gt;
: &#039;&#039;&#039;-Normal:&#039;&#039;&#039;		Selected Symbols are not protected and not hidden. &lt;br /&gt;
: &#039;&#039;&#039;-Protect:&#039;&#039;&#039;		Selected symbol(s) are visible but cannot be edited. &lt;br /&gt;
: &#039;&#039;&#039;-Hide:&#039;&#039;&#039;			 Selected symbol(s) are not visible .&lt;br /&gt;
: &#039;&#039;&#039;Show Symbol Favorites:&#039;&#039;&#039; 	Display the symbol favorites in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Add To Favorites:&#039;&#039;&#039; 	Add the selected symbol(s) to symbol favorites.&lt;br /&gt;
: &#039;&#039;&#039;Remove From Favorites:&#039;&#039;&#039; Remove the selected symbol(s) from symbol favorites.&lt;br /&gt;
: &#039;&#039;&#039;Show Symbol Tree:&#039;&#039;&#039; 	Display the symbol tree in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Remove From Symbol Tree:&#039;&#039;&#039; Remove the selected symbol(s) from symbol tree.&lt;br /&gt;
: &#039;&#039;&#039;[[Symbol Information]]:&#039;&#039;&#039;	Show information of the selected symbol.&lt;br /&gt;
&lt;br /&gt;
===Map Menu===&lt;br /&gt;
: &#039;&#039;&#039;Optimize/Repair:&#039;&#039;&#039; 	Remove empty space in the map file and repair damaged objects.&lt;br /&gt;
: &#039;&#039;&#039;Set Scale and Coordinate System:&#039;&#039;&#039; Set map scale and define the coordinate system.&lt;br /&gt;
: &#039;&#039;&#039;Change Scale:&#039;&#039;&#039; 	Change the scale of the map and enlarge/reduce the map according to the new scale.&lt;br /&gt;
: &#039;&#039;&#039;Create Map Grid:&#039;&#039;&#039; 	Create grid lines on the map.&lt;br /&gt;
: &#039;&#039;&#039;Create WGS84 Grid:&#039;&#039;&#039; 	Create a WGS84 grid on your current view.&lt;br /&gt;
: &#039;&#039;&#039;Hide:&#039;&#039;&#039; 			Hide the map on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Transform:&#039;&#039;&#039; 		Adjust the map to the background map.&lt;br /&gt;
: &#039;&#039;&#039;-Move:&#039;&#039;&#039;		Move the entire map to a different location in the coordinate system.&lt;br /&gt;
: &#039;&#039;&#039;-Stretch / Shrink:&#039;&#039;&#039;	Stretch (enlarge or reduce) the entire map horizontally or vertically.&lt;br /&gt;
: &#039;&#039;&#039;-Mirror:&#039;&#039;&#039;		Mirror the entire map horizontally or vertically. &lt;br /&gt;
: &#039;&#039;&#039;-Rotate Map:&#039;&#039;&#039;		Rotate the entire map.&lt;br /&gt;
: &#039;&#039;&#039;-Change Coordinate System:&#039;&#039;&#039; Change current coordinate system to another.&lt;br /&gt;
: &#039;&#039;&#039;-Affine:&#039;&#039;&#039;		Adjust the whole map on background map or on grid. &lt;br /&gt;
: &#039;&#039;&#039;-Rubbersheeting:&#039;&#039;&#039;	Adjust a part of the map on a georeferenced background map. &lt;br /&gt;
: &#039;&#039;&#039;-Center map to Drawing Area&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Convert Imported Layers to Symbols:&#039;&#039;&#039; Convert the layers of an imported *.dxf or *.ai file.&lt;br /&gt;
: &#039;&#039;&#039;Convert Area or Line Objects to Point Objects:&#039;&#039;&#039; Convert area to point object(s).&lt;br /&gt;
: &#039;&#039;&#039;Convert Text Objects to Point Objects:&#039;&#039;&#039; Convert text to point object(s).&lt;br /&gt;
: &#039;&#039;&#039;Export Objects by Selected Symbol:&#039;&#039;&#039; Export all objects with a selected symbol to a new map file.&lt;br /&gt;
: &#039;&#039;&#039;Export Selected Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Export Part of Map&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Colors:&#039;&#039;&#039; 		Define or edit the colors of the current map.&lt;br /&gt;
: &#039;&#039;&#039;Define Spot Colors:&#039;&#039;&#039; 	Define the spot colors of the current map.&lt;br /&gt;
: &#039;&#039;&#039;Load Colors From:&#039;&#039;&#039; 	Load a color table from another map.&lt;br /&gt;
: &#039;&#039;&#039;Load Colors and Symbols From:&#039;&#039;&#039; Load the symbol set from another map.&lt;br /&gt;
: &#039;&#039;&#039;Compare Colors and Symbols:&#039;&#039;&#039; Compare two symbol sets.&lt;br /&gt;
: &#039;&#039;&#039;Convert Text Objects from OEM to Unicode:&#039;&#039;&#039; Convert text objects from OEM to Unicode.&lt;br /&gt;
: &#039;&#039;&#039;Map Information:&#039;&#039;&#039; 	Show map information.&lt;br /&gt;
&lt;br /&gt;
===Layout Menu===&lt;br /&gt;
: &#039;&#039;&#039;Edit Layout Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Layout&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Save Layout&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Layout Image&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Move Layout Image&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Protect&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Hide&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Map Legend:&#039;&#039;&#039;		Add a map legend with all your created symbols.&lt;br /&gt;
: &#039;&#039;&#039;Create Graticule Name Index&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Name Index&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Database Menu===&lt;br /&gt;
: &#039;&#039;&#039;Manage Database Connections:&#039;&#039;&#039; Create and edit datasets.&lt;br /&gt;
: &#039;&#039;&#039;Create and Update Records:&#039;&#039;&#039;	Create OCAD objects out of the database.&lt;br /&gt;
: &#039;&#039;&#039;Update Special Fields&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Objects from Table:&#039;&#039;&#039; Create OCAD objects from database records.&lt;br /&gt;
: &#039;&#039;&#039;Assign Symbols by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Texts by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Define Object Direction by Records:&#039;&#039;&#039;		Assign angle information from the open dataset(s) to the objects.&lt;br /&gt;
: &#039;&#039;&#039;Merge Objects by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Linked Objects with Corresponding Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Linked Objects without Corresponding Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Objects Linket to the same Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Delete Database Record when Deleting Object:&#039;&#039;&#039; If the option is turned on and an OCAD object with a linked database record is deleted, the database record is deleted, too.&lt;br /&gt;
: &#039;&#039;&#039;Create Database Record when Cutting Object&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Background Map Menu===&lt;br /&gt;
: &#039;&#039;&#039;Scan:&#039;&#039;&#039;			Scan a background map using a TWAIN interface.&lt;br /&gt;
: &#039;&#039;&#039;-Acquire:&#039;&#039;&#039;		Acquire a background map &lt;br /&gt;
: &#039;&#039;&#039;-Select Source:&#039;&#039;&#039;	Select source from which the background map acquire &lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039;			Open a scanned background map stored in a file.&lt;br /&gt;
: &#039;&#039;&#039;Adjust:&#039;&#039;&#039; 		Adjust the background maps in horizontal and vertical directions.	&lt;br /&gt;
: &#039;&#039;&#039;Hide All:&#039;&#039;&#039;		Hide the background maps temporarily.&lt;br /&gt;
: &#039;&#039;&#039;Manage:&#039;&#039;&#039;		Set options for displaying and printing the background maps.&lt;br /&gt;
: &#039;&#039;&#039;WMS - Web Map Service:&#039;&#039;&#039; Add background map from WMS &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===DEM Menu===&lt;br /&gt;
: &#039;&#039;&#039;Import:&#039;&#039;&#039; 		Import an ASCII Grid or XYZ file to OCAD.	&lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039;			Open an OCAD DEM file (*ocdDem).&lt;br /&gt;
: &#039;&#039;&#039;Show Frame:&#039;&#039;&#039; 		Shows blue rectangle with the extent of loaded DEM.&lt;br /&gt;
: &#039;&#039;&#039;Resize:&#039;&#039;&#039;			Resize OCAD DEM file (make a subset) and save it as a new OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;Info:&#039;&#039;&#039;			Shows information about OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;Close:&#039;&#039;&#039;			Close OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;[[Merge DEM]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Calculate DEM Difference]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Contour Lines:&#039;&#039;&#039;  Calculates contour lines based on the loaded DEM.&lt;br /&gt;
: &#039;&#039;&#039;Create Hypsometric Map:&#039;&#039;&#039; Calculates a grayscale or colored hypsometric map&lt;br /&gt;
: &#039;&#039;&#039;Create Hill Shading:&#039;&#039;&#039; 	Calculates a shaded relief picture.&lt;br /&gt;
: &#039;&#039;&#039;[[Calculate Slope Gradient]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Classify Vegetation Height]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Profile:&#039;&#039;&#039;		Creates a profile for the selected line object.&lt;br /&gt;
: &#039;&#039;&#039;Export:&#039;&#039;&#039;			Save loaded OCAD DEM file as ESRI ASCII Grid or as ASCII Grid XYZ.&lt;br /&gt;
&lt;br /&gt;
===GPS Menu===&lt;br /&gt;
&#039;&#039;(This function is only available in OCAD Professional!)&#039;&#039; &lt;br /&gt;
: &#039;&#039;&#039;Real Time GPS&#039;&#039;&#039;	&lt;br /&gt;
: &#039;&#039;&#039;Adjust GPS&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Data from GPS Device&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import from File&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Laser Distance Meter|Connect to Laser Distance Meter]]&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Options Menu===&lt;br /&gt;
: &#039;&#039;&#039;OCAD Preferences:&#039;&#039;&#039;	Options for your individual working methods.&lt;br /&gt;
: &#039;&#039;&#039;Shortcuts:&#039;&#039;&#039;		Define or change keyboard shortcuts for menu commands.&lt;br /&gt;
: &#039;&#039;&#039;Language:&#039;&#039;&#039;		Choose a language.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Windows Menu===&lt;br /&gt;
: &#039;&#039;&#039;Tile:&#039;&#039;&#039; 			Arrange all open maps horizontally or vertically on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Cascade:&#039;&#039;&#039;		Arrange all open maps in a way that the title of each map is visible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Help Menu===&lt;br /&gt;
: &#039;&#039;&#039;Contents:&#039;&#039;&#039;	The contents of this help file.&lt;br /&gt;
: &#039;&#039;&#039;Help:&#039;&#039;&#039;			Help for menu commands.&lt;br /&gt;
: &#039;&#039;&#039;Toolbar:&#039;&#039;&#039;		Help for toolbar buttons.&lt;br /&gt;
: &#039;&#039;&#039;OCAD Home page:&#039;&#039;&#039;	Connect to the OCAD homepage on the Internet.&lt;br /&gt;
: &#039;&#039;&#039;OCAD Update:&#039;&#039;&#039;		Connect to the OCAD download site on the Internet.&lt;br /&gt;
: &#039;&#039;&#039;Getting Started with OCAD10&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;OCAD How Tos:&#039;&#039;&#039;	Connect to Learning Videos on OCAD homepage. &lt;br /&gt;
: &#039;&#039;&#039;About OCAD:&#039;&#039;&#039;		General Information about OCAD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using the Keyboard with the Mouse==&lt;br /&gt;
This section provides an overview of options for using the keyboard and the mouse together.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Drawing===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]: 	When starting a curve, straight line or freehand line: extend an existing object.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl:&#039;&#039;&#039;		Trace an existing object.&lt;br /&gt;
*&#039;&#039;&#039;Alt:&#039;&#039;&#039;		Drawing a straight line: the line is made exactly horizontal or vertical.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Drawing a circle===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]: 		Drag the radius from the center point.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Edit===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]:		Add or remove an object to/from the selected objects.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl:&#039;&#039;&#039;		Remove a vertex.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]   &#039;&#039;&#039;+ Ctrl:&#039;&#039;&#039;	Insert a normal vertex.&lt;br /&gt;
*&#039;&#039;&#039;Alt:&#039;&#039;&#039;		Select an object behind an object that has already been selected.&lt;br /&gt;
*&#039;&#039;&#039;Alt +&#039;&#039;&#039; [[File:Cut.JPG|cut]]: hange to Edit mode to select next line object in between cutting lines.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl +&#039;&#039;&#039; [[File:Cut.JPG|cut]]:	Cut a virtual gap into the selected line object.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]  + [[File:Cut.JPG|cut]]:	Cut a broken line: a gap is inserted at the vertex where the cut was made. &lt;br /&gt;
*&#039;&#039;&#039;Arrow keys:&#039;&#039;&#039;	 Moves the selected object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View===&lt;br /&gt;
*&#039;&#039;&#039;Space bar + Left Mouse Button:&#039;&#039;&#039;	Move the View (pan).&lt;br /&gt;
*&#039;&#039;&#039;Ctrl + Mouse Wheel:&#039;&#039;&#039;	Zoom in and zoom outIncrease/reduce the size of the map section.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039;  [[File:Shift.JPG|shift]] &#039;&#039;&#039;+ Mouse Wheel:&#039;&#039;&#039;	Move the map section horizontally (scroll).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Renewals]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Create a New Map]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Help:Contents]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Keyline&amp;diff=1597</id>
		<title>Keyline</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Keyline&amp;diff=1597"/>
		<updated>2011-10-25T14:49:03Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To change view in keyline mode, check &#039;&#039;&#039;Keyline&#039;&#039;&#039; in &#039;&#039;&#039;View&#039;&#039;&#039; mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Reduced object to the main features:&lt;br /&gt;
&lt;br /&gt;
* Area objects: Border line -&amp;gt; green&lt;br /&gt;
* Line objects: midline -&amp;gt; brown&lt;br /&gt;
* Point objects: cross in the middle -&amp;gt; gray&lt;br /&gt;
* (Text objects: no changing)&lt;br /&gt;
&lt;br /&gt;
[[File:Keyline.PNG]] &lt;br /&gt;
&lt;br /&gt;
[[File:Hint.jpg]] Topology of the map is shown.&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Select&amp;diff=1492</id>
		<title>Select</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Select&amp;diff=1492"/>
		<updated>2011-10-25T06:06:23Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: Created page with &amp;quot;===Save Selection===  ===Reload Selection===  ===Edit Selection===&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Save Selection===&lt;br /&gt;
&lt;br /&gt;
===Reload Selection===&lt;br /&gt;
&lt;br /&gt;
===Edit Selection===&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=What_is_New&amp;diff=1491</id>
		<title>What is New</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=What_is_New&amp;diff=1491"/>
		<updated>2011-10-25T06:05:34Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* Select */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Revised features in the menu==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===File===&lt;br /&gt;
* Map Sharing&lt;br /&gt;
* Upload to FTP Server&lt;br /&gt;
* Download from FTP Server&lt;br /&gt;
* Synchronizie&lt;br /&gt;
* [[Send File by Email]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Server/Client===&lt;br /&gt;
* Connect/Disconnet&lt;br /&gt;
* Import Map&lt;br /&gt;
* Check Out Selected Objects&lt;br /&gt;
* Check in Selected Objects&lt;br /&gt;
* Show Checked Out Objects&lt;br /&gt;
* Generate Map Preview&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View===&lt;br /&gt;
* Draft Mode (Only Background Map Favorites) &lt;br /&gt;
* Define View Mode Loop&lt;br /&gt;
* Next View Mode in Loop &lt;br /&gt;
* [[Keyline]]&lt;br /&gt;
* [[Zoom Navigation|Zoom to Selected Objects]]&lt;br /&gt;
* Show WGS84 Grid&lt;br /&gt;
* [[Show Rulers]]&lt;br /&gt;
* [[Ruler Guide]]&lt;br /&gt;
&lt;br /&gt;
===[[Select]]===&lt;br /&gt;
* Select All&lt;br /&gt;
* Clear Selection&lt;br /&gt;
* Save Selection&lt;br /&gt;
* Reload Selection&lt;br /&gt;
* Edit Selection&lt;br /&gt;
&lt;br /&gt;
===Object===&lt;br /&gt;
* [[Crop Objects]]&lt;br /&gt;
* [[Move Parallel with Distance]]&lt;br /&gt;
* [[Reshape]]&lt;br /&gt;
* [[Interpolate Objects]]&lt;br /&gt;
* [[Move and Duplicate]]&lt;br /&gt;
* Convert to Layout Object&lt;br /&gt;
* [[Topology]]:&lt;br /&gt;
: -Select Duplicate Objects&lt;br /&gt;
: -Select Self-Intersected Objects&lt;br /&gt;
: -Create Point Objects at Line Ends&lt;br /&gt;
: -Close Area Objects&lt;br /&gt;
: -Remove Overshoots and Undershoots&lt;br /&gt;
: -Insert Intersections&lt;br /&gt;
* [[Create Color Gradient]]&lt;br /&gt;
* [[Generalize Buildings]]&lt;br /&gt;
* [[Group and Ungroup]]&lt;br /&gt;
* [[Insert Glyphs]]&lt;br /&gt;
&lt;br /&gt;
===Symbol===&lt;br /&gt;
* [[Symbol Information]]&lt;br /&gt;
* [[Protect Image Objects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Map===&lt;br /&gt;
* [[Create WGS84 Grid]]&lt;br /&gt;
* Center Map to Drawing Area&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[Chapter_12:_Layout|Layout]]===&lt;br /&gt;
* Edit Layout Objects&lt;br /&gt;
* Import Layout&lt;br /&gt;
* Save Layout&lt;br /&gt;
* Add Layout Image&lt;br /&gt;
* Move Layout Image&lt;br /&gt;
* Protect&lt;br /&gt;
* Hide&lt;br /&gt;
* Add Map Legend&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Database===&lt;br /&gt;
* Linked Objects without Corresponding Record&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Background Map===&lt;br /&gt;
* WMS - Web Map Service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===DEM===&lt;br /&gt;
* Import&lt;br /&gt;
* [[Merge DEM]]&lt;br /&gt;
* [[Calculate DEM Difference]]&lt;br /&gt;
* [[Calculate Slope Gradient]]&lt;br /&gt;
* [[Classify Vegetation Height]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===GPS===&lt;br /&gt;
* [[Connect to &amp;quot;TruPulse 360°B&amp;quot; Laser Distance Meter]]&lt;br /&gt;
&lt;br /&gt;
==Other new features==&lt;br /&gt;
* [[Life preview]]&lt;br /&gt;
* [[Snapping]]&lt;br /&gt;
* Easier creating of symbol icons&lt;br /&gt;
* Colored color combo box in symbol editor&lt;br /&gt;
* Drag and drop colors in the table&lt;br /&gt;
* Import GML&lt;br /&gt;
* OIM with HTML and JavaScript &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[ About this Manual]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Graphical User Interface]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Help:Contents]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Ruler_Guides&amp;diff=1490</id>
		<title>Ruler Guides</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Ruler_Guides&amp;diff=1490"/>
		<updated>2011-10-25T06:02:50Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;float:right; background:transparent; padding:0px; margin:0px;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[File:RulerGuideDialogBox.png]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
If the rulers are not visible, ceck &#039;&#039;&#039;Show&#039;&#039;&#039; - &#039;&#039;&#039;Ruler Guide&#039;&#039;&#039; in the &#039;&#039;&#039;View&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
Place a guide:&lt;br /&gt;
# Drag from the horizontal ruler to create a horizontal guide.&lt;br /&gt;
# Drag from the vertical ruler to create a vertical guide.&lt;br /&gt;
: or choose &#039;&#039;&#039;Manage&#039;&#039;&#039; - &#039;&#039;&#039;Ruler Guide&#039;&#039;&#039; in &#039;&#039;&#039;View&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; the ruler guide dialog box appears.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Hint.jpg]] Read more about customizing the [[Show Rulers|Rulers]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Create ruler guide for printing artwork===&lt;br /&gt;
&lt;br /&gt;
# Change a [[Show Rulers|ruler]]’s zero origin (upper left corner of the paper).&lt;br /&gt;
# Open ruler guide dialog box.&lt;br /&gt;
# Costumize &#039;&#039;default size&#039;&#039; -&amp;gt; &#039;&#039;&#039;Add&#039;&#039;&#039;.&lt;br /&gt;
# &#039;&#039;&#039;Close&#039;&#039;&#039; dialog box.&lt;br /&gt;
# Choose &#039;&#039;&#039;Print&#039;&#039;&#039; from &#039;&#039;&#039;File&#039;&#039;&#039; menu.&lt;br /&gt;
# Change &#039;&#039;&#039;Print map size&#039;&#039;&#039;- &#039;&#039;&#039;Part of Map&#039;&#039;&#039; selection rectangle in matching size.&lt;br /&gt;
# Press &#039;&#039;&#039;Print&#039;&#039;&#039; button,&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:RulerGuideA4.PNG]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Keyline&amp;diff=1439</id>
		<title>Keyline</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Keyline&amp;diff=1439"/>
		<updated>2011-10-24T12:12:44Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To change view in keyline mode, check &#039;&#039;&#039;Keyline&#039;&#039;&#039; in &#039;&#039;&#039;View&#039;&#039;&#039; mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Reduced object to the main features:&lt;br /&gt;
&lt;br /&gt;
* Area objects: Border line -&amp;gt; green&lt;br /&gt;
* Line objects: midline -&amp;gt; brown&lt;br /&gt;
* Point objects: cross in the middle -&amp;gt; gray&lt;br /&gt;
* (Text objects: no changing)&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Duplicate_and_Move_and_Duplicate&amp;diff=1430</id>
		<title>Duplicate and Move and Duplicate</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Duplicate_and_Move_and_Duplicate&amp;diff=1430"/>
		<updated>2011-10-24T09:20:46Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;float:right; background:transparent; padding:0px; margin:0px;&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|[[File:MoveAndDuplicate.PNG]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To move and/or duplicate an object, select the object and choose &#039;&#039;&#039;Move and Duplicate&#039;&#039;&#039; from &#039;&#039;&#039;Object&#039;&#039;&#039; menu.&lt;br /&gt;
&lt;br /&gt;
Enter the desired shift and click &#039;&#039;&#039;Move&#039;&#039;&#039; or &#039;&#039;&#039;Duplicate&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
[[File:MoveParallelWithDistance.PNG]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=Graphical_User_Interface&amp;diff=1429</id>
		<title>Graphical User Interface</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=Graphical_User_Interface&amp;diff=1429"/>
		<updated>2011-10-24T09:18:40Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* File Menu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:GUI.jpg|GUI]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Toolbars==&lt;br /&gt;
The Toolbars can be moved within the graphical user interface. The buttons can be individually shown or hidden via the &#039;&#039;&#039;Options&#039;&#039;&#039; menu under &#039;&#039;&#039;OCAD Preferences&#039;&#039;&#039;, &#039;&#039;&#039;GUI (Graphical user Interface)&#039;&#039;&#039;, &#039;&#039;&#039;Toolbars&#039;&#039;&#039;. &lt;br /&gt;
&lt;br /&gt;
[[File:Toolbars.JPG|toolbars]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Standard Toolbar===&lt;br /&gt;
[[File:StandardToolbar.JPG|Standard buttons]] &lt;br /&gt;
: [[File:New.JPG|new]] &#039;&#039;&#039;New:&#039;&#039;&#039; Create a new map.&lt;br /&gt;
: [[File:Open.JPG|open]] &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an existing map.&lt;br /&gt;
: [[File:Save.JPG|save]] &#039;&#039;&#039;Save:&#039;&#039;&#039; Save changes made to the map.&lt;br /&gt;
: [[File:Print.JPG|print]] &#039;&#039;&#039;Print:&#039;&#039;&#039; Print out the map.&lt;br /&gt;
: [[File:Undo.JPG|undo]] &#039;&#039;&#039;Undo:&#039;&#039;&#039; Undo previous actions.&lt;br /&gt;
: [[File:Redo.JPG|redo]] &#039;&#039;&#039;Redo:&#039;&#039;&#039; Cancel the previous undo action.&lt;br /&gt;
&lt;br /&gt;
	&lt;br /&gt;
===Edit functions Toolbar===&lt;br /&gt;
[[File:EditFunctionsToolbar.JPG|edit functions toolbar]]&lt;br /&gt;
: [[File:FindSelectedObjects.JPG|find selected objects]] &#039;&#039;&#039;Find Selected Objects:&#039;&#039;&#039; Move screen to the selected object.&lt;br /&gt;
: [[File:Delete.JPG|delete]] &#039;&#039;&#039;Delete:&#039;&#039;&#039; Delete the selected object(s).&lt;br /&gt;
: [[File:DuplicateObject.JPG|duplicate object]] &#039;&#039;&#039;Duplicate Object:&#039;&#039;&#039; Create a copy of the selected objects.&lt;br /&gt;
: [[File:FillOrMakeBorder.JPG|fill or make border]] &#039;&#039;&#039;Fill or Make Border:&#039;&#039;&#039; Fill a line or area object(s) with area object(s) or make line border of area object(s).&lt;br /&gt;
: [[File:Merge.JPG|merge]] &#039;&#039;&#039;Merge:&#039;&#039;&#039; Merge multiple line, area and text objects into one object.&lt;br /&gt;
: [[File:ReverseObject.JPG|reverse object]] &#039;&#039;&#039;Reverse Object:&#039;&#039;&#039; Reverse the direction of the selected line object(s)&lt;br /&gt;
: [[File:ChangeToBezierCurve.JPG|change to Bézier curve]] &#039;&#039;&#039;Change To Bézier Curve&#039;&#039;&#039;: Convert the selected line or area object(s) drawn in freehand mode to curves.&lt;br /&gt;
: [[File:ConvertToGraphicObject.JPG|convert to graphic object]] &#039;&#039;&#039;Convert To Graphic Object:&#039;&#039;&#039; Convert the selected object(s) to their graphic elements (lines and areas).&lt;br /&gt;
: [[File:Smooth.JPG|smooth]] &#039;&#039;&#039;Smooth&#039;&#039;&#039;&lt;br /&gt;
: [[File:Snapping.JPG|snapping]] &#039;&#039;&#039;Snapping&#039;&#039;&#039;	&lt;br /&gt;
: [[File:Join.JPG|join]] &#039;&#039;&#039; Join:&#039;&#039;&#039; Move the ends of the selected line object to connect to adjoining objects.&lt;br /&gt;
: [[File:ChangeSymbolOfObject.JPG|change symbol of object]] &#039;&#039;&#039;Change Symbol of Object:&#039;&#039;&#039; The selected object is assigned to the symbol selected in the symbol box.&lt;br /&gt;
: [[File:ChangeSymbolForAllObjectsWithThisSymbol.JPG|change symbol for all objects with this symbol]] &#039;&#039;&#039;Change Symbol For All Objects With This Symbol:&#039;&#039;&#039; Change the symbol of all objects with a symbol A to symbol B.&lt;br /&gt;
: [[File:Measure.JPG|measure]] &#039;&#039;&#039;Measure:&#039;&#039;&#039; Measure the selected line or area object or the distance between 2 selected vertices objects.&lt;br /&gt;
: [[File:AutomaticJoining.JPG|automatic joining]] &#039;&#039;&#039;Automatic joining:&#039;&#039;&#039; Automatically join the ends of lines during the drawing process.&lt;br /&gt;
: [[File:SmoothingLvl.JPG|smoothing level]] &#039;&#039;&#039;Smoothing level&#039;&#039;&#039;:  This option is used to select the required smoothing level for lines, for converting freehand lines into Bézier curves and for automatically smoothing lines drawn in freehand mode.&lt;br /&gt;
&lt;br /&gt;
===View Toolbar===&lt;br /&gt;
 &lt;br /&gt;
[[File:ViewToolbar.JPG|view toolbar]]  &lt;br /&gt;
Various functions are available for increasing or reducing the size of map sections as well as repositioning them.&lt;br /&gt;
: [[File:Pan.JPG|pan]] &#039;&#039;&#039;Pan:&#039;&#039;&#039; Reposition the map section&lt;br /&gt;
: [[File:PanLocked.JPG|pan locked]] &#039;&#039;&#039;Pan locked:&#039;&#039;&#039; Reposition the map section a number of times in succession. &lt;br /&gt;
: [[File:ZoomIn.JPG|zoom in]] &#039;&#039;&#039;Zoom In:&#039;&#039;&#039; Increase the size of the map section.&lt;br /&gt;
: [[File:ZoomInLocked.JPG|zoom in locked]] &#039;&#039;&#039;Zoom in locked:&#039;&#039;&#039; Increase the size of the map section a number of times in succession. &lt;br /&gt;
: [[File:ZoomOut.JPG|zoom out]] &#039;&#039;&#039;Zoom Out:&#039;&#039;&#039; Reduce the size of the map section.&lt;br /&gt;
: [[File:ZoomOutToPreviousView.JPG|zoom out to previous view]] &#039;&#039;&#039;Zoom out to previous view:&#039;&#039;&#039; Return to last smaller map section.&lt;br /&gt;
: [[File:ZoomToPreviousView.JPG|zoom to previous view]] &#039;&#039;&#039;Zoom to previous view:&#039;&#039;&#039; Return to last map section.&lt;br /&gt;
: [[File:ZoomToNextView.JPG|zoom to next view]] &#039;&#039;&#039;Zoom to next view:&#039;&#039;&#039; Go to previous map section.&lt;br /&gt;
: [[File:ShowEntireMap.JPG|show entire map]] &#039;&#039;&#039;Show Entire Map:&#039;&#039;&#039; Display the entire map in the drawing window.&lt;br /&gt;
  	&lt;br /&gt;
: [[File:DraftMode.JPG|draft mode slider]] &#039;&#039;&#039;Draft mode slider:&#039;&#039;&#039; The upper slider (M for map) is used to fade out the map objects; the lower slider (B for background) to fade out the map background.The Draft mode slider is only visible if Draft Mode is active in the View menu. &lt;br /&gt;
: [[File:ShowGrid.JPG|show grid]] &#039;&#039;&#039;Show grid:&#039;&#039;&#039; Display the coordinate grid in the drawing window.&lt;br /&gt;
&lt;br /&gt;
===Edit and drawing  toolbar===&lt;br /&gt;
[[File:EditAndDrawingToolbar.JPG|edit and drawing toolbar]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Edit modes====&lt;br /&gt;
: [[File:EditToolbar.JPG|EditToolbar.JPG]] &lt;br /&gt;
: [[File:SelectAndEditObject.JPG|select and edit object]] &#039;&#039;&#039;Select and Edit Object:&#039;&#039;&#039; Select and move objects.&lt;br /&gt;
: [[File:SelectObjectAndEditVertex.JPG|select object and edit vertex]] &#039;&#039;&#039;Select Object and Edit Vertex:&#039;&#039;&#039; Select objects or move points of objects.&lt;br /&gt;
: [[File:NormalVertex.JPG|normal vertex]] &#039;&#039;&#039;Normal Vertex:&#039;&#039;&#039; Add a Normal vertex&lt;br /&gt;
: [[File:CornerVertex.JPG|corner vertex]] &#039;&#039;&#039;Corner Vertex:&#039;&#039;&#039; Add a Corner vertex&lt;br /&gt;
: [[File:DashVertex.JPG|dash vertex]] &#039;&#039;&#039;Dash Vertex:&#039;&#039;&#039; Add a Dash vertex.&lt;br /&gt;
: [[File:RemoveVertex.JPG|remove vertex]] &#039;&#039;&#039;Remove Vertex&#039;&#039;&#039;&lt;br /&gt;
: [[File:IndicateDirectionOfAreaPatternPointOrTextObject.JPG|indicate direction of area pattern point or text object]] &#039;&#039;&#039; 	Indicate Direction of Area Pattern, Point or Text Object&#039;&#039;&#039;&lt;br /&gt;
: [[File:RotateObject.JPG|rotate object]] &#039;&#039;&#039;Rotate Object:&#039;&#039;&#039; Rotate the selected object(s).&lt;br /&gt;
: [[File:CutHole.JPG|cut hole]] &#039;&#039;&#039;Cut hole:&#039;&#039;&#039; Cut hole in area.&lt;br /&gt;
: [[File:CutArea.JPG|cut area]] &#039;&#039;&#039;Cut area:&#039;&#039;&#039; Cut area object.&lt;br /&gt;
: [[File:Cut.JPG|cut]] &#039;&#039;&#039;Cut:&#039;&#039;&#039; Cut line object.&lt;br /&gt;
: [[File:MoveParallel.JPG|move parallel]] &#039;&#039;&#039;Move parallel:&#039;&#039;&#039; Move the selected line or area object parallel to the original object.&lt;br /&gt;
: [[File:Reshape.JPG|reshape]] &#039;&#039;&#039;Reshape:&#039;&#039;&#039; To shape (something) again or differently&lt;br /&gt;
&lt;br /&gt;
====Drawing modes====&lt;br /&gt;
: [[File:CurveMode.JPG|curve mode]] &#039;&#039;&#039;Curve mode:&#039;&#039;&#039; Draw in curve mode.&lt;br /&gt;
: [[File:EllipseMode.JPG|ellipse mode]] &#039;&#039;&#039;Ellipse mode:&#039;&#039;&#039; Draw elliptical (oval) objects.&lt;br /&gt;
: [[File:CircleMode.JPG|circle mode]] &#039;&#039;&#039;Circle mode:&#039;&#039;&#039;  Draw circular objects.&lt;br /&gt;
: [[File:RectangularLineMode.JPG|rectangular line mode]] &#039;&#039;&#039;Rectangular line mode:&#039;&#039;&#039; Draw rectangular line objects with any number of corners.&lt;br /&gt;
: [[File:RectangularMode.JPG|rectangular mode]] &#039;&#039;&#039;Rectangular mode:&#039;&#039;&#039;  Draw rectangular area objects with any number of corners.&lt;br /&gt;
: [[File:StraightLineMode.JPG|straight line mode]] &#039;&#039;&#039;Straight line mode:&#039;&#039;&#039; Draw objects with straight lines.&lt;br /&gt;
: [[File:FreehandMode.JPG|freehand mode]] &#039;&#039;&#039;Freehand mode:&#039;&#039;&#039; Draw objects in freehand mode.&lt;br /&gt;
: [[File:DrawingMultiplePointObjects.JPG|drawing multiple point objects]] &#039;&#039;&#039;Drawing multiple point objects:&#039;&#039;&#039; Draw several point objects that are placed on a line with a constant interval.&lt;br /&gt;
: [[File:NumericMode.JPG|numeric mode]] &#039;&#039;&#039;Numeric Mode:&#039;&#039;&#039; Draw objects in numeric mode.&lt;br /&gt;
: ADD PICTURE &#039;&#039;&#039;Laser distance drawing mode&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: [[File:NumericToolbar.JPG|numeric toolbar]] &#039;&#039;&#039;Numeric Toolbar&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Server Toolbar===&lt;br /&gt;
&lt;br /&gt;
ADD&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Customize Toolbar dialog box===&lt;br /&gt;
Choose this command to customize toolbars. &lt;br /&gt;
The dialog box is opened by clicking &#039;&#039;&#039;Customize&#039;&#039;&#039; button in on &#039;&#039;&#039;GUI (Graphical User Interface)&#039;&#039;&#039; page in &#039;&#039;&#039;OCAD Preferences&#039;&#039;&#039; dialog box or by clicking on the right end of a toolbar.&lt;br /&gt;
When the box above the button is checked the button will be visible otherwise it will be hidden.&lt;br /&gt;
&lt;br /&gt;
ADD PICTURE TOOLBAR&lt;br /&gt;
&lt;br /&gt;
[[File:Hint.jpg|hint]] The Numeric keypad toolbar cannot be customized.&lt;br /&gt;
&lt;br /&gt;
==Menu==&lt;br /&gt;
The OCAD Professional Edition features the following 15  menus: &lt;br /&gt;
&lt;br /&gt;
[[File:Menu.JPG|menu]]&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;File&#039;&#039;&#039;:	File management, file import and export functions, printing&lt;br /&gt;
*&#039;&#039;&#039;Server/Client&#039;&#039;&#039;: Functions for Server/Client &lt;br /&gt;
*&#039;&#039;&#039;View&#039;&#039;&#039;:	Functions for viewing the map&lt;br /&gt;
*&#039;&#039;&#039;Select&#039;&#039;&#039;: Functions for selecting an object or a vertex &lt;br /&gt;
*&#039;&#039;&#039;Object&#039;&#039;&#039;: Object editing functions&lt;br /&gt;
*&#039;&#039;&#039;Symbol&#039;&#039;&#039;: Functions for creating and editing symbols&lt;br /&gt;
*&#039;&#039;&#039;Map&#039;&#039;&#039;: Map editing functions&lt;br /&gt;
*&#039;&#039;&#039;Layout&#039;&#039;&#039;: Function for layout managing&lt;br /&gt;
*&#039;&#039;&#039;Database&#039;&#039;&#039;: Functions for connecting and editing databases&lt;br /&gt;
*&#039;&#039;&#039;Background Map&#039;&#039;&#039;: Functions for loading and managing background maps&lt;br /&gt;
*&#039;&#039;&#039;DEM&#039;&#039;&#039;: Functions for the import, export and evaluation of Digital Elevation Models  &lt;br /&gt;
*&#039;&#039;&#039;GPS&#039;&#039;&#039;: Functions for connecting GPS devices or importing GPS data&lt;br /&gt;
*&#039;&#039;&#039;Options&#039;&#039;&#039;: Functions for customizing personal preferences&lt;br /&gt;
*&#039;&#039;&#039;Window&#039;&#039;&#039;: Functions for arranging the map window&lt;br /&gt;
*&#039;&#039;&#039; Help	&#039;&#039;&#039;: OCAD Help&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===File Menu===&lt;br /&gt;
: &#039;&#039;&#039;New:&#039;&#039;&#039; Create a new map.&lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039; Open an existing map file.&lt;br /&gt;
: &#039;&#039;&#039;Open Sample Map:&#039;&#039;&#039; Open a sample map file.&lt;br /&gt;
: &#039;&#039;&#039;Close:&#039;&#039;&#039; Close the current map file.&lt;br /&gt;
: &#039;&#039;&#039;Save:&#039;&#039;&#039; Save changes in the current map file.&lt;br /&gt;
: &#039;&#039;&#039;Save As:&#039;&#039;&#039; Save the current map file under a new name.&lt;br /&gt;
: &#039;&#039;&#039;Undo:&#039;&#039;&#039; Undo the last draw or edit operation.&lt;br /&gt;
: &#039;&#039;&#039;Redo:&#039;&#039;&#039; Reverse the effect of the Undo operation.&lt;br /&gt;
: &#039;&#039;&#039;Print:&#039;&#039;&#039; Print a color map or color separations.&lt;br /&gt;
: &#039;&#039;&#039;Import:&#039;&#039;&#039; Import a map file.&lt;br /&gt;
: &#039;&#039;&#039;Multiple File Import:&#039;&#039;&#039; Import multiple files at once.&lt;br /&gt;
: &#039;&#039;&#039;Export:&#039;&#039;&#039; Export the map in a different file format.&lt;br /&gt;
: &#039;&#039;&#039;Export OCAD Internet Map:&#039;&#039;&#039; Export the map to OCAD Internet Map.&lt;br /&gt;
: &#039;&#039;&#039;Export Encrypted File:&#039;&#039;&#039; Export the map to encrypted OCAD file format.&lt;br /&gt;
: &#039;&#039;&#039;Map Sharing:&#039;&#039;&#039; Sharing your map on a FTP server .&lt;br /&gt;
: &#039;&#039;&#039;-Upload to FTP Server:&#039;&#039;&#039; Upload your map to FTP Server .&lt;br /&gt;
: &#039;&#039;&#039;-Download from FTP Server:&#039;&#039;&#039; Download a map from FTP Server. &lt;br /&gt;
: &#039;&#039;&#039;-Synchronize:&#039;&#039;&#039; Synchronize data .&lt;br /&gt;
: &#039;&#039;&#039;[[Send File by Email]]:&#039;&#039;&#039; Send current map file by email. &lt;br /&gt;
: &#039;&#039;&#039;Execute XML Script:&#039;&#039;&#039; Execute function defined in a XML script file.&lt;br /&gt;
: &#039;&#039;&#039;Create Backup:&#039;&#039;&#039; Make a backup copy of the current map file.	&lt;br /&gt;
: &#039;&#039;&#039;Restore Backup:&#039;&#039;&#039;	Restore a map file saved with the Backup function.&lt;br /&gt;
: &#039;&#039;&#039;Open Recently Exported Documents:&#039;&#039;&#039; Open one of the documents you have exported recently.&lt;br /&gt;
: &#039;&#039;&#039;Open Recently used OCAD Files:&#039;&#039;&#039; Open one of the map files you have worked on recently.  &lt;br /&gt;
: &#039;&#039;&#039;Exit OCAD:&#039;&#039;&#039; Terminate OCAD.&lt;br /&gt;
&lt;br /&gt;
===Server/Client Menu===&lt;br /&gt;
: &#039;&#039;&#039;Connect/Disconnect:&#039;&#039;&#039; Connect or disconnect the connection to the server&lt;br /&gt;
: &#039;&#039;&#039;Get Objects from Current View&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Map:&#039;&#039;&#039; Import a Map from the connected server&lt;br /&gt;
: &#039;&#039;&#039;Delete Object in Database&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Check Out Selected Objects:&#039;&#039;&#039;	Check out selected objects for editing. &lt;br /&gt;
: &#039;&#039;&#039;Check in Selected objects:&#039;&#039;&#039; Check out selected objects after finished edited objects .&lt;br /&gt;
: &#039;&#039;&#039;Show Checked Out Objects:&#039;&#039;&#039; Show current checked out objects.&lt;br /&gt;
: &#039;&#039;&#039;Database Undo:&#039;&#039;&#039; Undo your last move in the database. &lt;br /&gt;
: &#039;&#039;&#039;Database Redo:&#039;&#039;&#039; Redo your last move in the database .&lt;br /&gt;
: &#039;&#039;&#039;Generate  Map Preview:&#039;&#039;&#039; Generate preview from current map.&lt;br /&gt;
: &#039;&#039;&#039;Do Database Maintenance:&#039;&#039;&#039; Upkeep Database&lt;br /&gt;
: &#039;&#039;&#039;Manage Server Bookmarks&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Show Project Information&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View Menu===&lt;br /&gt;
: &#039;&#039;&#039;Normal Mode:&#039;&#039;&#039; Normal mode view.&lt;br /&gt;
: &#039;&#039;&#039;Spot Color Mode:&#039;&#039;&#039; Spot color view.&lt;br /&gt;
: &#039;&#039;&#039;Draft Mode:&#039;&#039;&#039; Draft mode view. The background map can be seen behind the map.&lt;br /&gt;
: &#039;&#039;&#039;Draft Mode (Only Background Map Favorites):&#039;&#039;&#039; Map display transparent, background maps  visible &lt;br /&gt;
: &#039;&#039;&#039;Define View Mode Loop:&#039;&#039;&#039; Define various view mode loops. &lt;br /&gt;
: &#039;&#039;&#039;Next View Mode in Loop:&#039;&#039;&#039;	Switch to next defined view mode loop. &lt;br /&gt;
: &#039;&#039;&#039;[[Keyline]]:&#039;&#039;&#039; Shows a rough sketch, where objects has been placed .&lt;br /&gt;
: &#039;&#039;&#039;Hatch Areas:&#039;&#039;&#039; Display full areas as hatched areas on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Anti-Aliasing:&#039;&#039;&#039; Anti-Aliasing view.&lt;br /&gt;
: &#039;&#039;&#039;Redraw:&#039;&#039;&#039; Redraw the drawing window.&lt;br /&gt;
: &#039;&#039;&#039;Pan:&#039;&#039;&#039; Move the view.&lt;br /&gt;
: &#039;&#039;&#039;Move To:&#039;&#039;&#039; Move the view to a desired position.&lt;br /&gt;
: &#039;&#039;&#039;Find Selected Objects:&#039;&#039;&#039; Find desired objects&lt;br /&gt;
: &#039;&#039;&#039;Zoom In:&#039;&#039;&#039; Display the map with a higher magnification.&lt;br /&gt;
: &#039;&#039;&#039;Zoom Out:&#039;&#039;&#039; Display a larger area of the map. &lt;br /&gt;
: &#039;&#039;&#039;Zoom to Selected Objects:&#039;&#039;&#039; Move screen zoom to selected objects .&lt;br /&gt;
: &#039;&#039;&#039;Show Entire Map:&#039;&#039;&#039; Display the entire map on the screen.	&lt;br /&gt;
: &#039;&#039;&#039;Zoom:&#039;&#039;&#039; Select the magnification in which the map is displayed.&lt;br /&gt;
: &#039;&#039;&#039;User Defined (10x):&#039;&#039;&#039; Choose this command to set view to a specified zoom factor.&lt;br /&gt;
: &#039;&#039;&#039;Bookmarks:&#039;&#039;&#039; Create and manage bookmarks of view.&lt;br /&gt;
: &#039;&#039;&#039;-Create:&#039;&#039;&#039; Create a new bookmark &lt;br /&gt;
: &#039;&#039;&#039;-Manage:&#039;&#039;&#039; Manage available bookmarks &lt;br /&gt;
: &#039;&#039;&#039;Show Map Grids:&#039;&#039;&#039; A grid is shown in the drawing window. &lt;br /&gt;
: &#039;&#039;&#039;Show WGS84 Grid:&#039;&#039;&#039; A WGS84 grid is shown in the drawing window .&lt;br /&gt;
: &#039;&#039;&#039;[[Show Rulers]]:&#039;&#039;&#039; Shows up and down a ruler .&lt;br /&gt;
: &#039;&#039;&#039;[[Ruler Guide]]:&#039;&#039;&#039; Show and manage ruler guides &lt;br /&gt;
: &#039;&#039;&#039;-Show:&#039;&#039;&#039; Show vertically or horizontally ruler guide &lt;br /&gt;
: &#039;&#039;&#039;-Manage:&#039;&#039;&#039; Add new ruler guide.&lt;br /&gt;
&lt;br /&gt;
===Select Menu===&lt;br /&gt;
: &#039;&#039;&#039;Select and Edit Object:&#039;&#039;&#039; Select, move or stretch object(s).&lt;br /&gt;
: &#039;&#039;&#039;Select Object and Edit Vertex:&#039;&#039;&#039; Select or move vertex of object(s). &lt;br /&gt;
: &#039;&#039;&#039;Select Objects by Symbol:&#039;&#039;&#039; Select all objects with same symbol .&lt;br /&gt;
: &#039;&#039;&#039;Select Objects by Property:&#039;&#039;&#039; Select all objects with same properties. &lt;br /&gt;
: &#039;&#039;&#039;Select All:&#039;&#039;&#039; Select all objects in map. &lt;br /&gt;
: &#039;&#039;&#039;Clear Selection:&#039;&#039;&#039; Nothing is selected.&lt;br /&gt;
: &#039;&#039;&#039;Invert Selection:&#039;&#039;&#039; Change current selection such that everything previously unselected will now be selected and vice versa&lt;br /&gt;
: &#039;&#039;&#039;Select Next Object:&#039;&#039;&#039; Selects the next obvious object. &lt;br /&gt;
: &#039;&#039;&#039;Save Selection:&#039;&#039;&#039;	Save current selection for later use. &lt;br /&gt;
: &#039;&#039;&#039;Reload Selection:&#039;&#039;&#039; Reload saved selection. &lt;br /&gt;
: &#039;&#039;&#039;Edit Selection:&#039;&#039;&#039; Manage saved selection. &lt;br /&gt;
: &#039;&#039;&#039;Select Group:&#039;&#039;&#039; Select a group of objects. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Object menu===&lt;br /&gt;
: &#039;&#039;&#039;Cut:&#039;&#039;&#039; Copy the selected object(s) to the clipboard and delete them in the current map.&lt;br /&gt;
: &#039;&#039;&#039;Copy:&#039;&#039;&#039; Copy the selected object(s) to the clipboard.&lt;br /&gt;
: &#039;&#039;&#039;Paste:&#039;&#039;&#039; Insert the object(s) in the clipboard into the current map.&lt;br /&gt;
: &#039;&#039;&#039;Delete:&#039;&#039;&#039; Delete the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;Rotate Object:&#039;&#039;&#039; Rotate object(s). &lt;br /&gt;
: &#039;&#039;&#039;-Rotate:&#039;&#039;&#039; Rotate the selected object(s). &lt;br /&gt;
: &#039;&#039;&#039;-Rotate Object by Angle:&#039;&#039;&#039; Rotate the selected point object(s) by specifying a rotation angle.&lt;br /&gt;
: &#039;&#039;&#039;Align Objects:&#039;&#039;&#039; Align the selected objects horizontally or vertically.&lt;br /&gt;
: &#039;&#039;&#039;-Horizontal Coordinate&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Vertical Coordinate&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Indicate Direction of Area Pattern, Point or Text Object:&#039;&#039;&#039; Change direction of selected point object, area pattern or text.&lt;br /&gt;
: &#039;&#039;&#039;Cut object:&#039;&#039;&#039; Cut hole, area or line.&lt;br /&gt;
: &#039;&#039;&#039;-Cut hole:&#039;&#039;&#039; Cut a hole in an object. &lt;br /&gt;
: &#039;&#039;&#039;-Cut area:&#039;&#039;&#039; Divides an area.&lt;br /&gt;
: &#039;&#039;&#039;-Cut line:&#039;&#039;&#039; Divides a line.&lt;br /&gt;
: &#039;&#039;&#039;[[Crop Objects]]:&#039;&#039;&#039; Crop selected Object(s). &lt;br /&gt;
: &#039;&#039;&#039;Move Parallel:&#039;&#039;&#039; Move the selected line or area object parallel to the original object.&lt;br /&gt;
: &#039;&#039;&#039;[[Move Parallel with Distance]]:&#039;&#039;&#039; Move the selected line or area object parallel with a distance to the original object. &lt;br /&gt;
: &#039;&#039;&#039;[[Reshape]]:&#039;&#039;&#039; To shape (something) again or differently :&lt;br /&gt;
: &#039;&#039;&#039;[[Interpolate Objects]]:&#039;&#039;&#039; Interpolate selected Objects to each other. &lt;br /&gt;
: &#039;&#039;&#039;Duplicate Object:&#039;&#039;&#039; Duplicate (create a copy of) the selected object(s). &lt;br /&gt;
: &#039;&#039;&#039;[[Move and Duplicate]]:&#039;&#039;&#039; Duplicate selected object and move it. &lt;br /&gt;
: &#039;&#039;&#039;Fill, Make Border, Duplicate Identically:&#039;&#039;&#039; Fill a line or area object(s) with area object(s) or make line border of area object(s).&lt;br /&gt;
: &#039;&#039;&#039;Merge:&#039;&#039;&#039; Merge multiple line, area and text objects into one object.&lt;br /&gt;
: &#039;&#039;&#039;Reverse Object Direction:&#039;&#039;&#039; Reverse the direction of the selected line object(s).&lt;br /&gt;
: &#039;&#039;&#039;Change to Polyline:&#039;&#039;&#039; Change selected object to polyline. &lt;br /&gt;
: &#039;&#039;&#039;Change to Bézier Curve:&#039;&#039;&#039; Change selected object to a Bézier curve. &lt;br /&gt;
: &#039;&#039;&#039;Convert to Graphic Object:&#039;&#039;&#039; Convert the selected object(s) to their graphic elements (lines and areas).&lt;br /&gt;
: &#039;&#039;&#039;Convert to Layout Object:&#039;&#039;&#039; Convert selected object to layout object. &lt;br /&gt;
: &#039;&#039;&#039;[[Create Color Gradient]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Generalization&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-[[Generalize Buildings]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Smooth:&#039;&#039;&#039; Smooth selected line or area object(s) drawn in freehand mode.&lt;br /&gt;
: &#039;&#039;&#039;[[Topology]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Join:&#039;&#039;&#039; Move the ends of the selected line object to connect to adjoining objects.&lt;br /&gt;
: &#039;&#039;&#039;-Select Duplicate Objects:&#039;&#039;&#039; Duplicate the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;-Select Self-Intersected Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Merge with Condition:&#039;&#039;&#039; Merge with conditions the selected objects into one object.&lt;br /&gt;
: &#039;&#039;&#039;-Create Point Objects at Line Ends&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Close Area Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Remove Overshoots and Undershoots&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;-Insert Intersections&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Change Symbol (Selected objects)&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Change Symbol (All Objects with Corresponding Symbol)&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Vertex:&#039;&#039;&#039; Insert a normal, corner or dash vertex.&lt;br /&gt;
: &#039;&#039;&#039;Remove Vertex:&#039;&#039;&#039; Delete a vertex from a selected object.&lt;br /&gt;
: &#039;&#039;&#039;Change Vertex Types to:&#039;&#039;&#039; Change vertex types for the selected object(s).&lt;br /&gt;
: &#039;&#039;&#039;[[Group and Ungroup|Group]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Group and Ungroup|Ungroup]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Find and Replace Text&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Insert Glyphs]]&#039;&#039;&#039;: Insert special letters.&lt;br /&gt;
: &#039;&#039;&#039;Measure:&#039;&#039;&#039; Measure the selected line or area object or the distance between 2 selected point objects&lt;br /&gt;
: &#039;&#039;&#039;Object Information:&#039;&#039;&#039; Show information about selected object(s).&lt;br /&gt;
&lt;br /&gt;
===Symbol Menu===&lt;br /&gt;
: &#039;&#039;&#039;New:&#039;&#039;&#039; 			Create a new symbol.&lt;br /&gt;
: &#039;&#039;&#039;Edit:&#039;&#039;&#039; 			Define or redefine the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Icon:&#039;&#039;&#039; 			Draw or edit the symbol&#039;s icon, which appears in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Enlarge/Reduce:&#039;&#039;&#039;  	Enlarge or reduce the selected symbol or all symbols.&lt;br /&gt;
: &#039;&#039;&#039;Copy:&#039;&#039;&#039; 			Copy the selected symbol to the clipboard.&lt;br /&gt;
: &#039;&#039;&#039;Paste:&#039;&#039;&#039; 			Copy a symbol from the clipboard to the current map.&lt;br /&gt;
: &#039;&#039;&#039;Delete:&#039;&#039;&#039; 		Delete the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Duplicate:&#039;&#039;&#039; 		Make a copy of the selected symbol.&lt;br /&gt;
: &#039;&#039;&#039;Sort Symbol Box:&#039;&#039;&#039; 	Sort the symbols in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-By Number:&#039;&#039;&#039;		Sort symbol in symbol box by number.&lt;br /&gt;
: &#039;&#039;&#039;-By Color:&#039;&#039;&#039;		Sort symbol in symbol box by color.&lt;br /&gt;
: &#039;&#039;&#039;-By Status (Normal, Protect or Hide):&#039;&#039;&#039; Sort symbol in symbol box by status.&lt;br /&gt;
: &#039;&#039;&#039;Select:&#039;&#039;&#039;			Select certain symbols in the symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Used:&#039;&#039;&#039;			Select used symbols in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Unused:&#039;&#039;&#039;		Select unused symbols in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;-Invert:&#039;&#039;&#039;	Change current selection such that everything previously unselected will now be  and vice versa.&lt;br /&gt;
: &#039;&#039;&#039;-All:&#039;&#039;&#039;			Select all symbols in symbol box. &lt;br /&gt;
: &#039;&#039;&#039;-By Color:&#039;&#039;&#039;		Select all Symbols with same color .&lt;br /&gt;
: &#039;&#039;&#039;Normal:&#039;&#039;&#039; 		Make objects with the selected symbol(s) appear normal.&lt;br /&gt;
: &#039;&#039;&#039;Protect:&#039;&#039;&#039; 		Make objects with the selected symbol(s) protected from editing.&lt;br /&gt;
: &#039;&#039;&#039;Hide:&#039;&#039;&#039; 			Objects with the selected symbol(s) do not appear.&lt;br /&gt;
: &#039;&#039;&#039;Show Unsymbolized Objects:&#039;&#039;&#039; Normal / Hide.&lt;br /&gt;
: &#039;&#039;&#039;Show Graphic Objects:&#039;&#039;&#039; 	Normal / Hide.&lt;br /&gt;
: &#039;&#039;&#039;Image Objects:&#039;&#039;&#039; 	Normal / Protect / Hide&lt;br /&gt;
: &#039;&#039;&#039;-Normal:&#039;&#039;&#039;		Selected Symbols are not protected and not hidden. &lt;br /&gt;
: &#039;&#039;&#039;-Protect:&#039;&#039;&#039;		Selected symbol(s) are visible but cannot be edited. &lt;br /&gt;
: &#039;&#039;&#039;-Hide:&#039;&#039;&#039;			 Selected symbol(s) are not visible .&lt;br /&gt;
: &#039;&#039;&#039;Show Symbol Favorites:&#039;&#039;&#039; 	Display the symbol favorites in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Add To Favorites:&#039;&#039;&#039; 	Add the selected symbol(s) to symbol favorites.&lt;br /&gt;
: &#039;&#039;&#039;Remove From Favorites:&#039;&#039;&#039; Remove the selected symbol(s) from symbol favorites.&lt;br /&gt;
: &#039;&#039;&#039;Show Symbol Tree:&#039;&#039;&#039; 	Display the symbol tree in symbol box.&lt;br /&gt;
: &#039;&#039;&#039;Remove From Symbol Tree:&#039;&#039;&#039; Remove the selected symbol(s) from symbol tree.&lt;br /&gt;
: &#039;&#039;&#039;[[Symbol Information]]:&#039;&#039;&#039;	Show information of the selected symbol.&lt;br /&gt;
&lt;br /&gt;
===Map Menu===&lt;br /&gt;
: &#039;&#039;&#039;Optimize/Repair:&#039;&#039;&#039; 	Remove empty space in the map file and repair damaged objects.&lt;br /&gt;
: &#039;&#039;&#039;Set Scale and Coordinate System:&#039;&#039;&#039; Set map scale and define the coordinate system.&lt;br /&gt;
: &#039;&#039;&#039;Change Scale:&#039;&#039;&#039; 	Change the scale of the map and enlarge/reduce the map according to the new scale.&lt;br /&gt;
: &#039;&#039;&#039;Create Map Grid:&#039;&#039;&#039; 	Create grid lines on the map.&lt;br /&gt;
: &#039;&#039;&#039;Create WGS84 Grid:&#039;&#039;&#039; 	Create a WGS84 grid on your current view.&lt;br /&gt;
: &#039;&#039;&#039;Hide:&#039;&#039;&#039; 			Hide the map on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Transform:&#039;&#039;&#039; 		Adjust the map to the background map.&lt;br /&gt;
: &#039;&#039;&#039;-Move:&#039;&#039;&#039;		Move the entire map to a different location in the coordinate system.&lt;br /&gt;
: &#039;&#039;&#039;-Stretch / Shrink:&#039;&#039;&#039;	Stretch (enlarge or reduce) the entire map horizontally or vertically.&lt;br /&gt;
: &#039;&#039;&#039;-Mirror:&#039;&#039;&#039;		Mirror the entire map horizontally or vertically. &lt;br /&gt;
: &#039;&#039;&#039;-Rotate Map:&#039;&#039;&#039;		Rotate the entire map.&lt;br /&gt;
: &#039;&#039;&#039;-Change Coordinate System:&#039;&#039;&#039; Change current coordinate system to another.&lt;br /&gt;
: &#039;&#039;&#039;-Affine:&#039;&#039;&#039;		Adjust the whole map on background map or on grid. &lt;br /&gt;
: &#039;&#039;&#039;-Rubbersheeting:&#039;&#039;&#039;	Adjust a part of the map on a georeferenced background map. &lt;br /&gt;
: &#039;&#039;&#039;-Center map to Drawing Area&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Convert Imported Layers to Symbols:&#039;&#039;&#039; Convert the layers of an imported *.dxf or *.ai file.&lt;br /&gt;
: &#039;&#039;&#039;Convert Area or Line Objects to Point Objects:&#039;&#039;&#039; Convert area to point object(s).&lt;br /&gt;
: &#039;&#039;&#039;Convert Text Objects to Point Objects:&#039;&#039;&#039; Convert text to point object(s).&lt;br /&gt;
: &#039;&#039;&#039;Export Objects by Selected Symbol:&#039;&#039;&#039; Export all objects with a selected symbol to a new map file.&lt;br /&gt;
: &#039;&#039;&#039;Export Selected Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Export Part of Map&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Colors:&#039;&#039;&#039; 		Define or edit the colors of the current map.&lt;br /&gt;
: &#039;&#039;&#039;Define Spot Colors:&#039;&#039;&#039; 	Define the spot colors of the current map.&lt;br /&gt;
: &#039;&#039;&#039;Load Colors From:&#039;&#039;&#039; 	Load a color table from another map.&lt;br /&gt;
: &#039;&#039;&#039;Load Colors and Symbols From:&#039;&#039;&#039; Load the symbol set from another map.&lt;br /&gt;
: &#039;&#039;&#039;Compare Colors and Symbols:&#039;&#039;&#039; Compare two symbol sets.&lt;br /&gt;
: &#039;&#039;&#039;Convert Text Objects from OEM to Unicode:&#039;&#039;&#039; Convert text objects from OEM to Unicode.&lt;br /&gt;
: &#039;&#039;&#039;Map Information:&#039;&#039;&#039; 	Show map information.&lt;br /&gt;
&lt;br /&gt;
===Layout Menu===&lt;br /&gt;
: &#039;&#039;&#039;Edit Layout Objects&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Layout&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Save Layout&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Layout Image&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Move Layout Image&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Protect&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Hide&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Map Legend:&#039;&#039;&#039;		Add a map legend with all your created symbols.&lt;br /&gt;
: &#039;&#039;&#039;Create Graticule Name Index&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Name Index&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Database Menu===&lt;br /&gt;
: &#039;&#039;&#039;Manage Database Connections:&#039;&#039;&#039; Create and edit datasets.&lt;br /&gt;
: &#039;&#039;&#039;Create and Update Records:&#039;&#039;&#039;	Create OCAD objects out of the database.&lt;br /&gt;
: &#039;&#039;&#039;Update Special Fields&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Objects from Table:&#039;&#039;&#039; Create OCAD objects from database records.&lt;br /&gt;
: &#039;&#039;&#039;Assign Symbols by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Add Texts by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Define Object Direction by Records:&#039;&#039;&#039;		Assign angle information from the open dataset(s) to the objects.&lt;br /&gt;
: &#039;&#039;&#039;Merge Objects by Records&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Linked Objects with Corresponding Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Linked Objects without Corresponding Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Select Objects Linket to the same Record&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Delete Database Record when Deleting Object:&#039;&#039;&#039; If the option is turned on and an OCAD object with a linked database record is deleted, the database record is deleted, too.&lt;br /&gt;
: &#039;&#039;&#039;Create Database Record when Cutting Object&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===Background Map Menu===&lt;br /&gt;
: &#039;&#039;&#039;Scan:&#039;&#039;&#039;			Scan a background map using a TWAIN interface.&lt;br /&gt;
: &#039;&#039;&#039;-Acquire:&#039;&#039;&#039;		Acquire a background map &lt;br /&gt;
: &#039;&#039;&#039;-Select Source:&#039;&#039;&#039;	Select source from which the background map acquire &lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039;			Open a scanned background map stored in a file.&lt;br /&gt;
: &#039;&#039;&#039;Adjust:&#039;&#039;&#039; 		Adjust the background maps in horizontal and vertical directions.	&lt;br /&gt;
: &#039;&#039;&#039;Hide All:&#039;&#039;&#039;		Hide the background maps temporarily.&lt;br /&gt;
: &#039;&#039;&#039;Manage:&#039;&#039;&#039;		Set options for displaying and printing the background maps.&lt;br /&gt;
: &#039;&#039;&#039;WMS - Web Map Service:&#039;&#039;&#039; Add background map from WMS &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===DEM Menu===&lt;br /&gt;
: &#039;&#039;&#039;Import:&#039;&#039;&#039; 		Import an ASCII Grid or XYZ file to OCAD.	&lt;br /&gt;
: &#039;&#039;&#039;Open:&#039;&#039;&#039;			Open an OCAD DEM file (*ocdDem).&lt;br /&gt;
: &#039;&#039;&#039;Show Frame:&#039;&#039;&#039; 		Shows blue rectangle with the extent of loaded DEM.&lt;br /&gt;
: &#039;&#039;&#039;Resize:&#039;&#039;&#039;			Resize OCAD DEM file (make a subset) and save it as a new OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;Info:&#039;&#039;&#039;			Shows information about OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;Close:&#039;&#039;&#039;			Close OCAD DEM file.&lt;br /&gt;
: &#039;&#039;&#039;[[Merge DEM]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Calculate DEM Difference]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Contour Lines:&#039;&#039;&#039;  Calculates contour lines based on the loaded DEM.&lt;br /&gt;
: &#039;&#039;&#039;Create Hypsometric Map:&#039;&#039;&#039; Calculates a grayscale or colored hypsometric map&lt;br /&gt;
: &#039;&#039;&#039;Create Hill Shading:&#039;&#039;&#039; 	Calculates a shaded relief picture.&lt;br /&gt;
: &#039;&#039;&#039;[[Calculate Slope Gradient]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;[[Classify Vegetation Height]]&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Create Profile:&#039;&#039;&#039;		Creates a profile for the selected line object.&lt;br /&gt;
: &#039;&#039;&#039;Export:&#039;&#039;&#039;			Save loaded OCAD DEM file as ESRI ASCII Grid or as ASCII Grid XYZ.&lt;br /&gt;
&lt;br /&gt;
===GPS Menu===&lt;br /&gt;
&#039;&#039;(This function is only available in OCAD Professional!)&#039;&#039; &lt;br /&gt;
: &#039;&#039;&#039;Real Time GPS&#039;&#039;&#039;	&lt;br /&gt;
: &#039;&#039;&#039;Adjust GPS&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import Data from GPS Device&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Import from File&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;Connect to Laser Distance Meter&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Options Menu===&lt;br /&gt;
: &#039;&#039;&#039;OCAD Preferences:&#039;&#039;&#039;	Options for your individual working methods.&lt;br /&gt;
: &#039;&#039;&#039;Shortcuts:&#039;&#039;&#039;		Define or change keyboard shortcuts for menu commands.&lt;br /&gt;
: &#039;&#039;&#039;Language:&#039;&#039;&#039;		Choose a language.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Windows Menu===&lt;br /&gt;
: &#039;&#039;&#039;Tile:&#039;&#039;&#039; 			Arrange all open maps horizontally or vertically on the screen.&lt;br /&gt;
: &#039;&#039;&#039;Cascade:&#039;&#039;&#039;		Arrange all open maps in a way that the title of each map is visible.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Help Menu===&lt;br /&gt;
: &#039;&#039;&#039;Contents:&#039;&#039;&#039;	The contents of this help file.&lt;br /&gt;
: &#039;&#039;&#039;Help:&#039;&#039;&#039;			Help for menu commands.&lt;br /&gt;
: &#039;&#039;&#039;Toolbar:&#039;&#039;&#039;		Help for toolbar buttons.&lt;br /&gt;
: &#039;&#039;&#039;OCAD Home page:&#039;&#039;&#039;	Connect to the OCAD homepage on the Internet.&lt;br /&gt;
: &#039;&#039;&#039;OCAD Update:&#039;&#039;&#039;		Connect to the OCAD download site on the Internet.&lt;br /&gt;
: &#039;&#039;&#039;Getting Started with OCAD10&#039;&#039;&#039;&lt;br /&gt;
: &#039;&#039;&#039;OCAD How Tos:&#039;&#039;&#039;	Connect to Learning Videos on OCAD homepage. &lt;br /&gt;
: &#039;&#039;&#039;About OCAD:&#039;&#039;&#039;		General Information about OCAD.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Using the Keyboard with the Mouse==&lt;br /&gt;
This section provides an overview of options for using the keyboard and the mouse together.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Drawing===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]: 	When starting a curve, straight line or freehand line: extend an existing object.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl:&#039;&#039;&#039;		Trace an existing object.&lt;br /&gt;
*&#039;&#039;&#039;Alt:&#039;&#039;&#039;		Drawing a straight line: the line is made exactly horizontal or vertical.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Drawing a circle===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]: 		Drag the radius from the center point.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Edit===&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]:		Add or remove an object to/from the selected objects.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl:&#039;&#039;&#039;		Remove a vertex.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]   &#039;&#039;&#039;+ Ctrl:&#039;&#039;&#039;	Insert a normal vertex.&lt;br /&gt;
*&#039;&#039;&#039;Alt:&#039;&#039;&#039;		Select an object behind an object that has already been selected.&lt;br /&gt;
*&#039;&#039;&#039;Alt +&#039;&#039;&#039; [[File:Cut.JPG|cut]]: hange to Edit mode to select next line object in between cutting lines.&lt;br /&gt;
*&#039;&#039;&#039;Ctrl +&#039;&#039;&#039; [[File:Cut.JPG|cut]]:	Cut a virtual gap into the selected line object.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039; [[File:Shift.JPG|shift]]  + [[File:Cut.JPG|cut]]:	Cut a broken line: a gap is inserted at the vertex where the cut was made. &lt;br /&gt;
*&#039;&#039;&#039;Arrow keys:&#039;&#039;&#039;	 Moves the selected object.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View===&lt;br /&gt;
*&#039;&#039;&#039;Space bar + Left Mouse Button:&#039;&#039;&#039;	Move the View (pan).&lt;br /&gt;
*&#039;&#039;&#039;Ctrl + Mouse Wheel:&#039;&#039;&#039;	Zoom in and zoom outIncrease/reduce the size of the map section.&lt;br /&gt;
*&#039;&#039;&#039;Shift&#039;&#039;&#039;  [[File:Shift.JPG|shift]] &#039;&#039;&#039;+ Mouse Wheel:&#039;&#039;&#039;	Move the map section horizontally (scroll).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Renewals]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Create a New Map]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Help:Contents]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=What_is_New&amp;diff=1428</id>
		<title>What is New</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=What_is_New&amp;diff=1428"/>
		<updated>2011-10-24T09:18:18Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Revised features in the menu==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===File===&lt;br /&gt;
* Map Sharing&lt;br /&gt;
* Upload to FTP Server&lt;br /&gt;
* Download from FTP Server&lt;br /&gt;
* Synchronizie&lt;br /&gt;
* [[Send File by Email]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Server/Client===&lt;br /&gt;
* Connect/Disconnet&lt;br /&gt;
* Import Map&lt;br /&gt;
* Check Out Selected Objects&lt;br /&gt;
* Check in Selected Objects&lt;br /&gt;
* Show Checked Out Objects&lt;br /&gt;
* Generate Map Preview&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View===&lt;br /&gt;
* Draft Mode (Only Background Map Favorites) &lt;br /&gt;
* Define View Mode Loop&lt;br /&gt;
* Next View Mode in Loop &lt;br /&gt;
* [[Keyline]]&lt;br /&gt;
* Zoom to Selected Objects&lt;br /&gt;
* Show WGS84 Grid&lt;br /&gt;
* [[Show Rulers]]&lt;br /&gt;
* [[Ruler Guide]]&lt;br /&gt;
&lt;br /&gt;
===Select===&lt;br /&gt;
* Select All&lt;br /&gt;
* Clear Selection&lt;br /&gt;
* Save Selection&lt;br /&gt;
* Reload Selection&lt;br /&gt;
* Edit Selection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Object===&lt;br /&gt;
* [[Crop Objects]]&lt;br /&gt;
* [[Move Parallel with Distance]]&lt;br /&gt;
* [[Reshape]]&lt;br /&gt;
* [[Interpolate Objects]]&lt;br /&gt;
* [[Move and Duplicate]]&lt;br /&gt;
* Convert to Layout Object&lt;br /&gt;
* [[Topology]]:&lt;br /&gt;
: -Select Duplicate Objects&lt;br /&gt;
: -Select Self-Intersected Objects&lt;br /&gt;
: -Create Point Objects at Line Ends&lt;br /&gt;
: -Close Area Objects&lt;br /&gt;
: -Remove Overshoots and Undershoots&lt;br /&gt;
: -Insert Intersections&lt;br /&gt;
* [[Create Color Gradient]]&lt;br /&gt;
* [[Generalize Buildings]]&lt;br /&gt;
* [[Group and Ungroup]]&lt;br /&gt;
* [[Insert Glyphs]]&lt;br /&gt;
&lt;br /&gt;
===Symbol===&lt;br /&gt;
* [[Symbol Information]]&lt;br /&gt;
* [[Protect Image Objects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Map===&lt;br /&gt;
* [[Create WGS84 Grid]]&lt;br /&gt;
* Center Map to Drawing Area&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[Chapter_12:_Layout|Layout]]===&lt;br /&gt;
* Edit Layout Objects&lt;br /&gt;
* Import Layout&lt;br /&gt;
* Save Layout&lt;br /&gt;
* Add Layout Image&lt;br /&gt;
* Move Layout Image&lt;br /&gt;
* Protect&lt;br /&gt;
* Hide&lt;br /&gt;
* Add Map Legend&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Database===&lt;br /&gt;
* Linked Objects without Corresponding Record&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Background Map===&lt;br /&gt;
* WMS - Web Map Service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===DEM===&lt;br /&gt;
* Import&lt;br /&gt;
* [[Merge DEM]]&lt;br /&gt;
* [[Calculate DEM Difference]]&lt;br /&gt;
* [[Calculate Slope Gradient]]&lt;br /&gt;
* [[Classify Vegetation Height]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===GPS===&lt;br /&gt;
* [[Connect to &amp;quot;TruPulse 360°B&amp;quot; Laser Distance Meter]]&lt;br /&gt;
&lt;br /&gt;
==Other new features==&lt;br /&gt;
* [[Life preview]]&lt;br /&gt;
* [[Snapping]]&lt;br /&gt;
* Easier creating of symbol icons&lt;br /&gt;
* Colored color combo box in symbol editor&lt;br /&gt;
* Drag and drop colors in the table&lt;br /&gt;
* Import GML&lt;br /&gt;
* OIM with HTML and JavaScript &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[ About this Manual]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Graphical User Interface]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Help:Contents]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=What_is_New&amp;diff=1427</id>
		<title>What is New</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=What_is_New&amp;diff=1427"/>
		<updated>2011-10-24T08:48:29Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* View */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Revised features in the menu==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===File===&lt;br /&gt;
* Map Sharing&lt;br /&gt;
* Upload to FTP Server&lt;br /&gt;
* Download from FTP Server&lt;br /&gt;
* Synchronizie&lt;br /&gt;
* Send File by Email&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Server/Client===&lt;br /&gt;
* Connect/Disconnet&lt;br /&gt;
* Import Map&lt;br /&gt;
* Check Out Selected Objects&lt;br /&gt;
* Check in Selected Objects&lt;br /&gt;
* Show Checked Out Objects&lt;br /&gt;
* Generate Map Preview&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View===&lt;br /&gt;
* Draft Mode (Only Background Map Favorites) &lt;br /&gt;
* Define View Mode Loop&lt;br /&gt;
* Next View Mode in Loop &lt;br /&gt;
* [[Keyline]]&lt;br /&gt;
* Zoom to Selected Objects&lt;br /&gt;
* Show WGS84 Grid&lt;br /&gt;
* [[Show Rulers]]&lt;br /&gt;
* [[Ruler Guide]]&lt;br /&gt;
&lt;br /&gt;
===Select===&lt;br /&gt;
* Select All&lt;br /&gt;
* Clear Selection&lt;br /&gt;
* Save Selection&lt;br /&gt;
* Reload Selection&lt;br /&gt;
* Edit Selection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Object===&lt;br /&gt;
* [[Crop Objects]]&lt;br /&gt;
* [[Move Parallel with Distance]]&lt;br /&gt;
* [[Reshape]]&lt;br /&gt;
* [[Interpolate Objects]]&lt;br /&gt;
* [[Move and Duplicate]]&lt;br /&gt;
* Convert to Layout Object&lt;br /&gt;
* [[Topology]]:&lt;br /&gt;
: -Select Duplicate Objects&lt;br /&gt;
: -Select Self-Intersected Objects&lt;br /&gt;
: -Create Point Objects at Line Ends&lt;br /&gt;
: -Close Area Objects&lt;br /&gt;
: -Remove Overshoots and Undershoots&lt;br /&gt;
: -Insert Intersections&lt;br /&gt;
* [[Create Color Gradient]]&lt;br /&gt;
* [[Generalize Buildings]]&lt;br /&gt;
* [[Group and Ungroup]]&lt;br /&gt;
* [[Insert Glyphs]]&lt;br /&gt;
&lt;br /&gt;
===Symbol===&lt;br /&gt;
* [[Symbol Information]]&lt;br /&gt;
* [[Protect Image Objects]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Map===&lt;br /&gt;
* [[Create WGS84 Grid]]&lt;br /&gt;
* Center Map to Drawing Area&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===[[Chapter_12:_Layout|Layout]]===&lt;br /&gt;
* Edit Layout Objects&lt;br /&gt;
* Import Layout&lt;br /&gt;
* Save Layout&lt;br /&gt;
* Add Layout Image&lt;br /&gt;
* Move Layout Image&lt;br /&gt;
* Protect&lt;br /&gt;
* Hide&lt;br /&gt;
* Add Map Legend&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Database===&lt;br /&gt;
* Linked Objects without Corresponding Record&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Background Map===&lt;br /&gt;
* WMS - Web Map Service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===DEM===&lt;br /&gt;
* Import&lt;br /&gt;
* [[Merge DEM]]&lt;br /&gt;
* [[Calculate DEM Difference]]&lt;br /&gt;
* [[Calculate Slope Gradient]]&lt;br /&gt;
* [[Classify Vegetation Height]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===GPS===&lt;br /&gt;
* [[Connect to &amp;quot;TruPulse 360°B&amp;quot; Laser Distance Meter]]&lt;br /&gt;
&lt;br /&gt;
==Other new features==&lt;br /&gt;
* [[Life preview]]&lt;br /&gt;
* [[Snapping]]&lt;br /&gt;
* Easier creating of symbol icons&lt;br /&gt;
* Colored color combo box in symbol editor&lt;br /&gt;
* Drag and drop colors in the table&lt;br /&gt;
* Import GML&lt;br /&gt;
* OIM with HTML and JavaScript &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[ About this Manual]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Graphical User Interface]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Help:Contents]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
	<entry>
		<id>https://www.ocad.com/wiki/ocad/en/index.php?title=What_is_New&amp;diff=1267</id>
		<title>What is New</title>
		<link rel="alternate" type="text/html" href="https://www.ocad.com/wiki/ocad/en/index.php?title=What_is_New&amp;diff=1267"/>
		<updated>2011-10-21T06:36:01Z</updated>

		<summary type="html">&lt;p&gt;80.238.186.191: /* Object */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Revised features in the menu==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===File===&lt;br /&gt;
* Map Sharing&lt;br /&gt;
* Upload to FTP Server&lt;br /&gt;
* Download from FTP Server&lt;br /&gt;
* Synchronizie&lt;br /&gt;
* Send File by Email&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Server/Client===&lt;br /&gt;
* Connect/Disconnet&lt;br /&gt;
* Import Map&lt;br /&gt;
* Check Out Selected Objects&lt;br /&gt;
* Check in Selected Objects&lt;br /&gt;
* Show Checked Out Objects&lt;br /&gt;
* Generate Map Preview&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===View===&lt;br /&gt;
* Draft Mode (Only Background Map Favorites) &lt;br /&gt;
* Define View Mode Loop&lt;br /&gt;
* Next View Mode in Loop &lt;br /&gt;
* Keyline&lt;br /&gt;
* Zoom to Selected Objects&lt;br /&gt;
* Bookmarks&lt;br /&gt;
* Show WGS84 Grid&lt;br /&gt;
* Show Rulers&lt;br /&gt;
* Ruler Guide&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Select===&lt;br /&gt;
* Select All&lt;br /&gt;
* Clear Selection&lt;br /&gt;
* Save Selection&lt;br /&gt;
* Reload Selection&lt;br /&gt;
* Edit Selection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Object===&lt;br /&gt;
* [[Crop Objects]]&lt;br /&gt;
* Move Parallel with Distance&lt;br /&gt;
* Reshape&lt;br /&gt;
* [[Interpolate Objects]]&lt;br /&gt;
* Move and Duplicate&lt;br /&gt;
* Convert to Layout Object&lt;br /&gt;
* Topology:&lt;br /&gt;
: -Select Duplicate Objects&lt;br /&gt;
: -Select Self-Intersected Objects&lt;br /&gt;
: -Create Point Objects at Line Ends&lt;br /&gt;
: -Close Area Objects&lt;br /&gt;
: -Remove Overshoots and Undershoots&lt;br /&gt;
: -Insert Intersections&lt;br /&gt;
* [[Create Color Gradient]]&lt;br /&gt;
* Generalize Buildings&lt;br /&gt;
* [[Group and Ungroup]]&lt;br /&gt;
* Insert Glyphs&lt;br /&gt;
&lt;br /&gt;
===Symbol===&lt;br /&gt;
* Symbol Infromation&lt;br /&gt;
* Protect Image Objects&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Map===&lt;br /&gt;
* Create WGS84 Grid&lt;br /&gt;
* Center Map to Drawing Area&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Layout===&lt;br /&gt;
* Edit Layout Objects&lt;br /&gt;
* Import Layout&lt;br /&gt;
* Save Layout&lt;br /&gt;
* Add Layout Image&lt;br /&gt;
* Move Layout Image&lt;br /&gt;
* Protect&lt;br /&gt;
* Hide&lt;br /&gt;
* Add Map Legend&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Database===&lt;br /&gt;
* Linked Objects without Corresponding Record&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Background Map===&lt;br /&gt;
* WMS - Web Map Service&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===DEM===&lt;br /&gt;
* Import&lt;br /&gt;
* Merge DEM&lt;br /&gt;
* Create DEM Difference&lt;br /&gt;
* Calculate Slope Gradient&lt;br /&gt;
* Classify Vegetation Height&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===GPS===&lt;br /&gt;
* Connect to &amp;quot;TruPulse 360°B&amp;quot; Laser Distance Meter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Other new features===&lt;br /&gt;
* Life preview&lt;br /&gt;
* Snapping&lt;br /&gt;
* Easier creating of symbol icons&lt;br /&gt;
* Colored color combo box in symbol editor&lt;br /&gt;
* Drag and drop colors in the table&lt;br /&gt;
* Import GML&lt;br /&gt;
* OIM with HTML and JavaScript &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Previous Chapter: [[Chapter 1: About this Manual]]&lt;br /&gt;
&lt;br /&gt;
Next Chapter: [[Chapter 3: Graphical User Interface]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Help:Contents]]&lt;/div&gt;</summary>
		<author><name>80.238.186.191</name></author>
	</entry>
</feed>