Change the shape or style for map types/attributes
This guide will show you how to set up custom styles for shapefiles or plotted points like campsites. For this feature to work correctly, there must be some column of data that can be used to reference which style should be used. For example, of the styling is for campsites in four different categories (electrical, non-electrical, and tente) there must be a column the holds these values.
Click “Customizer” under the “User” tab
Click “Tables” next to the zone that contains the records you want to style
Click “ Modify next to the table that contains the records you want to style
Go to Step 5 “Map Layer”
Set the Default Draw Style drop down to the style that should be used if a record does not match the values provided in the rule created on step 7
Set the Field used for conditional Draw Styles drop down to the name of the column that holds the records you want to base the rule on
Set the draw rule
The rule follows a specific format as follows:
{“value”, “styleid”}
value is the text in the column, for our campsite example this would be one of the site types (electrical, non-electrical, and tent,)
styleid is the id of the style that should be used for records that contain “value” in the column chosen in step 5