Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 153 Next »

View is a visualization of certain theme using a set of related indicators and groups of objects (markers or areas) displayed on a map. View also contains the definition of filters.

It is linked to dashboards and marker selectors. Each view references exactly one dashboard and exactly one marker selector.

See views and filters in action in the Features Catalog for Developers project. 

Syntax

This is the Catchment Area view of the Retail Solution Demo project.

You can see that the view contains a fitting description and title. It is linked with its dashboard and a marker selector. It also contains a number of filters, defined in the filterGroup array. At the end, in the mapOptions object, various map window settings - such as map center, or zoom limits can be defined.

View object syntax
{
    "name": "catchment_area_view",
    "type": "view",
    "title": "Catchment Area Analysis",
    "description": "Identify areas with the biggest and smallest shares of your customers. Find out what turnover these customers generate. Evaluate store rankings and identify the pick-up partners used by customers from different regions. You can also compare the catchment areas for two different stores.",
    "content": {
        "icon": "performance_method",
        "order": 1,
        "dashboard": "/rest/projects/$projectId/md/dashboards?name=catchment_area_dashboard",
        "markerSelector": "/rest/projects/$projectId/md/markerSelectors?name=shops_marker_selector",
        "defaultGranularity": "/rest/projects/$projectId/md/datasets?name=ward",
        "defaultVisualized": "/rest/projects/$projectId/md/indicators?name=turnover_indicator",
        "filterGroup": [
            {
                "type": "indicator",
                "indicator": "/rest/projects/$projectId/md/indicators?name=turnover_indicator"
            },
            {
                "type": "indicator",
                "indicator": "/rest/projects/$projectId/md/indicators?name=customers_indicator"
            },
            {
                "type": "indicator",
                "indicator": "/rest/projects/$projectId/md/indicators?name=purchases_customer_indicator"
            },
            {
                "type": "globalDate",
                "property": "baskets.date_iso",
                "defaultValues": {
                    "startDate": {
                        "value": "2018-07-02"
                    },
                    "endDate": {
                        "value": "2018-07-08"
                    }
                }
            },
            {
                "type": "histogram",
                "property": "baskets.amount",
                "format": {
                    "type": "number",
                    "fraction": 0,
                    "symbol": "£"
                }
            },
            {
                "type": "multiSelect",
                "property": "baskets.on_off_name",
                "orderBy": [
                    {
                        "property": "baskets.on_off_name",
                        "direction": "asc"
                    }
                ]
            },
            {
                "type": "multiSelect",
                "property": "baskets.courier",
                "orderBy": [
                    {
                        "property": "baskets.courier",
                        "direction": "asc"
                    }
                ]
            },
            {
                "type": "multiSelect",
                "property": "clients.sex_name",
                "orderBy": [
                    {
                        "property": "clients.sex_name",
                        "direction": "asc"
                    }
                ]
            },
            {
                "type": "multiSelect",
                "property": "clients.age_name",
                "orderBy": [
                    {
                        "property": "clients.age_cat",
                        "direction": "asc"
                    }
                ]
            },
            {
                "type": "multiSelect",
                "property": "dim_dates_day_of_week.day_of_week_name_en",
                "orderBy": [
                    {
                        "property": "dim_dates_day_of_week.order_en",
                        "direction": "asc"
                    }
                ]
            }
        ],
        "mapOptions": {
            "center": {
                "lat": 52.478,
                "lng": -1.694
            },
            "zoom": 11,
            "minZoom": 2,
            "maxZoom": 18,
            "tileLayer": "mapbox"
        },
        "mapContextMenu": {
            "items": [
                {
                    "type": "googleSatellite"
                },
                {
                    "type": "googleStreetView"
                }
            ]
        },
        "exports": [
            {
                "export": "/rest/projects/$projectId/md/exports?name=grid_export"
            },
            {
                "export": "/rest/projects/$projectId/md/exports?name=customer_ids_export"
            },
            {
                "export": "/rest/projects/$projectId/md/exports?name=transaction_ids_export"
            },
            {
                "export": "/rest/projects/$projectId/md/exports?name=administrative_units_export"
            }
        ],
        "excludeDatasets": [
            "gb2_district",
            "gb2_ward",
            "gb2_postcodes_dwh",
            "gb2_msoas_dwh",
            "gb2_lsoas_dwh"
        ]
    }
}
Example of a dumped view
{
    "url": "/rest/projects/yufqzxkbiecj7jot/md/views/ktpu83s6lcmnks2c",
    "dumpTime": "2019-02-20T13:11:13Z",
    "version": "23",
    "content": {
        "name": "catchment_area_view",
        "type": "view",
        "title": "Catchment Area Analysis",
        "description": "Identify areas with the biggest and smallest shares of your customers. Find out what turnover these customers generate. Evaluate store rankings and identify the pick-up partners used by customers from different regions. You can also compare the catchment areas for two different stores.",
        "content": {
            "icon": "performance_method",
            "order": 1,
            "dashboard": "/rest/projects/$projectId/md/dashboards?name=catchment_area_dashboard",
            "markerSelector": "/rest/projects/$projectId/md/markerSelectors?name=shops_marker_selector",
            "defaultGranularity": "/rest/projects/$projectId/md/datasets?name=ward",
            "defaultVisualized": "/rest/projects/$projectId/md/indicators?name=turnover_indicator",
            "filterGroup": [
                {
                    "type": "indicator",
                    "indicator": "/rest/projects/$projectId/md/indicators?name=turnover_indicator"
                },
                {
                    "type": "indicator",
                    "indicator": "/rest/projects/$projectId/md/indicators?name=customers_indicator"
                },
                {
                    "type": "indicator",
                    "indicator": "/rest/projects/$projectId/md/indicators?name=purchases_customer_indicator"
                },
                {
                    "type": "globalDate",
                    "property": "baskets.date_iso",
                    "defaultValues": {
                        "startDate": {
                            "value": "2018-07-02"
                        },
                        "endDate": {
                            "value": "2018-07-08"
                        }
                    }
                },
                {
                    "type": "histogram",
                    "property": "baskets.amount",
                    "format": {
                        "type": "number",
                        "fraction": 0,
                        "symbol": "£"
                    }
                },
                {
                    "type": "multiSelect",
                    "property": "baskets.on_off_name",
                    "orderBy": [
                        {
                            "property": "baskets.on_off_name",
                            "direction": "asc"
                        }
                    ]
                },
                {
                    "type": "multiSelect",
                    "property": "baskets.courier",
                    "orderBy": [
                        {
                            "property": "baskets.courier",
                            "direction": "asc"
                        }
                    ]
                },
                {
                    "type": "multiSelect",
                    "property": "clients.sex_name",
                    "orderBy": [
                        {
                            "property": "clients.sex_name",
                            "direction": "asc"
                        }
                    ]
                },
                {
                    "type": "multiSelect",
                    "property": "clients.age_name",
                    "orderBy": [
                        {
                            "property": "clients.age_cat",
                            "direction": "asc"
                        }
                    ]
                },
                {
                    "type": "multiSelect",
                    "property": "dim_dates_day_of_week.day_of_week_name_en",
                    "orderBy": [
                        {
                            "property": "dim_dates_day_of_week.order_en",
                            "direction": "asc"
                        }
                    ]
                }
            ],
            "mapOptions": {
                "center": {
                    "lat": 52.478,
                    "lng": -1.694
                },
                "zoom": 11,
                "minZoom": 2,
                "maxZoom": 18,
                "tileLayer": "mapbox"
            },
            "mapContextMenu": {
                "items": [
                    {
                        "type": "googleSatellite"
                    },
                    {
                        "type": "googleStreetView"
                    }
                ]
            },
            "exports": [
                {
                    "export": "/rest/projects/$projectId/md/exports?name=grid_export"
                },
                {
                    "export": "/rest/projects/$projectId/md/exports?name=customer_ids_export"
                },
                {
                    "export": "/rest/projects/$projectId/md/exports?name=transaction_ids_export"
                },
                {
                    "export": "/rest/projects/$projectId/md/exports?name=administrative_units_export"
                }
            ],
            "excludeDatasets": [
                "gb2_district",
                "gb2_ward",
                "gb2_postcodes_dwh",
                "gb2_msoas_dwh",
                "gb2_lsoas_dwh"
            ]
        }
    }
}

