Conversation
web-mapviewer
|
||||||||||||||||||||||||||||
| Project |
web-mapviewer
|
| Branch Review |
feat-PB-1257-cog-native-resolution
|
| Run status |
|
| Run duration | 07m 20s |
| Commit |
|
| Committer | Pascal Barth |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
20
|
|
|
0
|
|
|
261
|
| View all changes introduced in this branch ↗︎ | |
Member
|
@pakb : to me it seems, using the test link, that only integer values for |
3221fb8 to
37bdef5
Compare
37bdef5 to
fff64b0
Compare
f8527f5 to
4293a55
Compare
Contributor
|
Testlink? |
Contributor
Author
in the description of the PR you can find a couple of them |
Disabling interpolation for COG layers: Beacuse we should always show the native resolution, and not interpoalte it. The current WebGLTileLayer does not set the interpolate option. To disable interpolation, modify OpenLayersCOGTiffLayer.vue: You need to also disable interpolation at the source level. The vanilla OL solution : https://codesandbox.io/p/devbox/cog-forked-49q956
and others libs with it. Having OpenLayers 10.6+ fixes the issue we had with some LUBIS COGs not loading properly Updating some TS tooling has started raising new error regarding null-check, so I've added this `strictNullChecks: false` rule/setting so that I don't have to change the code too much (and collide with the TS branch)
going back and forth between the `develop-typescript`/pinia branch and the `develop` branch can lead to many install issues, and I wanted to be able to clean install from time to time. So here is a little script to help exactly do that, reset/clear all PNPM packages and version, and re-install everything from scratch
4293a55 to
0457a80
Compare
unit tests that were covering part of the store are colliding with the latest lib update, and aren't running anymore. They raise some obscure error regarding a filename that is invalid (although none of them are using any filename variable...) As these unit tests are going to be replaced in the near future with their Pinia equivalent on the develop-typescript branch, I'm removing them for now.
0457a80 to
f75fba9
Compare
Contributor
|
FYI: Checked several 10m and also 10cm RGB's they all worked fine. Thanks. LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
replaces #1563 so that the CI can build it (and we can have a test link)
Native resolution (no interpolation/aliasing of COG data)
Before
map.geo.admin.ch with sample COG
After
Test link with sample COG
Issue loading (some) LUBIS COGs
Before
map.geo.admin.ch with LUBS COGs

After
Test link with LUBIS COGs

Standard test link
Test link