Skip to content

Commit

Permalink
2357-Code_alignment_to_last_schema (#2381)
Browse files Browse the repository at this point in the history
* 2357-Code_alignment_to_last_schema

* First round of comments

* Adding comments in config-sandbox.html
  • Loading branch information
ychoquet authored Jul 19, 2024
1 parent b2305c8 commit cd31e61
Show file tree
Hide file tree
Showing 22 changed files with 1,272 additions and 738 deletions.
259 changes: 135 additions & 124 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/geoview-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"@nieuwlandgeo/sldreader": "^0.3.1",
"@mui/x-date-pickers": "^7.6.1",
"@react-spring/web": "^9.7.3",
"ajv": "^8.12.0",
"ajv": "^8.16.0",
"ajv-errors": "^3.0.0",
"axios": "^1.3.4",
"dayjs": "^1.11.9",
"domhandler": "^4.3.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"map": {
"interaction": "dynamic",
"viewSettings": {
"minZoom": 5,
"projection": 3978
},
"basemapOptions": {
"basemapId": "transport",
"shaded": false,
"labeled": true
},
"listOfGeoviewLayerConfig": [
{
"geoviewLayerId": "LYR1",
"geoviewLayerName": {
"en": "Temporal Test Bed",
"fr": "Banc d\\'essai temporel"
},
"metadataAccessPath": {
"en": "https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/Temporal_Test_Bed_en/MapServer/",
"fr": "https://maps-cartes.services.geo.ca/server_serveur/rest/services/NRCan/Temporal_Test_Bed_fr/MapServer/"
},
"geoviewLayerType": "esriFeature",
"listOfLayerEntryConfig": [
{
"layerId": "0"
}
]
},
{
"geoviewLayerId": "LYR2",
"geoviewLayerName": {
"en": "Metadata Group",
"fr": "Groupe défini dans les métadonnées"
},
"metadataAccessPath": {
"en": "https://maps-cartes.ec.gc.ca/arcgis/rest/services/CESI/MapServer/",
"fr": "https://maps-cartes.ec.gc.ca/arcgis/rest/services/CESI/MapServer/"
},
"geoviewLayerType": "esriDynamic",
"listOfLayerEntryConfig": [
{
"layerId": "0"
},
{
"layerId": "8"
},
{
"layerId": "50"
}
]
}
]
},
"components": ["overview-map"],
"footerBar": {
"tabs": {
"core": ["legend", "layers", "details", "data-table"]
}
},
"corePackages": [],
"theme": "geo.ca"
}
Loading

0 comments on commit cd31e61

Please sign in to comment.