Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693800007
  • Loading branch information
Google Earth Engine Authors committed Nov 6, 2024
1 parent 3ce3de0 commit 60e507c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/src/layers/featureviewtilesource.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ goog.module.declareLegacyNamespace();

const AbstractTile = goog.require('ee.layers.AbstractTile');
const AbstractTileSource = goog.require('ee.layers.AbstractTileSource');
const ee = goog.require('ee');
const FeatureViewTilesKey = goog.requireType('ee.data.FeatureViewTilesKey');

/**
* A tile source for FeatureView tiles.
Expand All @@ -13,7 +13,7 @@ const ee = goog.require('ee');
*/
const FeatureViewTileSource = class extends AbstractTileSource {
/**
* @param {!ee.data.FeatureViewTilesKey} tilesKey FeatureView tiles key for
* @param {!FeatureViewTilesKey} tilesKey FeatureView tiles key for
* fetching this layer's tiles.
*/
constructor(tilesKey) {
Expand Down

0 comments on commit 60e507c

Please sign in to comment.