Additional syntax examples

Example of a view with variables filter and mapContextMenu
{
    "name": "restaurants_rating_view",
    "type": "view",
    "title": "Restaurants rating",
    "description": "This view provides an overview of all restaurants and ranks them by a weighted index.",
    "content": {
        "icon": "first_place_pedestal",
        "dashboard": "/rest/projects/$projectId/md/dashboards?name=restaurants_rating_dashboard",
        "markerSelector": "/rest/projects/$projectId/md/markerSelectors?name=restaurants_marker_selector",
        "filterGroup": [
            {
                "type": "variables",
                "title": "Restaurant rating index",
                "variables": [
                    {
                        "name": "food_variable",
                        "title": "Food",
                        "minValue": 1,
                        "maxValue": 5,
                        "defaultValue": 5,
                        "format": {
                            "type": "number",
                            "fraction": 0
                        }
                    },
                    {
                        "name": "service_variable",
                        "title": "Service",
                        "minValue": -5,
                        "maxValue": 10,
                        "defaultValue": 1,
                        "format": {
                            "type": "number",
                            "fraction": 0
                        }
                    },
                    {
                        "name": "cleanliness_variable",
                        "title": "Cleanliness",
                        "minValue": 1.0,
                        "maxValue": 10.0,
                        "defaultValue": 5.0,
                        "format": {
                            "type": "number",
                            "fraction": 1
                        }
                    }
                ]
            },
            {
                "type": "multiSelect",
                "property": "restaurants.type",
                "orderBy": [
                    {
                        "property": "restaurants.type",
                        "direction": "asc"
                    }
                ]
            },
            {
                "type": "multiSelect",
                "property": "restaurants.cuisine",
                "orderBy": [
                    {
                        "property": "restaurants.cuisine",
                        "direction": "asc"
                    }
                ]
            }
        ]
    }
}

