Class: MapWidgetContainerView

MapWidgetContainerView()

A container for CesiumWidgetView and other map overlays, e.g. lat/lng, legends, etc.

Constructor

new MapWidgetContainerView()

Since:
  • 2.30.0
Source:

Extends

  • Backbone.View

Members

el

Source:

model :Map

The model that this view uses
Type:
Source:

Methods

initialize()

Source:

render()

Source:

renderLegendContainer()

Renders legend overlay.
Source:

renderMapWidget()

Renders Cesium map. Currently, this uses the MapWidgetContainerView, but this function could be modified to use an alternative map widget in the future.
Source:

renderScaleBar()

Renders the scale bar view that shows the current position of the mouse on the map.
Source: