Skip to content

Commit

Permalink
update color hash documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hamiltoncj committed Jul 9, 2019
1 parent b5d1627 commit f8a2282
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ In this example we are using the [Natural Earth Parks and Protected Lands Data](

* **Default POI Name** - This specifies a default POI name if a POI Name column is not specified.

* **Optional random color hash visualization column** - This specifies a column that has unique values in which a random color hash will be created for each unique value in the column. Not all devices support the color field, but for those that do this will color the marker into unique color categories.

* **Optional Description Column** - This is optional and some devices may not use it, but it is supported by **Garmin** devices.

* **Optional Comment Column** - This is optional and some devices may not use it, but it is supported by **Garmin** devices.
Expand Down
Binary file modified doc/poiexport.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion poiExportDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def initLayerFields(self):

self.categoryComboBox.addItem('[Use Default Category]', -1)
self.poiNameComboBox.addItem('[Use Default POI Name]', -1)
self.visualComboBox.addItem('[Select an Optional POI color field]', -1)
self.visualComboBox.addItem('[Select an Optional POI color category field]', -1)
self.descriptionComboBox.addItem('[Select an Optional POI Description]', -1)
self.commentComboBox.addItem('[Select an Optional POI Comment, Address]', -1)

Expand Down
2 changes: 1 addition & 1 deletion poiexportdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<item>
<widget class="QLabel" name="label_9">
<property name="text">
<string>Optional data visualization column</string>
<string>Optional random color hash visualization column</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit f8a2282

Please sign in to comment.