Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-NRCan committed Nov 29, 2024
1 parent ab1f063 commit cb5cfee
Show file tree
Hide file tree
Showing 13 changed files with 131 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.

124 changes: 122 additions & 2 deletions configs/navigator/06-basic-footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,130 @@
"shaded": true,
"labeled": true
},
"overlayObjects": {
"pointMarkers": {
"group1": [
{
"id": "1",
"coordinate": [-100, 60],
"color": "blue",
"opacity": 0.5
},
{
"id": "2",
"coordinate": [-80, 65],
"color": "rgb(0, 226, 0)"
},
{
"id": "3",
"coordinate": [-115, 66],
"color": "#C52022"
}
]
}
},
"listOfGeoviewLayerConfig": [
{
"geoviewLayerId": "3862c9fa-dbeb-4f00-ac03-c5da6551bf00",
"geoviewLayerType": "geoCore"
"geoviewLayerId": "airborne_radioactivity",
"geoviewLayerName": "Airborne Radioactivity",
"metadataAccessPath": "https://maps-cartes.services.geo.ca/server_serveur/rest/services/HC/airborne_radioactivity_en/MapServer",
"geoviewLayerType": "esriDynamic",
"listOfLayerEntryConfig": [
{
"layerId": "1"
}
]
},
{
"geoviewLayerId": "uniqueValueId",
"geoviewLayerName": "uniqueValue",
"metadataAccessPath": "https://maps-cartes.ec.gc.ca/arcgis/rest/services/CESI/MapServer/",
"geoviewLayerType": "esriFeature",
"listOfLayerEntryConfig": [
{
"layerId": "1",
"layerFilter": "E_Province = 'Alberta' or E_Province = 'Manitoba'"
}
]
},
{
"geoviewLayerId": "fail_bad_url",
"geoviewLayerName": "Test fail bad url",
"metadataAccessPath": "https://maps-cartes.services.geo.caaaaaa/server_serveur/rest/services/HC/airborne_radioactivity_en/MapServer",
"geoviewLayerType": "esriDynamic",
"listOfLayerEntryConfig": [
{
"layerId": "1"
}
]
},
{
"geoviewLayerId": "esriFeatureLYR5",
"geoviewLayerName": "Top Projects",
"metadataAccessPath": "https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/",
"geoviewLayerType": "esriFeature",
"listOfLayerEntryConfig": [
{
"layerId": "0"
}
]
},
{
"geoviewLayerId": "nonmetalmines",
"geoviewLayerName": "Non metal mines",
"metadataAccessPath": "https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/900A_and_top_100_en/MapServer/",
"geoviewLayerType": "esriFeature",
"listOfLayerEntryConfig": [
{
"layerId": "5"
}
]
},
{
"geoviewLayerId": "geojsonLYR1",
"geoviewLayerName": "GeoJSON Sample",
"metadataAccessPath": "./datasets/geojson/metadata.meta",
"geoviewLayerType": "GeoJSON",
"listOfLayerEntryConfig": [
{
"layerId": "polygons.json",
"layerName": "Polygons"
},
{
"layerId": "lines.json",
"layerName": "Lines"
},
{
"entryType": "group",
"layerId": "point-feature-group",
"layerName": "Points & Icons",
"listOfLayerEntryConfig": [
{
"layerId": "icon_points.json",
"layerName": "Icons"
},
{
"layerId": "points.json",
"layerName": "Points"
},
{
"layerId": "points_1.json",
"layerName": "Points 1",
"initialSettings": {
"controls": { "remove": true }
}
},
{
"layerId": "points_2.json",
"layerName": "Points 2"
},
{
"layerId": "points_3.json",
"layerName": "Points 3"
}
]
}
]
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion corePackages/geoview-aoi-panel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-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.

0 comments on commit cb5cfee

Please sign in to comment.