Example of a view with the variables filter type. This filter allows you to set unique variables used in metrics. In this example, it allows you to tweak different aspects of some index.

.

Example of a indicator filter with defaultValues set
{
    "type": "indicator",
    "indicator": "/rest/projects/$projectId/md/indicators?name=turnover_indicator",
    "defaultValues": {
        "values": [
            10000.0,
            500000.0
        ],
        "granularity": "/rest/projects/$projectId/md/datasets?name=ward"
    }
}

Default values are also available for indicator filter type. The values array must contain exactly two values with respect to the data type of the actual indicator, as well as the default granularity setting.

Example of a histogram filter with defaultValues set
{
    "type": "histogram",
    "property": "baskets.amount",
    "format": {
        "type": "number",
        "fraction": 0,
        "symbol": "£"
    },
    "defaultValues": {
        "values": [
            100.0,
            500.0
        ],
        "nullFiltered": true
    }
}

Default values are also available for histogram filter type. The values array must contain exactly two integer values. Notice the nullFiltered switch, which filters out null values.

Example of a multiSelect filter with defaultValues set
{
    "type": "multiSelect",
    "property": "dim_dates_day_of_week.day_of_week_name_en",
    "orderBy": [
        {
            "property": "dim_dates_day_of_week.order_en",
            "direction": "asc"
        }
    ],
    "defaultValues": {
        "values": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
        ]
    }
}

Default values are also available for multiSelect filter type. The values array must contain at least one string value.

Example of a singleSelect filter with defaultValues set
{
    "type": "singleSelect",
    "property": "dim_dates_day_of_week.day_of_week_name_en",
    "orderBy": [
        {
            "property": "dim_dates_day_of_week.order_en",
            "direction": "asc"
        }
    ],
    "defaultValues": {
        "value": "Monday"
    }
}

Default values are also available for singleSelect filter type. Apart from the value key, the syntax is identical with multiSelect.

Example of a feature filter with defaultValues set
{
    "type": "feature",
    "dataset": "/rest/projects/$projectId/md/datasets?name=ward",
    "defaultValues": {
        "values": [
            "E05001210",
            "E05001186",
            "E05001215"
        ]
    }
}

