Skip to content
Draft
Show file tree
Hide file tree
Changes from 68 commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
665802d
Add World Basemap GCS v2 layer and update configuration
PatchesMaps Jan 31, 2025
b83b4c9
Add esri reference layer style document
PatchesMaps Feb 3, 2025
8bb0bcd
Enhance map layer builder with tile grid creation and style application
PatchesMaps Feb 5, 2025
0e8357c
Update undici package version to 6.21.1 in package-lock.json
PatchesMaps Feb 5, 2025
2592378
Remove commented-out style application in map layer builder
PatchesMaps Feb 5, 2025
8bbd73e
Add declutter to map layer builder
PatchesMaps Feb 5, 2025
10410c8
Add vector style support and refactor layer retrieval to async in map…
PatchesMaps Feb 5, 2025
e8f2e2e
Update World Basemap configuration and add html2canvas for image down…
PatchesMaps Feb 12, 2025
2db1310
Merge branch 'develop' into WV-3018-vector-tile-snapshot
PatchesMaps Feb 20, 2025
0a14d1a
Enhance image download functionality with boundary calculations and i…
PatchesMaps Feb 26, 2025
7fe580f
Refactor image download functionality to improve scaling and add devi…
PatchesMaps Mar 3, 2025
cfbe64b
Remove scale parameter from image download options and adjust calcula…
PatchesMaps Mar 3, 2025
bcf08c7
Remove unused getPointResolution import from image download utility
PatchesMaps Mar 3, 2025
a20b8bd
Add TIFF conversion functionality using Jimp in image download utility
PatchesMaps Mar 4, 2025
a602f50
Remove Jimp dependency and convert tiff to geotiff
PatchesMaps Mar 7, 2025
3cef0db
GeoTIFF!
PatchesMaps Mar 7, 2025
600b0a4
Refactor GeoTIFF conversion logic and update GeoKeyDirectory values f…
PatchesMaps Mar 11, 2025
c5c0a8f
Enhance GeoTIFF conversion by refining georeferencing parameters and …
PatchesMaps Mar 13, 2025
9cb7c07
Enhance snapshot functionality by scaling map dimensions for accurate…
PatchesMaps Mar 13, 2025
bf8bcaf
Refactor image download panel by removing unnecessary iframe creation…
PatchesMaps Mar 13, 2025
f58cc2e
Update snapshot function to allow transparent background during canva…
PatchesMaps Mar 13, 2025
26d9e2d
Add JSZip integration for exporting GeoTIFF and world file as a ZIP a…
PatchesMaps Mar 14, 2025
39df7e2
Refactor snapshot functionality to improve performance and ensure acc…
PatchesMaps Mar 17, 2025
fd74931
Remove World_Basemap_GCS_v2 layer configuration from JSON
PatchesMaps Mar 17, 2025
d74f8f2
Handle PNG to TIFF conversion
PatchesMaps Mar 31, 2025
392cb3c
Merge branch 'develop' of github.com:nasa-gibs/worldview into WV-3018…
PatchesMaps Mar 31, 2025
ef1a1fa
Refactor PNG to TIFF conversion function for improved error handling …
PatchesMaps May 20, 2025
b4d4b8c
Enhance TIFF conversion function with improved error handling, alignm…
PatchesMaps May 23, 2025
693171e
Enhance TIFF to GeoTIFF conversion with additional resolution handlin…
PatchesMaps May 23, 2025
298c0e4
Improve snapshot DPI handling
PatchesMaps May 28, 2025
57be7e2
Add gdal3.js dependency and integrate GDAL for improved TIFF to GeoTI…
PatchesMaps May 29, 2025
f72e182
- Use gdal for all conversions except for kmz.
PatchesMaps May 30, 2025
d0c4a2a
Refactor georeference function to streamline options handling and imp…
PatchesMaps May 30, 2025
29f761c
Fix bounding box argument formatting in georeference function for imp…
PatchesMaps May 30, 2025
f86e39d
Add copy-webpack-plugin for managing GDAL WebAssembly assets and upda…
PatchesMaps May 30, 2025
d6277cd
Refactor snapshot function to use dynamic resolution for scale factor…
PatchesMaps May 30, 2025
f945350
lint issue
PatchesMaps May 30, 2025
e582289
Update snapshot resolution to 600 for improved image quality
PatchesMaps May 30, 2025
7a9e5df
Merge branch 'develop' into WV-3018-vector-tile-snapshot
PatchesMaps Jun 2, 2025
5bb938c
Disable invalid tests (will need to be rewritten later)
PatchesMaps Jun 2, 2025
adf1f0c
Merge branch 'develop' of github.com:nasa-gibs/worldview into WV-3018…
PatchesMaps Jul 15, 2025
e24fb72
Update package-lock.json
PatchesMaps Jul 15, 2025
fb99e53
WV-3693-spatial-resolution (#6049)
PatchesMaps Sep 8, 2025
a690fd9
Merge branch 'develop' of github.com:nasa-gibs/worldview into WV-3018…
PatchesMaps Sep 11, 2025
3ed0ebe
Add additional resolution options for image download
PatchesMaps Sep 11, 2025
05e16f3
RGB color space for JPEG
PatchesMaps Sep 12, 2025
d182a73
Enhance georeferencing functionality: add support for ESRI TFW files …
PatchesMaps Sep 15, 2025
128fdd2
lint fixes
PatchesMaps Sep 15, 2025
07c25e7
Add end-to-end tests for image download functionality across various …
PatchesMaps Sep 16, 2025
27c357f
Add tests for coordinate conversion and canvas size estimation functions
PatchesMaps Sep 16, 2025
55dcc35
Merge branch 'develop' of github.com:nasa-gibs/worldview into WV-3018…
PatchesMaps Sep 16, 2025
f6d79da
Update package-lock.json
PatchesMaps Sep 16, 2025
ada1b2b
Refactor image download tests and update timeout for snapshot creation
PatchesMaps Sep 18, 2025
171de20
lint fix
PatchesMaps Sep 18, 2025
81a9b88
Increase timeout for image download tests to improve reliability
PatchesMaps Sep 18, 2025
c00d146
Merge branch 'develop' into WV-3018-vector-tile-snapshot
PatchesMaps Sep 18, 2025
cd7b350
Refactor createMapRestore function parameters and update enableHighRe…
PatchesMaps Sep 18, 2025
9e5c3b2
Merge branch 'WV-3018-vector-tile-snapshot' of github.com:nasa-gibs/w…
PatchesMaps Sep 18, 2025
fc43008
remove log
PatchesMaps Sep 18, 2025
b12232c
Performance tweaks
PatchesMaps Sep 18, 2025
59d64d0
Refactor download tests to ensure download directory is created and c…
PatchesMaps Sep 23, 2025
c2e1d69
Merge branch 'develop' into WV-3018-vector-tile-snapshot
PatchesMaps Sep 23, 2025
87f928b
Make jpeg quality settings consistent with WVS
PatchesMaps Sep 24, 2025
44b9c10
Merge branch 'WV-3018-vector-tile-snapshot' of github.com:nasa-gibs/w…
PatchesMaps Sep 24, 2025
364ad8a
Enhance image download functionality by adding tileMatrixID to resolu…
PatchesMaps Sep 25, 2025
5412d86
lint fixes
PatchesMaps Sep 25, 2025
c1a3ea4
lint fixes
PatchesMaps Sep 25, 2025
d1ed968
Merge branch 'develop' into WV-3018-vector-tile-snapshot
PatchesMaps Sep 26, 2025
410bd32
Update web/js/modules/image-download/util.js
PatchesMaps Sep 26, 2025
7b8e276
WV-3774 Wait Overlay Design tweaks (#6196)
PatchesMaps Oct 14, 2025
2aba130
Merge branch 'develop' into WV-3018-vector-tile-snapshot
PatchesMaps Oct 15, 2025
a36ddc1
Update web/js/components/image-download/image-download-panel.js
PatchesMaps Oct 15, 2025
3c2235e
cancellable tile requests
PatchesMaps Oct 16, 2025
4946f92
Better workaround for resolutions sorting
PatchesMaps Oct 16, 2025
b877e25
lint fix
PatchesMaps Oct 16, 2025
abc1eb2
fix test selector
PatchesMaps Oct 16, 2025
eea043e
Add cancellable tile loading with proper state management
PatchesMaps Oct 16, 2025
03d2734
Frontend snapshot await refactor (#6198)
PatchesMaps Dec 11, 2025
55022c6
Added check when setting tile loading state (#6294)
christof-wittreich Dec 19, 2025
0555d20
WV-3822: Frontend Snapshots Crashing on Specific Layers Fix (#6312)
christof-wittreich Jan 16, 2026
7ea5b24
Snapshot error modal (#6353)
christof-wittreich Jan 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tags": "vectors aeronet angstrom",
"type": "vector",
"layergroup": "Aerosol Optical Depth",
"disableSnapshot": true,
"disableSnapshot": false,
"vectorStyle": {
"id": "AERONET_ANGSTROM_440-870NM"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tags": "vectors aeronet aod",
"type": "vector",
"layergroup": "Aerosol Optical Depth",
"disableSnapshot": true,
"disableSnapshot": false,
"vectorStyle": {
"id": "AERONET_AOD_500NM"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tags": "vectors aeronet angstrom",
"type": "vector",
"layergroup": "Aerosol Optical Depth",
"disableSnapshot": true,
"disableSnapshot": false,
"vectorStyle": {
"id": "DAILY_AERONET_ANGSTROM_440-870NM"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tags": "vectors aeronet aod",
"type": "vector",
"layergroup": "Aerosol Optical Depth",
"disableSnapshot": true,
"disableSnapshot": false,
"vectorStyle": {
"id": "DAILY_AERONET_AOD_500NM"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ongoing": false,
"dataAvailability": "dd",
"disableCharting": true,
"disableSnapshot": true,
"disableSnapshot": false,
"disableCustomPalettes": true,
"layergroup": "Ozone",
"vectorStyle": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ongoing": false,
"dataAvailability": "dd",
"disableCharting": true,
"disableSnapshot": true,
"disableSnapshot": false,
"disableCustomPalettes": true,
"layergroup": "Nitrogen Dioxide",
"vectorStyle": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ongoing": false,
"dataAvailability": "dd",
"disableCharting": true,
"disableSnapshot": true,
"disableSnapshot": false,
"disableCustomPalettes": true,
"layergroup": "Suborbital Flight Tracks",
"vectorStyle": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"color_formula": "Gamma RGB 2.5 Saturation 1.2 Sigmoidal RGB 10 0.35",
"bands_regex": "B[0-9][0-9]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"wrapX": false,
"minZoom": 7,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"wrapX": false,
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"projections": {
"geographic": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "brbg",
"bands_regex": "B[0-9][0-9]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "brbg",
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bands_regex": "B[0-9][0-9]"
},
"wrapX": false,
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"projections": {
"geographic": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"wrapX": false,
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"projections": {
"geographic": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bands_regex": "B[0-9][0-9]"
},
"wrapX": false,
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"projections": {
"geographic": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"wrapX": false,
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"projections": {
"geographic": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bands_regex": "B[0-9][0-9]"
},
"wrapX": false,
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"projections": {
"geographic": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"wrapX": false,
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"projections": {
"geographic": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "brbg",
"bands_regex": "B[0-9][0-9]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "brbg",
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "bwr_r",
"bands_regex": "B[0-9][0-9]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "bwr_r",
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "puor",
"bands_regex": "B[0-9][0-9]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "puor",
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "puor",
"bands_regex": "B[0-9][0-9]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "puor",
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "winter_r",
"bands_regex": "B[0-9][0-9]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "winter_r",
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "brbg",
"bands_regex": "B[0-9][0-9]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "brbg",
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "gnbu",
"bands_regex": "B[0-9][0-9]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "gnbu",
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "brbg",
"bands_regex": "B[0-9][0-9]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "brbg",
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bands_regex": "B[0-9][0-9]"
},
"wrapX": false,
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"projections": {
"geographic": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"wrapX": false,
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"projections": {
"geographic": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "brbg",
"bands_regex": "B[0-9][0-9]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colormap_name": "brbg",
"bands_regex": "B[0-9][0-9A-Za-z]"
},
"disableSnapshot": true,
"disableSnapshot": false,
"minZoom": 7,
"wrapX": false,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
["2025-01-20", "2025-01-21"],
["2025-01-28", "2025-01-29"]
],
"disableSnapshot": true,
"disableSnapshot": false,
"layergroup": "Corrected Reflectance",
"wrapX": true,
"projections": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tags": "esri world basemap gcs v2, country, countries, state, province, cities, city, towns, town, lakes, lake, parks, park, airports, airport",
"format": "application/x-protobuf",
"type": "indexedVector",
"disableSnapshot": true,
"disableSnapshot": false,
"layergroup": "Reference",
"wrapX": true,
"noTransition": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ongoing": false,
"dataAvailability": "dd",
"disableCharting": true,
"disableSnapshot": true,
"disableSnapshot": false,
"disableCustomPalettes": true,
"layergroup": "Suborbital Flight Tracks",
"vectorStyle": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ongoing": false,
"dataAvailability": "dd",
"disableCharting": true,
"disableSnapshot": true,
"disableSnapshot": false,
"disableCustomPalettes": true,
"layergroup": "Suborbital Flight Tracks",
"vectorStyle": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"count": 1,
"dataAvailability": "dd",
"startDate": "2023-08-02T15:12:49Z",
"disableSnapshot": true,
"disableSnapshot": false,
"shiftadjacentdays": false
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"count": 1,
"dataAvailability": "dd",
"startDate": "2023-08-02T15:12:49Z",
"disableSnapshot": true,
"disableSnapshot": false,
"shiftadjacentdays": false
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"count": 1,
"dataAvailability": "dd",
"startDate": "2023-08-02T15:12:49Z",
"disableSnapshot": true,
"disableSnapshot": false,
"shiftadjacentdays": false
}
}
Expand Down
Loading
Loading