geojs icon indicating copy to clipboard operation
geojs copied to clipboard

High-performance visualization and interactive data exploration of scientific and geospatial location aware datasets

Results 48 geojs issues
Sort by recently updated
recently updated
newest added

When supplying location data for points as strings, sometimes the geoOn() API picks them up, and sometimes it doesn't. The trouble here is the inconsistency, since it can be considered...

The heatmap feature doesn't accept styles that are functions in all places. Also, the `canvas.heatmapFeature._init` method gets `args` from the feature scope, which is different than other features.

Currently, when we create a pixel-space image, we can use `util.pixelCoordinateParams` to get appropriate values to initialize the `map` object and the tile layer. As a convenience, if we subclassed...

Currently we have `tileLayer` which we subclass as `osmLayer` for image tiles. This proposes that we add `imageTileLayer`, and have `osmLayer` be a subclass of `imageTileLayer`. `imageTileLayer` would not set...

Because square meshes are divided into triangles for rendering, there can be a bias in how they are drawn in the contour feature (and, also, in polygons with more than...

When drawing a polygon on top of another polygon with a border, the draw order is sometimes not consistent between the border and the interior. I assume this is caused...

bug

The featureLayer and individual feature types should have an `extents` method that returns the maximum and minimum coordinates of the features on layer or of the original feature. For the...