Skip to content

Commit

Permalink
Remove the TODO comment and improve some wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Jul 12, 2018
1 parent 0bbdada commit ad7646c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/gl/pointFeature.js
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ var gl_pointFeature = function (arg) {
/**
* Set style(s) from array(s). For each style, the array should have one
* value per data item. The values are not converted or validated. Color
* values should be {@link geo.geoColorObject}s. If invalid values are given
* the behavior is undefined.
* values are {@link geo.geoColorObject} objects. If invalid values are
* given the behavior is undefined.
* For some feature styles, if the first entry of an array is itself an
* array, then each entry of the array is expected to be an array, and values
* are used from these subarrays. This allows a style to apply, for
Expand Down
3 changes: 0 additions & 3 deletions src/pointFeature.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ var feature = require('./feature');
* @property {number} [width=256]
* @property {number} [height=256]
*/
// TODO: refactor point clustering to (a) not be based on window size, (b) use
// points in the map.gcs coordinate system, not the pointFeature.gcs coordinate
// system, (c) convert the clustering radius to be in display pixels

/**
* Create a new instance of class pointFeature.
Expand Down

0 comments on commit ad7646c

Please sign in to comment.