Releases: OpenGeoscience/geojs
Releases · OpenGeoscience/geojs
v1.0.2
Version 1.0.1
Improvements
- Contours with continuous (unstepped) data can specify the same number of values in
rangeValuesandcolorRange(#1079)
Version 1.0.0
Version 0.20.0
Features
- Added a marker feature (#1035)
- The mapInteractor cancelOnMove option can now take a movement threshold (#1058)
- GCS can now be specified in pointSearch, boxSearch, and polygonSearch (#1051)
- Added a track feature (#1040)
- Added a geo.gui.scaleWidget.formatUnit utility function (#1048)
Improvements
Version 0.19.8
Version 0.19.7
Features
- The osmLayer now has predefined
tileSourcesthat can be used with thesourcemethod or property to switch multiple parameters at once (#1020)
Improvements
- Points with small radii or thin strokes are rendered better (#1021)
- When only updating point styles, don't recompute geometry transforms (#1022)
- Optimized a transform code path for pixel coordinates (#1023)
- WebGL point features automatically use the most memory-efficient primitive shape for the point sizes used based on the system's graphics capabilities (#1031)
- Less data is transfered to the GPU when only styles have changed in webgl line or polygon features (#1016)
Changes
- Switched the default tile server to Stamen Design's toner-lite (#1020)
Bug Fixes
Version 0.19.6
Version 0.19.5
Features
- Fetch queues can have an initial size different from their regular size (#1000)
- Autoshare renderers now has three states, with the default being more likely to not change anything visually (#1011)
Improvements
- More response zooming via mouse wheel (#993)
- Explicitly exit retired renderers when autosharing renderers (#1007)
- If a point has no stroke or fill, don't return it from pointSearch (#1003)
- WebGL point, line, polygon, and contour features use a localized origin for improved precision at high zoom levels. This reduces panning jitter in zoom levels 19 and up (#1005)
- When doing a point search on a line feature, report which line segment is found (#1008)
- Include source event information in some feature events (#1009)
Changes
- Idle handlers no longer defer to scene-graph parents. Parents still wait for all children to be idle (#1001)
- Better handling of tiles with overlap (#997)
Bug Fixes
- Shared tile layers stack properly by clearing quads on layer addition and removal (#1010)
Version 0.19.4
Improvements
- Speed up rebuilding webgl point features (#994)
Version 0.19.3
Features
- Layers that use webgl renderers automatically share contexts when possible. Layers can switch renderers manually as well. This largely avoids the limitation of number of webgl contexts in a browser (#975)
- Support affine transforms in the proj4 string (#986)
Improvements
- Speed up rendering geojson features by using constant values for constant geojson styles (#987)
Changes
- The point clustering radius value is now in display pixels (#983)
Bug Fixes
- Fixed drawing partial fixed-scale canvas quads (#985)