You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ViewportUtils.getInitViewport function to get a proper lng, lat, zoom from envelope
Allow to build geometries with number arrays for easier number input. e.g. new LineString([{x:0, y:0}, {x:10, y:10}]) becomes LineString.fromNumbers([0, 0, 10, 10])
Implement query function on FeatureSource which allows to query features based on spatial relationship: intersect, disjoint, within, overlap and touch
Add declare file (*.d.ts) for native register for better typescript support
Fix a bug of a returning type is bind to another lib’s specific version, which makes typescript upstream project compile filed
Add a strategy to auto break down values by its index position. Previously, it breaks down by value, when the maximum value is far away from the second large value, the effect is not good.
Allow to create new delimited file with specified features.