Skip to content

Web raster symbology test fix, part of issues #999 and #1001 - #1018

Merged
jtgilbert merged 1 commit into
masterfrom
web_raster_symbology
Jul 7, 2026
Merged

Web raster symbology test fix, part of issues #999 and #1001#1018
jtgilbert merged 1 commit into
masterfrom
web_raster_symbology

Conversation

@ChloeSeeborg

Copy link
Copy Markdown
Collaborator

Changed interpolation method from exact to discrete for temperature and vapor pressure symbology (Issue #999). Added extra row to hand symbology to try and correct values > 0 from being displayed in the 0 class (Issue #1001).

@ChloeSeeborg ChloeSeeborg added symbology Use for new symbology work 🌐 Viewer Web Our web map viewer inside the data exchange pkg:TauDEM pkg:RS_Context labels Jul 6, 2026
@jtgilbert
jtgilbert merged commit 5132145 into master Jul 7, 2026
2 checks passed
@jtgilbert
jtgilbert deleted the web_raster_symbology branch July 7, 2026 14:29

@MattReimer MattReimer left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine and a perfectly ok thing to test a non-working symbology.

@ChloeSeeborg did it work?

@ChloeSeeborg

Copy link
Copy Markdown
Collaborator Author

@MattReimer It looks like the fix mostly worked. Mean and Maximum temperature layers look good. Minimum and Dew Point layers are still not displaying at all. They use the same symbology as mean and max so that's confusing.

The vapor pressure layers look good.

The attempt to fix the hand symbology did not work, it looks like the change had no effect on how it's being displayed.

@MattReimer

Copy link
Copy Markdown
Member

@ChloeSeeborg One thing I should probably bring up is that those tiles are cached pretty heavily (your browser caches them but so does the server). I'm not saying that's what happening here but it could be muddying the waters a bit so there's a chance you could be seeing old tiles. A good test would be trying it on a project you haven't opened before.

If those layers are still a problem after we've ruled out caching then the next step is to download the projects with the actual rasters and see if there is some reason the values aren't working the way we expect.

@ChloeSeeborg

Copy link
Copy Markdown
Collaborator Author

@MattReimer I looked at a new HUC and the min and dew point temperature layers look good, so caching was the issue there. The hand layer is still displaying cells as the incorrect class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🌐 Viewer Web Our web map viewer inside the data exchange pkg:RS_Context pkg:TauDEM symbology Use for new symbology work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants