Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702853044
  • Loading branch information
Google Earth Engine Authors committed Dec 5, 2024
1 parent d1f57ff commit 0b2baab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 FeatureViewTilesKey = goog.requireType('ee.data.FeatureViewTilesKey');
const {FeatureViewTilesKey} = goog.requireType('ee.data');

/**
* A tile source for FeatureView tiles.
Expand Down

0 comments on commit 0b2baab

Please sign in to comment.