Skip to content

Commit

Permalink
refactor: removes localized string (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonU2 authored Nov 1, 2024
1 parent 134cd97 commit ff4d89a
Show file tree
Hide file tree
Showing 150 changed files with 2,786 additions and 4,121 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $ cd geoview
$ npm install -g @microsoft/rush
```

* Note: you can also use the included `shell.nix` to setup your dev environment if you are on Mac/Linux/WSL.
- Note: you can also use the included `shell.nix` to setup your dev environment if you are on Mac/Linux/WSL.

### Install dependencies

Expand Down Expand Up @@ -189,14 +189,8 @@ Below is an example of a simple map, with an id **mapOne**. This map will be usi
'listOfGeoviewLayerConfig': [
{
'geoviewLayerId': 'esriDynamicLYR2',
'geoviewLayerName': {
'en': 'Energy',
'fr': 'Energy'
},
'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'
},
'geoviewLayerName': 'Energy',
'metadataAccessPath': 'https://maps-cartes.ec.gc.ca/arcgis/rest/services/CESI/MapServer',
'geoviewLayerType': 'esriDynamic',
'listOfLayerEntryConfig': [{ 'layerId': '0' }, { 'layerId': '6' }]
}
Expand Down
Loading

0 comments on commit ff4d89a

Please sign in to comment.