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 47 geojs issues
Sort by recently updated
recently updated
newest added

Add a general screenshot widget. This could either work as a stand-alone html element or a widget in a UI layer of the map. A basic option would be to...

- [x] Allow continuous (freehand) drawing for polygons - [x] Optionally prevent polygons and lines from self-crossing during creation. This could be accomplished by disallowing points that would self cross...

Markers can have complex shapes, but the hit test only checks the enclosing circle. We could render the marker to a small internal canvas and then check if the location...

I would keep it something like this: data = { nodes: [ ], links : [ {}, {} ] }

Currently, if you change map gcs, you have to flag many features to force their coordinates to be recomputed (e.g., `feature.dataTime().modified()`. This should be done automatically.

Currently, the maximum zoom range is limited by using double-precision floating point for tracking map and feature locations. Specifically, when zoomed over around 40 power-of-two zoom levels, the position starts...

Could we review these data for a new base map/tile source: https://registry.opendata.aws/terrain-tiles/ License terms here: https://github.com/tilezen/joerd/blob/master/docs/attribution.md Tile server: `https://s3.amazonaws.com/elevation-tiles-prod/geotiff/${z}/${x}/${y}.tif`