Skip to content

Commit

Permalink
feat(appBar): fix app bar json #closes1280
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminderpal committed Feb 16, 2024
1 parent 6de103d commit 49f978b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/geoview-core/public/configs/raw-app-bar.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"fr": "Qualité eau"
},
"metadataAccessPath": {
"en": "https: //maps-cartes.ec.gc.ca/arcgis/rest/services/DMS/DEU_CSO_Volume/MapServer",
"fr": "https: //maps-cartes.ec.gc.ca/arcgis/rest/services/DMS/DEU_CSO_Volume/MapServer"
"en": "https://maps-cartes.ec.gc.ca/arcgis/rest/services/DMS/DEU_CSO_Volume/MapServer",
"fr": "https://maps-cartes.ec.gc.ca/arcgis/rest/services/DMS/DEU_CSO_Volume/MapServer"
},
"geoviewLayerType": "esriFeature",
"initialSettings": {
Expand All @@ -42,7 +42,7 @@
"fr": "uniqueValue"
},
"metadataAccessPath": {
"en": "https: //maps-cartes.ec.gc.ca/arcgis/rest/services/CESI/MapServer/",
"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": "esriFeature",
Expand Down

0 comments on commit 49f978b

Please sign in to comment.