Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Levesque authored and Johann Levesque committed Jun 6, 2024
1 parent 9e0e3b1 commit eb3db9c
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 13 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.
4 changes: 2 additions & 2 deletions 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.
30 changes: 27 additions & 3 deletions outliers.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,12 @@
'listOfLayerEntryConfig': [
{
'layerId': '0',
'layerName': { 'en': 'MPMO - Major Project' }
'layerName': { 'en': 'MPMO - Major Project' },
'initialSettings': {
'states': {
'visible': false
}
}
}
]
},
Expand All @@ -150,7 +155,26 @@
'listOfLayerEntryConfig': [
{
'layerId': '0',
'layerName': { 'en': 'Protected and conserved area' }
'layerName': { 'en': 'Protected and conserved area' },
'initialSettings': {
'states': {
'visible': false
}
}
}
]
},
{
'geoviewLayerId': 'FSI',
'geoviewLayerName': { 'en': 'Flood susceptibility index' },
'metadataAccessPath': {
'en': 'https://datacube.services.geo.ca/web/flood-susceptibility.xml'
},
'geoviewLayerType': 'ogcWms',
'listOfLayerEntryConfig': [
{
'layerId': 'FS-national-2015-index',
'layerName': { 'en': 'Flood susceptibility index' }
}
]
}
Expand All @@ -164,7 +188,7 @@
},
'corePackages': [],
'theme': 'geo.ca'
}"></div><hr/><div>Outlier Layers:<ul><li>CSRS Layer - EPSG: 4617 - Issue #1798</li><li>Multi Polygon Layer - Ensure multi polygon is working - Issue #550</li><li>Point and Polygon Layer - Style for only one geometry was used - Issue #2017</li><li>DSM Hillshade - Error from service not providing style - Issue #1891</li><li>Coral Sponge - had issues with get feature info - Issue #1996</li><li>CESI - conserved areas layer was not showing in legend (layer moved - now appears as empty layer) - Issue #1816</li><li>Major Project - esri feature layer does not load because of null field value - Issue #2208</li><li>Protected and conserved area - esri dynamic data table not featching because of geometry in url - Issue #2200</li></ul></div><script src="codedoc.js"></script><script src="layerlib.js"></script><script>// initialize cgpv and api events, a callback is optional, used if calling api's after the rendering is ready
}"></div><hr/><div>Outlier Layers:<ul><li>CSRS Layer - EPSG: 4617 - Issue #1798</li><li>Multi Polygon Layer - Ensure multi polygon is working - Issue #550</li><li>Point and Polygon Layer - Style for only one geometry was used - Issue #2017</li><li>DSM Hillshade - Error from service not providing style - Issue #1891</li><li>Coral Sponge - had issues with get feature info - Issue #1996</li><li>CESI - conserved areas layer was not showing in legend (layer moved - now appears as empty layer) - Issue #1816</li><li>Major Project - esri feature layer does not load because of null field value - Issue #2208</li><li>Protected and conserved area - esri dynamic data table not featching because of geometry in url - Issue #2200</li><li>Flood susceptibility index - no default style, so no image legend - Issue $2220</li></ul></div><script src="codedoc.js"></script><script src="layerlib.js"></script><script>// initialize cgpv and api events, a callback is optional, used if calling api's after the rendering is ready
cgpv.init((mapId) => {
listenToLegendLayerSetChanges('HMap1-state', 'Map1');
});
Expand Down
2 changes: 1 addition & 1 deletion wms.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
'geoviewLayerType': 'ogcWms',
'listOfLayerEntryConfig': [
{
'layerId': 'hydro_network',
'layerId': 'nhn:nhn',
'layerName': { 'en': 'hydro_network' }
}
]
Expand Down
Binary file modified wms.html.br
Binary file not shown.

0 comments on commit eb3db9c

Please sign in to comment.