Releases: OpenGeoscience/uvdat
v1.4.0
v1.4.0 (2025-08-08)
Bug Fixes
-
Ensure that
updateLayersShown
is only called once after theme change (80b62b2
) -
Update deprecated vuetify theme change method (
8733482
)
Code Style
- Add semicolons (
0ee84dc
)
Refactoring
-
getUserMapLayers
check source name and reduce number of calls inupdateLayersShown
(f69e911
) -
Identify base layers by having a source with a url that contains
demo.kitware.com
(2272044
) -
Remove unnecessary function definition (only used once) (
d9661d7
)
Detailed Changes: v1.3.1...v1.4.0
v1.3.1
v1.3.1 (2025-08-06)
Bug Fixes
-
Center feature when opening map tooltip (
355b4cf
) -
Only zoom out to fit bounds, don't zoom in (
8d08c46
) -
Set tooltip position to center of clicked feature (instead of click position) (
c4b25d3
)
Detailed Changes: v1.3.0...v1.3.1
v1.3.0
v1.2.1
v1.2.1 (2025-08-01)
Bug Fixes
Refactoring
-
Create and use getUserMapLayers function (
b48adce
) -
Remove external caching of map sources (
6515b99
) -
Return early from addLayerFrameToMap (
672321b
) -
Update addLayer function (
7050101
)
Detailed Changes: v1.2.0...v1.2.1
v1.2.0
v1.2.0 (2025-07-25)
Bug Fixes
-
Add
no_cache
and hashes to charts too (e8380dd
) -
Address errors when loading LA wildfires use case (
f35e9a6
) -
Allow unspecified url if local file exists (
c6e51fe
)
Build System
- Add
pooch
to requirements (daf4abc
)
Features
-
Add
--no-cache
option to populate command and leveragepooch
for file downloads (eca75ab
) -
Add file hashes to dataset specifications (
8e911c1
)
Detailed Changes: v1.1.2...v1.2.0
v1.1.2
v1.1.2 (2025-07-24)
Bug Fixes
- Remove layers and sources from map when removing from
selectedLayers
(91dda4f
)
Refactoring
- Normalize use of removeLayers (
2159367
)
Detailed Changes: v1.1.1...v1.1.2
v1.1.1
v1.1.1 (2025-07-24)
Bug Fixes
-
Add return statement back in to
fetchAvailableLayersForDataset
(fd9abb9
) -
Analytics panel get additional animation layers (
2f9836b
) -
Project config fetch all datasets (
f75d8e1
) -
Remove unnecessary
async/await
(486997c
) -
Update test with serializer change (
0c368e3
)
Documentation
- Provide
dev/.env.web.example
file and instructions for supplying a MapTiler API key (62e9054
)
Refactoring
-
Fetching of Layers and LayerFrames (
bbda387
) -
Improve readability of
fetchAvailableLayersForDataset
(8b0e1d7
) -
Remove unnecessary array expansion (
3a6b488
) -
Rename
dev/.env.web.docker-compose
todev/.env.web
(2913fbe
)
Detailed Changes: v1.1.0...v1.1.1
v1.1.0
v1.1.0 (2025-07-15)
Bug Fixes
-
Add
updateFilterBy
function (874b1d2
) -
Add keydown events to new name input (
0c064ea
) -
Add LayerStyle to access control (
3cbb456
) -
Adjust behaior for setting color and size groups (
c6b7d42
) -
Cast values of numeric inputs (
73b9615
) -
Change default behavior when no style applied to raster (
39f9337
) -
Check for undefined min and max (0 is truthy) (
108aeb9
) -
Default to None colormap instead of terrain (
1c8b802
) -
Disable continuous colormaps for string properties (
92c39f7
) -
Don't allow size for polygons (
75c31d3
) -
Fetch vector properties when first applying style (
3d0849b
) -
Ignore AbortErrors raised when updating raster layer styles (
a35066c
) -
Manage active layer style menu in
LayersPanel
(9b8caf1
) -
Misc behavior fixes (
525719b
) -
Propagate schema validation errors in update endpoint (
1433884
) -
Protect against null colormap range (
9fb7a28
) -
Put back
create
andupdate
functions with updated logic (3f044d4
) -
Ref bug (
0d3d3a1
) -
Refresh layer default style after db change (
4a85c84
) -
Repair multiframe behavior (
582434e
) -
Reset
currentGroups
when switching styles (a18c19a
) -
Set color_by on default raster colormap (
3cc7110
) -
Set min opacity to 0.1 and put back
if
clause ingetLayerIsVisible
(8aa712b
) -
Support edge cases for vector properties (
efedfcf
) -
Switch size to linear interpolation instead of exponential (
9a5b438
) -
Type fixes (
717c532
) -
Update
init
/cancel
logic (da7a69d
) -
Update multiple defaults test (
d3b75a4
) -
Update pinia stores (
101711e
) -
Update size; interpolate instead of step (
bf44073
) -
Update sizing logic to apply null size and zoom scaling together (
7bb585c
) -
Update style schema test; range is no longer required (
12c5c0f
)
Chores
- Remove TODO statement (
16489fb
)
Code Style
-
Adjust spacing and alignment (
5fb7b1b
) -
Apply design suggestions (
8896df8
) -
Apply more design suggestions (
2fd6bf6
) -
Design updates (
4c20b27
) -
Fix scrollbars in Chrome (
9dd1a37
) -
Helper-text color for disabled controls (
8dea6dc
) -
Import new material symbol for UI design (
19874fc
) -
More updates to filters tab design (
bbfc020
) -
Redesign filters tab (
bfb72ef
) -
Update dark mode
surface-light
color (67a3451
)
Features
-
Add
colormap
library to client dependencies (35ddb06
) -
Add
VectorData
summary endpoint to API (4192bdb
) -
Add API viewset for
LayerStyle
(9c4134b
) -
Add clamping toggle to raster color options (
50fb9ab
) -
Add new rest functions (
0c6d947
) -
Add new types (
c4accc7
) -
Add test for style schema validation (
c951de8
) -
Allow deletion of LayerStyles (
e592125
) -
Allow single value for numeric filters (
e62800a
) -
Allow toggling visibility of feature type or band (
5dd7efe
) -
Allow user to specify number of colors in discrete colormap (
96ddf67
) -
Apply color styling to raster map layers (
9b9f976
) -
Apply color styling to vector map layers (
b405250
) -
Apply size and filters to vector map layers (
435325c
) -
Create
ColormapPreview
component (516c8e5
) -
Create
LayerStyle
model (01a7af7
) -
Create
NumericInput
component and refactor number controls (8fc4bbb
) -
Dynamic filter updates (
af17483
) -
Respect default_frame saved in style (
36f34ed
) -
Select a default colormap upon property selection (
6dd40b7
) -
Update
LayerStyle
component and parents (15dc812
) -
Validate new style name; ensure no conflict exists (
4a66340
)
Refactoring
v1.0.2
v1.0.2 (2025-06-19)
Bug Fixes
-
Save empty source_filters for single-frame layer (
8bad179
) -
Update url of test dataset file (
8e8adb1
)
Chores
- Create test use case with some generated vector datasets (
fd0a934
)
Detailed Changes: v1.0.1...v1.0.2
v1.0.1
v1.0.1 (2025-06-19)
Bug Fixes
- Install all large-image sources in Dockerfile (
b942395
)
Continuous Integration
- Pin MinIO in CI (
7588848
)
Detailed Changes: v1.0.0...v1.0.1