Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Mar 14, 2024
1 parent 1f3d629 commit 03187da
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions cgpv-main.js

Large diffs are not rendered by default.

Binary file modified cgpv-main.js.br
Binary file not shown.
2 changes: 1 addition & 1 deletion cgpv-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion corePackages/geoview-basemap-panel.js

Large diffs are not rendered by default.

Binary file modified corePackages/geoview-basemap-panel.js.br
Binary file not shown.
2 changes: 1 addition & 1 deletion corePackages/geoview-geochart.js

Large diffs are not rendered by default.

Binary file modified corePackages/geoview-geochart.js.br
Binary file not shown.
2 changes: 1 addition & 1 deletion corePackages/geoview-layers-panel.js

Large diffs are not rendered by default.

Binary file modified corePackages/geoview-layers-panel.js.br
Binary file not shown.
2 changes: 1 addition & 1 deletion corePackages/geoview-swiper.js

Large diffs are not rendered by default.

Binary file modified corePackages/geoview-swiper.js.br
Binary file not shown.
2 changes: 1 addition & 1 deletion corePackages/geoview-time-slider.js

Large diffs are not rendered by default.

Binary file modified corePackages/geoview-time-slider.js.br
Binary file not shown.
4 changes: 2 additions & 2 deletions loading-packages.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

// add event handler to the load basemap panel button
loadBasemapPanelBtn.addEventListener('click', function (e) {
cgpv.api.addPlugin('basemap-panel', 'mapWM', window.geoviewPlugins['basemap-panel'], {
cgpv.api.plugin.addPlugin('basemap-panel', 'mapWM', window.geoviewPlugins['basemap-panel'], {
mapId: 'mapWM',
});
});
Expand All @@ -62,6 +62,6 @@

// add event handler to the unload basemap panel button
unloadBasemapPanelBtn.addEventListener('click', function (e) {
cgpv.api.removePlugin('basemap-panel', 'mapWM');
cgpv.api.plugin.removePlugin('basemap-panel', 'mapWM');
});
});</script></body></html>

0 comments on commit 03187da

Please sign in to comment.