stamen / mapbox-gl-style-diff

Other
2 stars 1 forks source link

Different outputs between Chrome and Firefox #13

Closed kelsey-taylor closed 2 years ago

kelsey-taylor commented 2 years ago

Describe the issue

I'm using the differ to investigate changes made in this PR (https://github.com/stamen/amazon-MapStyleSandbox/pull/468), but am seeing different results between Chrome and Firefox. Firefox is showing the results I expect, whereas it seems like Chrome is using an outdated version of the stylesheet from main (despite the URL showing the correct path).

Differ URL: https://stamen-styles.s3.us-west-2.amazonaws.com/dist/master/stamen-diff.html?#lstyle=https://stamen-styles.s3.us-west-2.amazonaws.com/dist/main/variants/gaia_en/style.json&rstyle=https://stamen-styles.s3.us-west-2.amazonaws.com/dist/align-zooms/variants/gaia_en/style.json

output in Chrome (unexpected):

Screen Shot 2022-03-07 at 4 25 25 PM

output in Firefox (expected):

Screen Shot 2022-03-07 at 4 25 34 PM

Additional context

I'm seeing something similar in the viewer between Chrome and Firefox - could there be caching in one browser that is not reflected in another?

ebrelsford commented 2 years ago

Thanks for reporting this!

I'm seeing something similar in the viewer between Chrome and Firefox - could there be caching in one browser that is not reflected in another?

Caching is my first guess here too.

ebrelsford commented 2 years ago

Closing this here since the viewer is in a different repo now.