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

WKT projection strings are supported in https://github.com/proj4js/wkt-parser but geometry are not. This (seemingly no longer maintained) project has support for converting WKT geometry to GeoJSON: https://github.com/mapbox/wellknown. I see a few...

When changing URLs in tile layers, it is often handy to have two layers where one is hidden loading the new url. When the hidden layer is fully loaded, the...

For example, instead of starting creation at the beginning, start with some number of points already placed. ``` annotationLayer.mode('line', { type: 'LineString', coordinates: [100, 100] }) ``` This would put...

The deepzoom example uses an image from NASA's mars website. The URLs for these images have changed and now have CORS that prevent loading them. We either need to disable...

In the color legend widget, we use d3 scales with the `nice()` property to round to even values. We either need to expose a method to get this generated scale...

For example: 1) fade in and fade out 2) size go from 0 - s then s - 0 3) color goes from red to blue and then to green

Since it's really only test-time code, it should be omitted from coverage. We could also consider moving it to a separate package.