Class: CesiumGeohashes

CesiumGeohashes()

Draws geohash boxes and their associated count/density in a Cesium CesiumWidgetView. Uses the CesiumGeohash Map Asset for the geohash data.

Constructor

new CesiumGeohashes()

Since:
  • 2.22.0
Source:

Extends

  • Backbone.View

Members

cesiumGeohash :CesiumGeohash

A reference to the CesiumGeohash MapAsset model that is rendered in this view
Type:
Since:
  • 2.22.0
Source:

Methods

drawGeohashes()

Draws the geohash polygons on the Cesium map (via CesiumGeohash) associated with this view. Draws a number representing the count/density associated with that polygon (e.g. number of datasets in that area).
Since:
  • 2.22.0
Source:

listenToMovement()

Listens to Cesium Camera movement so the geohash level can change when the camera zooms in
Since:
  • 2.22.0
Source: