Map Chart parameters
This table lists the map chart parameters applicable for the Planning Engine report:
Field | Name | Default | Description |
---|---|---|---|
rv_map_type | Map Type | 1 |
Used to determine the type of map shown. The type of Map is displayed below the pivot area. The map types:
|
rv_map_show_labels | Show Data labels | TRUE | Used to determine if the resource labels are displayed on the map. For example, to display all the country names on the world map. Default = TRUE (when not defined). |
rv_map_show_title | Show title | FALSE | Used to determine if the analyzed property is displayed in the map. When FALSE or undefined, the property is displayed as the legend title. |
rv_map_continent_attr | Continent Attribute | None | Specified by the user to indicate the resource attribute that determines the continent. This field is required when displaying the world continent map. |
rv_map_country_attr | Country Attribute | None | Specified by the user to indicate the resource attribute that determines the country. This is an optional attribute, but is required to display the world map or individual continent map. |
rv_map_province_attr | Province Attribute | None | Specified by the user to indicate the resource attribute to determine the province (that is state, region and so on). This is an optional attribute, required for rv_chart_type = 6 (Map) displaying an individual country map. Only valid when rv_map_type > 8. |
rv_map_latitude | Latitude co-ordinate | None | Specified by the user to indicate the resource attribute to determine the latitude coordinate (the location of the data on the map). This parameter is required when using rv_chart_type = 9 (Map - Coordinates). |
rv_map_longitude | Longitude co-ordinate | None | Specified by the user to indicate the resource attribute to determine the longitude coordinate (the location of the data on the map). This parameter is required when using rv_chart_type = 9 (Map - Coordinates). |
rv_map_crosshairs | Show crosshairs | FALSE | Used to determine if cross hairs must be displayed on maps. When FALSE or undefined, cross hairs are not displayed. Default = FALSE. When set to TRUE, cross hairs are displayed on the map. |
rv_color_palette | Color Palette | 0 (Azure) |
The color palette is an ordered listing that ranges from 0 to 7. The
corresponding number is added to the rv_color_palette parameter to represent the
color that must be used.
Default = Azure (0) when not defined. Only applicable when rv_chart_number = 6 or 9. Note: If
rv_property_format is defined, then the rv_color_palette is not considered.
|
rv_map_show_pie | Show Map Pies | FALSE |
Indicates if pie charts or bubbles are displayed on co-ordinate maps. Possible
values:
Note: By
default, the value is set to FALSE.
|