Default values are also available for feature filter type. The values array must contain at least one string value. The specified values must be the feature ids (property specified in the dataset's primaryKey).

Key description

content

KeyTypeOptionalityDescriptionConstraints
iconstring

OPTIONAL

identifier of the view icon as shown on the project page

see the available icons below

["catchment_area", "atm_cash_machine", "city_buildings", "credit_cards", "customer_intelligence", "diagram_chart", "fast_delivery", "first_place_pedestal", "hourglass_sandclock", "location_mark", "market_potential", "market_trends", "market_vision", "optimism_and_happiness", "packaging_box", "performance_method", "rent_a_house", "road_route", "shopping_cart", "tactical_advantage", "venture_capital", "wealth_accumulation", "workgroup_people"]
orderintegerOPTIONAL

specifies the order of the view on the Project page

secondary ordering is by title, alphabetically 

x => 1
dashboardstring

REQUIRED

URL link to the dashboard, which the view contains

/rest/projects/$projectId/md/dashboards?name={dashboardName}
markerSelectorstring

OPTIONAL

URL link to the marker selector, which the view contains

/rest/projects/$projectId/md/markerSelectors?name={markerSelectorName}
markersOnlybooleanOPTIONAL

enables the marker only view (see the tutorial)

default = false

[true, false]
showAttributesOnDrillbooleanOPTIONALenables feature attributes visibility after clicking on a indicator drill[true, false]
defaultGranularitystringOPTIONALURL link to the dataset, which will be the selected as the default granularity level when entering the view/rest/projects/$projectId/md/datasets?name={datasetName}
defaultVisualizedstringOPTIONALURL link to the indicator, which will be the visualised by default when entering the view/rest/projects/$projectId/md/indicators?name={indicatorName}
defaultVisualizationstringOPTIONALspecifies default visualization selected when entering the view[areas, grid, zones, heatmap, dotmap, line]
defaultDrilledstringOPTIONALURL link to the indicator, which will be the drilled down to by default when entering the view/rest/projects/$projectId/md/indicators?name={indicatorName}
defaultToolstringOPTIONAL

specify a tool which will be active by default when entering the view

search = , filter = , visibility =, measure =

[search, filter, visibility, measure]
defaultCompareTypestringOPTIONALspecifies default compare type selected when using compare[dominance, overlap]
filterGrouparray

OPTIONAL

array of filters applicable to the indicators presented in this view

[indicatorglobalDate, datehistogram, multiSelect, variables]
spatialQueryobjectOPTIONALdefault spatial query settings (used in heatmap visualization)x => 1
fitnessGroupsintegerOPTIONAL

specifies the number of indicator fitness segments

this setting's scope is view, so it will affect all indicators in the view

[3, 5]
mapOptionsobjectOPTIONALmap window settings on the project page
mapContextMenuobjectOPTIONALarray of objects with definition of 3rd party services available on mouse context click
exportsobjectOPTIONALarray of export references which allows you to define exports per view
measureobjectOPTIONALmeasure tool settings
defaultSelectedobjectOPTIONALspecify objects selected by default when entering the view
excludeDatasetsarrayOPTIONALarray of dataset names (not links) to be excluded from the granularity dropdown menu

content.filterGroup.indicator

Indicator filter allows you to filter areas based on the values of various indicators present in the view's dashboard.

They are located in the Filters  tool, as well as all other filters (except globalDate).

Default values can be set in the defaultValues object. And since indicator filters can have different results on different granularities, default granularity can be set as well.

KeyTypeOptionalityDescriptionConstraints
typestring

REQUIRED

type identifier, always indicator

[indicator]
indicatorstring

REQUIRED

URL link to an indicator object, whose value will be filtered

/rest/projects/$projectId/md/indicators?name={indicatorName}
defaultValuesobjectOPTIONAL

object containing default values for the filter


filterSelectionbooleanOPTIONAL

determines if the filter should be applied also when a marker is selected (true means apply the filter)

default = false

[true, false]

content.filterGroup.indicator.defaultValues

KeyTypeOptionalityDescriptionConstraints
values

decimal

OPTIONAL

array of two decimals - maximum and minimum value of the filter

size = 2

granularitystringOPTIONALURL link to a dataset object, which will be the default granularity option/rest/projects/$projectId/md/datasets?name={datasetName}

content.filterGroup.globalDate

Defines a property, which will filter the whole time frame.

Can be set by the date picker in the top left corner of the map window.

KeyTypeOptionalityDescriptionConstraints
typestring

REQUIRED

type identifier, always globalDate

[globalDate]
propertyobject

REQUIRED

identifier of a dataset property, which will be filtered by date

e.g.: orders.order_date

{datasetName}.{datasetProperty}
defaultValuesobjectOPTIONAL

object containing default values for the date range

(warning) if present, please note that this will make this filter active all the time


content.filterGroup.date

Allows to set from-to filter for multiple date attributes (year, month, week, day, hour...). It has identical syntax with the globalDate filter.

KeyTypeOptionalityDescriptionConstraints
typestring

REQUIRED

type identifier, always date

[date]
propertyobject

REQUIRED

identifier of a dataset property, which will be filtered by date

{datasetName}.{datasetProperty}
defaultValuesobjectOPTIONAL

object containing default values for the date range

(warning) if present, please note that this will make this filter active all the time


content.filterGroup.globalDate.defaultValues

content.filterGroup.date.defaultValues

KeyTypeOptionalityDescriptionConstraints
startDateobjectOPTIONAL

an object containing either value or function that specifies the start date


endDateobjectOPTIONALan object containing either value or function that specifies the end date

content.filterGroup.globalDate.defaultValues.startDate

content.filterGroup.date.defaultValues.startDate

content.filterGroup.globalDate.defaultValues.endDate

content.filterGroup.date.defaultValues.endDate

KeyTypeOptionalityDescriptionConstraints
valuestringOPTIONAL

given value in the ISO 8601 format

format = YYYY-MM-DD

functionobjectOPTIONAL

a function object defining an interval of a relative date filter


Relative date filters

Relative date filters allow you to create filters with sliding date values, like last week, previous month or the first 90 days of a year.

They consist of three functions:

  • function_today - always returns today's date
  • function_date_trunc - truncates a date to a beginning of an interval (= first day of a week, month, etc.)
    • supported intervals: day, week, month, quarter, year
  • function_interval - generates a date interval, which can later be added or subtracted from a date
Date rangeDefinition syntax
the day before 30 daysfunction_today  function_interval(30, day)
the beginning of the current weekfunction_date_trunc(today, week)​

​the beginning of last week

function_date_trunc(today, week)​  function_interval(1, week)
the day before two monthsfunction_today  function_interval(2, month)
the ending of the last monthfunction_date_trunc(today, month)​  function_interval(1, day)

By combining these functions into startDate and endDate, you are able to create the desired intervals. Let's have a look at an example:

Last 30 days

This interval spans last 30 days since today. It does not respect the boundaries of a calendar month.

Relative date filter of the last 30 days
        "defaultValues": {
            "startDate": {
                "function": {
                    "type": "function_minus",
                    "content": [
                        {
                            "type": "function_today"
                        },
                        {
                            "type": "function_interval",
                            "content": [
                                {
                                    "type": "number",
                                    "value": 30
                                }
                            ],
                            "options": {
                                "interval": "day"
                            }
                        }
                    ]
                }
            },
            "endDate": {
                "function": {
                    "type": "function_today"
                }
            }
        }

This month

This interval starts at the 1st of the current month and ends today.

Relative date filter of this month
        "defaultValues": {
            "startDate": {
                "function": {
                    "type": "function_date_trunc",
                    "content": [
                        {
                            "type": "function_today"
                        }
                    ],
                    "options": {
                        "interval": "month"
                    }
                }
            },
            "endDate": {
                "function": {
                    "type": "function_today"
                }
            }
        }

Previous year

This interval spans all days of the previous year. If it's the New Year's Eve of 2017, the whole year 2016 will be selected. If it's the New Year's Day of 2018, the whole year 2017 will be selected.

Relative date filter of the previous year
        "defaultValues": {
            "startDate": {
                "function": {
                    "type": "function_minus",
                    "content": [
                        {
                            "type": "function_date_trunc",
                            "content": [
                                {
                                    "type": "function_today"
                                }
                            ],
                            "options": {
                                "interval": "year"
                            }
                        },
                        {
                            "type": "function_interval",
                            "content": [
                                {
                                    "type": "number",
                                    "value": 1.0
                                }
                            ],
                            "options": {
                                "interval": "year"
                            }
                        }
                    ]
                }
            },
            "endDate": {
                "function": {
                    "type": "function_minus",
                    "content": [
                        {
                            "type": "function_date_trunc",
                            "content": [
                                {
                                    "type": "function_today"
                                }
                            ],
                            "options": {
                                "interval": "year"
                            }
                        },
                        {
                            "type": "function_interval",
                            "content": [
                                {
                                    "type": "number",
                                    "value": 1.0
                                }
                            ],
                            "options": {
                                "interval": "day"
                            }
                        }
                    ]
                }
            }
        }

content.filterGroup.histogram

Histogram filter allows you to filter the integer, bigint and decimal values.

KeyTypeOptionalityDescriptionConstraints
typestring

REQUIRED

type identifier, always histogram

[histogram]
propertyobject

REQUIRED

identifier of a dataset property, which the filter will be applied to

{datasetName}.{datasetProperty}
formatobject

OPTIONAL

specifies the formatting of the histogram values

see indicator.content.format


defaultValuesobjectOPTIONAL

object containing default values for the histogram filter

(warning) if present, please note that this will make this filter active all the time


content.filterGroup.histogram.defaultValues

KeyTypeOptionalityDescriptionConstraints
valuesarrayOPTIONAL

array of two integers - upper and lower default value

size = 2

nullFilteredbooleanOPTIONAL

specifies if null values should be filtered or not

default = false (null values are present)

[true, false]

content.filterGroup.multiSelect

Multiselect filter that works like checkbox. Used to filter enumeration types (e.g. day of the week, type of the store, etc.).

When there is more than 10 items, a search bar is added. The maximum count of filterable records is 20 000.

KeyTypeOptionalityDescriptionConstraints
typestring

REQUIRED

type identifier, always multiSelect

[multiSelect]
propertyobject

REQUIRED

identifier of a dataset property, which the filter will be applied to

{datasetName}.{datasetProperty}
orderByobject

OPTIONAL

specifies how to order the multiselect list


defaultValuesobjectOPTIONAL

object containing default values for the multiselect filter

(warning) if present, please note that this will make this filter active all the time


content.filterGroup.multiSelect.orderBy

Specifies the ordering of elements in a multiSelect filter.

KeyTypeOptionalityDescriptionConstraints
propertystring

REQUIRED

identifier of a dataset property, by which the list will be ordered

{datasetName}.{datasetProperty}
directionstring

REQUIRED

sort direction

default = asc

[asc, desc]

content.filterGroup.multiSelect.defaultValues

KeyTypeOptionalityDescriptionConstraints
valuesarrayOPTIONAL

array of at least one string value(s), that will be set as default(s)

size => 1

content.filterGroup.singleSelect

Singleselect filter that works like radio button. The user can choose only one of a predefined set of options. Used to filter enumeration types (e.g. day of the week, type of the store, etc.).

Please note that having this filter in a view makes it active all the time. If no defaultValues.value is specified, the first property is selected.

KeyTypeOptionalityDescriptionConstraints
typestring

REQUIRED

type identifier, always singleSelect

[singleSelect]
propertyobject

REQUIRED

identifier of a dataset property, which the filter will be applied to

{datasetName}.{datasetProperty}
orderByobject

OPTIONAL

specifies how to order the singleselect list


defaultValuesobjectOPTIONAL

object containing one default value for the singleselect filter


content.filterGroup.singleSelect.defaultValues

KeyTypeOptionalityDescriptionConstraints
valuestringOPTIONAL

string value, that will be set as default

(*)

content.filterGroup.variables

Allows you to set unique variables which are used in metrics. See the syntax example of the filter above.

KeyTypeOptionalityDescriptionConstraints
typestring

REQUIRED

type identifier, always variables

[variables]

title

string

REQUIRED

title of the variables filter

(*)
variablesarrayREQUIREDarray of the content.filterGroup.variables.variable objectssize => 1

content.filterGroup.variables.variable

Each variable is uniquely identified by it's name. This name then must be used in a metric objects, which is located 

KeTypeOptionalityDescriptionConstraints
namestring

REQUIRED

name of the variable

must match the name of variable used in metrics

(a-z0-9_-)
titlestring

REQUIRED

human-readable title of the variable

(*)
minValuedecimal

REQUIRED

minimum value of the variable


maxValuedecimalREQUIRED

maximum value of the variable


defaultValuedecimalREQUIREDdefault value of the variable
formatobjectREQUIRED

specifies the formatting of the variables values

see indicator.content.format


content.filterGroup.feature

Allows you to set selected objects in the map (markers, areas, polygons, lines...).

KeyTypeOptionalityDescriptionConstraints
typestring

REQUIRED

type identifier, always feature

[feature]

dataset

string

REQUIRED

link to a dataset whose features will be filtered/rest/projects/$projectId/md/datasets?name={datasetName}
defaultValuesobjectREQUIRED

object containing default string values for the feature filter

see example above

size => 1

content.spatialQuery

KeyTypeOptionalityDescriptionConstraints
profilestring

REQUIRED

profile of the spatial query[car, bike, foot, air]
unitstring

REQUIRED

unit of the spatial query[time, distance]
amountinteger

REQUIRED

the size of the query (in meters or minutes, according to unit)x => 1

content.mapOptions

KeyTypeOptionalityDescriptionConstraints
centerobject

OPTIONAL

center of the map window when entering the view
zoominteger

OPTIONAL

sets ideal zoom level2 .. 18
minZoominteger

OPTIONAL

sets the minimum zoom level2 .. 18
maxZoominteger

OPTIONAL

sets the maximum zoom level2 .. 18
tileLayerMenubooleanOPTIONAL

display or hide the base map layer menu

default = true

[true, false]
tileLayerstringOPTIONALbase map layer identifier

[mapbox, mapboxStreets, mapboxOutdoors, mapboxSatelliteStreets, mapboxLight, mapboxDark]

content.mapOptions.center

KeyTypeOptionalityDescriptionConstraints
latdecimalREQUIREDdecimal value of the latitude-90.0 .. +90.0
lngdecimalREQUIREDdecimal value of the longitue-180.0 .. +180.0

content.mapContextMenu

The mapContextMenu object allows you to define the content of context menu after using right click in the map.

KeyTypeOptionalityDescriptionConstraints
itemsarray

REQUIRED

array of map context menu items

content.mapContextMenu.items

KeyTypeOptionalityDescriptionConstraints
typestringREQUIRED

type of the clickable item

choose one of the provided services by Google, Mapy.cz or ČÚZK

[googleSatellite, googleStreetView, mapyczOrtophoto, mapyczPanorama, cuzkParcelInfo]

content.exports

Allows you to define list of export objects which will be available after using the Export function available from the Menu ().

KeyTypeOptionalityDescriptionConstraints

export

string

REQUIRED

link to an export which will be available in the view/rest/projects/$projectId/md/exports?name={exportName}

content.measure

This object allows you to set the settings of measure tool. The settings is available for line and isoline measure.

KeyTypeOptionalityDescriptionConstraints
typestring

OPTIONAL

type of the measure[line, isoline]
pointsarray

VARIES

array of points for line measure

(warning) either points or zones can be specified

size => 1
zonesarrayVARIESarray of zones for isoline measure

(warning) either points or zones can be specified

size => 1

content.measure.points

KeyTypeOptionalityDescriptionConstraints
latdecimal

REQUIRED

decimal value of the point's latitude-90.0 .. +90.0
lngdecimal

REQUIRED

decimal value of the point's longitude

-180.0 .. +180.0

content.measure.zones

KeyTypeOptionalityDescriptionConstraints
latdecimal

REQUIRED

decimal value of the point's latitude-90.0 .. +90.0
lngdecimal

REQUIRED

decimal value of the point's longitude

-180.0 .. +180.0
profilestringREQUIREDprofile of the isochrone[car, bike, foot, air]
unitstringREQUIREDunit of the isochrone[time, distance]
amountintegerREQUIREDamount of units of the isochronex => 1

content.defaultSelected

Specifies selected objects and selected coordinates when entering the view.

KeyTypeOptionalityDescriptionConstraints
datasetstring

OPTIONAL

link to a dataset whose features will be filtered/rest/projects/$projectId/md/datasets?name={datasetName}
idsarray

OPTIONAL

array of object ids which will be selected


coordinatesarrayOPTIONALarray of objects with "lat" and "lng" size => 1

Visual representation

View icons

This is the available view icon palette.

atm_cash_machinecatchment_areacity_buildingscredit_cardscustomer_intelligencediagram_chartfast_deliveryfirst_place_pedestalhourglass_sandclocklocation_mark

market_potentialmarket_trendsmarket_visionoptimism_and_happinesspackaging_boxperformance_methodrent_a_houseroad_routeshopping_carttactical_advantage

venture_capitalwealth_accumulationworkgroup_people

Views displayed on the project page

Map base layers

mapboxmapboxStreetsmapboxOutdoors

mapboxSatelliteStreetsmapboxLightmapboxDark

globalDate filter type

in default statewith set values


indicator
filter type

in default statewith set values

date filter type

in default statewith set values

histogram filter type                                                                                           

in default statewith set values

multiSelect filter type

in default statewith set values

multiSelect filter type

in default statewith set values

variables filter type

in default statewith set values

feature filter type

in default state

with set values


  • No labels