====== CSV Files ====== ===== Edition ===== * The **Name/ID** of a marker is its main identifier: when you edit a Click2Map CSV file, modifying the **Name/ID** of a marker will result in creating a duplicate of this marker with the new **Name/ID**. * To modify an existing marker, simply edit the corresponding fields in the CSV file, making sure not to change its **Name/ID**. * Modifying the name of a group in a marker record will result in creating a new group with the modified name and moving the existing marker to the new group. * To move a marker from a group to another within the same map, simply replace the content of its present **Group** field by the exact name of the target group. * To move a marker from a group to a subgroup, enter the subgroup location in the **Group** field in the following form: //Group/Subgroup/Subsubgroup//. ===== CSV: Exported Fields ===== When you export markers and select a CSV output format, the following elements are exported - personalized tabs and fields are ignored: * **Title**: The title of a marker. * **Name** The name of a marker. * **Latitude**: The latitude of a marker. * **Longitude**: The longitude of a marker. * **Description**: The description of a marker. * **Address**: The physical address corresponding to a marker, if any. * **Street**: The street of thhe physical address corresponding to a marker, if any (if the full address in the "Address" field is not provided). * **City**: The city of the physical address corresponding to a marker, if any (if the full address in the "Address" field is not provided). * **State**: The state of the physical address corresponding to a marker, if any (if the full address in the "Address" field is not provided). * **Country**: The country of the physical address corresponding to a marker, if any (if the full address in the "Address" field is not provided). * **Icon_uri**: Internet address of the icon associated with a marker. * **IconSizeW**: Width of a marker's icon in pixels. * **IconSizeH**: Height of a marker's icon in pixels. * **Url_text**: Visible hyperlink text, if any. For example: 'Click2Map Website'. * **Url**: Internet web address associated with the hyperlink text. For example: 'http://www.click2map.com'. * **Email_text**: Visible e-mail text, if any. For example: 'Contact HylioSoft' * **Email**: E-mail address. For example: 'info@hyliosoft.com'. * **Group**: This field contains a marker's group/subgroup information. * If a marker is placed directly at the root of a map, no group is specified. * If a marker is placed in a simple group, the name of the group is reported here, in the form: "Groupname". * If a marker is placed in a group within a group, the name of the group is reported here, in the form: "Groupname/Subgroupname". * **Template**: The marker template to apply on the marker. **Note**: Please remember that the only hierarchical information actually exported is **group**-related. Since no map information is exported, you should always select the correct target map in the [[general_interface_presentation#the_exploration_area|Map Explorer]] before importing markers from a file. ===== KML: Exported Fields ===== When you export markers and select KML as the output format, the following elements are exported - other fields and personalized tabs are ignored: * **Placemark** > **Name**: The **Name/ID** of a marker. * **Placemark** > **Description**: The description of a marker. * **Placemark** > **Point** > **Coordinates**: The latitude and longitude of a marker. * **Placemark** > **Style** > **IconStyle** > **Icon** > **href**: Internet address of the icon associated with a marker. * **Placemark** > **Style** > **IconStyle** > **Icon** > **w**: Width of a marker's icon in pixels. * **Placemark** > **Style** > **IconStyle** > **Icon** > **h**: Height of a marker's icon in pixels. * **Folder**: This field contains a marker's group/subgroup information. **Note**: Please remember that the only hierarchical information actually exported is **group**-related. Since no map information is imported, you should always select the correct target map in the [[general_interface_presentation#the_exploration_area|Map Explorer]] before importing markers from a file.