mapvisualization properties
|
|
The Map Visualization node can accept multiple input connections and display geospatial data on a map as a series of layers. Each layer is a single geospatial field; for example, the base layer might be a map of a country, then above that you might have one layer for roads, one layer for rivers, and one layer for towns. |
mapvisualization properties |
Data type | Property description |
|---|---|---|
tag |
string |
Sets the name of the tag for the input. The default tag is a number based on the order that
inputs were connected to the node (the first connection tag is |
layer_field |
field |
Selects which geo-field from the data set is displayed as a layer on the map. The default
selection is based on the following sort order:
If there are two fields with the same measurement type, the first field alphabetically (by name) will be selected by default. |
color_type |
boolean |
Specifies whether a standard color is applied to all features of the geo-field, or an overlay
field which colors the features based on values from another field in the data set. Possible values
are |
color |
string |
If Default is chart category color |
color_field |
field |
If |
symbol_type |
boolean |
Specifies whether a standard symbol is applied to all records of the geo-field, or an overlay
symbol which changes the symbol icon for the points based on values from another field in the data
set. Possible values are |
symbol |
string |
If |
symbol_field |
field |
If |
size_type |
boolean |
Specifies whether a standard size is applied to all records of the geo-field, or an overlay size
which changes the size of symbol icon or the line thickness based on values from another field in
the data set. Possible values are |
size |
string |
If |
size_field |
field |
If |
transp_type |
boolean |
Specifies whether a standard transparency is applied to all records of the geo-field, or an
overlay transparency which changes the level of transparency for the symbol, line, or polygon based
on values from another field in the data set. Possible values are |
transp |
integer |
If If For |
transp_field |
field |
If |
data_label_field |
field |
Specifies the field to use as data labels on the map. For example, if the layer this setting is
applied to is a polygon layer, then the data label might be the |
use_hex_binning |
boolean |
Enables hex binning and enables all of the aggregation drop-downs. This setting is turned off by default. |
color_aggregation and transp_aggregation |
string |
If you select an overlay field for a points layer using hex binning, then all the values for that field must be aggregated for all points within the hexagon. Therefore, you must specify an aggregation function for any overlay fields you want to apply to the map. The available aggregation functions are: Continuous (Real or Integer storage):
Continuous (Time, Date, or Timestamp storage):
Nominal/Categorical:
Flag:
|
custom_storage |
string |
Sets the overall storage type of the field. Default is |
custom_value_storage |
string |
Sets the storage types of the elements in the list instead of to the field as a whole. The
default is |
list_depth |
integer |
Sets the depth of the list field. Ther required depth depends on the type of geofield, following
these criteria:
You must know the type of geospatial field you are converting back to a list and the required depth for that kind of field. If set incorrectly, the field cannot be used. The default value is |