Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 2.09 KB

File metadata and controls

18 lines (14 loc) · 2.09 KB

LookmlModelExploreFieldMapLayer

Properties

Name Type Description Notes
url str URL to the map layer resource. [optional]
feature_key str Specifies the name of the TopoJSON object that the map layer references. If not specified, use the first object.. [optional]
property_key str 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 str Which property from the TopoJSON data to use to label the region. When null, property_key should be used. [optional]
projection str The preferred geographic projection of the map layer when displayed in a visualization that supports multiple geographic projections. [optional]
format str Specifies the data format of the region information. Valid values are: "topojson", "vector_tile_region". [optional]
extents_json_url str 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]