Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 2.19 KB

LookmlModelExploreFieldMapLayer.md

File metadata and controls

19 lines (15 loc) · 2.19 KB

LookmlModelExploreFieldMapLayer

Properties

Name Type Description Notes
url string URL to the map layer resource. [optional]
name string Name of the map layer, as defined in LookML. [optional]
feature_key string Specifies the name of the TopoJSON object that the map layer references. If not specified, use the first object.. [optional]
property_key string Selects which property from the TopoJSON data to plot against. TopoJSON supports arbitrary metadata for each region. When null, the first matching property should be used. [optional]
property_label_key string Which property from the TopoJSON data to use to label the region. When null, property_key should be used. [optional]
projection string The preferred geographic projection of the map layer when displayed in a visualization that supports multiple geographic projections. [optional]
format string Specifies the data format of the region information. Valid values are: "topojson", "vector_tile_region". [optional]
extents_json_url string Specifies the URL to a JSON file that defines the geographic extents of each region available in the map layer. This data is used to automatically center the map on the available data for visualization purposes. The JSON file must be a JSON object where the keys are the mapping value of the feature (as specified by property_key) and the values are arrays of four numbers representing the west longitude, south latitude, east longitude, and north latitude extents of the region. The object must include a key for every possible value of property_key. [optional]
max_zoom_level int The minimum zoom level that the map layer may be displayed at, for visualizations that support zooming. [optional]
min_zoom_level int The maximum zoom level that the map layer may be displayed at, for visualizations that support zooming. [optional]

[Back to Model list] [Back to API list] [Back to README]