-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(core): Apply custom geocore config Closes #2259 * fix build * fix uuid, init geochart * fix tab problem and layer def for date regex * rebase pnpm lock1 * Fix comments * fix commment * Fix outFields unwanted present * Fix build * fix typo * fix more typo --------- Co-authored-by: jolevesq <[email protected]>
- Loading branch information
Showing
21 changed files
with
286 additions
and
103 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
packages/geoview-core/public/configs/navigator/27-geocore-custom.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"map": { | ||
"interaction": "dynamic", | ||
"viewSettings": { | ||
"projection": 3978 | ||
}, | ||
"basemapOptions": { | ||
"basemapId": "transport", | ||
"shaded": true, | ||
"labeled": false | ||
}, | ||
"listOfGeoviewLayerConfig": [ | ||
{ | ||
"geoviewLayerType": "geoCore", | ||
"geoviewLayerId": "ea4c0bdb-a63f-49a4-b14a-09c1560aad0b" | ||
}, | ||
{ | ||
"geoviewLayerId": "21b821cf-0f1c-40ee-8925-eab12d357668", | ||
"geoviewLayerType": "geoCore" | ||
} | ||
] | ||
}, | ||
"components": [ | ||
"overview-map" | ||
], | ||
"overviewMap": { | ||
"hideOnZoom": 7 | ||
}, | ||
"footerBar": { | ||
"tabs": { | ||
"core": [ | ||
"legend", | ||
"layers", | ||
"details", | ||
"geochart", | ||
"data-table" | ||
] | ||
} | ||
}, | ||
"corePackages": [], | ||
"theme": "geo.ca" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.