-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE+FIX] GeoCore implementation update #1828
[FEATURE+FIX] GeoCore implementation update #1828
Conversation
c83b5f2
to
6f6456e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 21 of 21 files at r1, 1 of 2 files at r2, 1 of 1 files at r3, all commit messages.
Reviewable status: all files reviewed, 5 unresolved discussions (waiting on @Alex-NRCan, @DamonU2, and @ychoquet)
packages/geoview-core/src/core/utils/config/config-validation.ts
line 70 at r1 (raw file):
// TODO: Refactor - Environment - How to edit this configuration easily per environment? /** The default geocore url */ static CONFIG_GEOCORE_URL = 'https://geocore-stage.api.geo.ca';
To we should keep it packages\geoview-core\src\core\utils\constant.ts like other constant for the moment
packages/geoview-core/src/core/utils/config/reader/uuid-config-reader.ts
line 26 at r1 (raw file):
import { logger } from '@/core/utils/logger'; // The GeoChart Json object coming out of the GeoCore response
Should packages configuration (i.e. gechart) as may not only be geocart
Or wrapped the whole type thing in a region with the package comment
packages/geoview-core/src/core/utils/config/reader/uuid-config-reader.ts
line 326 at r1 (raw file):
return listOfGeoviewLayerConfig; }
Wrap geochart config in a region
packages/geoview-core/src/core/utils/config/reader/uuid-config-reader.ts
line 354 at r1 (raw file):
/** * Generates GeoView layers and geocharts configurations, from GeoCore API, using a list of UUIDs.
package configuration (i.e. geochart)
packages/geoview-core/src/geo/layer/other/geocore.ts
line 124 at r1 (raw file):
// Generate the url // TODO: Check - Is the metadataAccessPath still used? Because it seems to be incompatible with the rest now?
It is but this is not he atttribute name when you call geocore url
6f6456e
to
1e2322d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 20 of 21 files at r1, 1 of 2 files at r2, 1 of 1 files at r3.
Reviewable status: 20 of 22 files reviewed, 5 unresolved discussions (waiting on @Alex-NRCan, @jolevesq, and @ychoquet)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r4, 5 of 5 files at r5, all commit messages.
Reviewable status: all files reviewed, 5 unresolved discussions (waiting on @jolevesq and @ychoquet)
packages/geoview-core/src/core/utils/config/config-validation.ts
line 70 at r1 (raw file):
Previously, jolevesq (Johann Levesque) wrote…
To we should keep it packages\geoview-core\src\core\utils\constant.ts like other constant for the moment
Done.
packages/geoview-core/src/core/utils/config/reader/uuid-config-reader.ts
line 26 at r1 (raw file):
Previously, jolevesq (Johann Levesque) wrote…
Should packages configuration (i.e. gechart) as may not only be geocart
Or wrapped the whole type thing in a region with the package comment
Done.
packages/geoview-core/src/core/utils/config/reader/uuid-config-reader.ts
line 326 at r1 (raw file):
Previously, jolevesq (Johann Levesque) wrote…
Wrap geochart config in a region
Done.
packages/geoview-core/src/core/utils/config/reader/uuid-config-reader.ts
line 354 at r1 (raw file):
Previously, jolevesq (Johann Levesque) wrote…
package configuration (i.e. geochart)
Done.
packages/geoview-core/src/geo/layer/other/geocore.ts
line 124 at r1 (raw file):
Previously, jolevesq (Johann Levesque) wrote…
It is but this is not he atttribute name when you call geocore url
Done.
Add-Layer fix when adding GeoCore layer with uuid GeoChart linkage with GeoCore
…aarray and the allfeaturesdataarray Added subscriptions to better synch the featureinfo-geochart stores
Fix pour charts:[] dans configuration par défaut du GeoChart Added geocoreids on the raw-add-layers template page
ae5e3ee
to
fc1be1d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 5 of 5 files at r5, 1 of 1 files at r6, 4 of 4 files at r7, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ychoquet)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 2 files at r4.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ychoquet)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r6.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ychoquet)
dc2a362
into
Canadian-Geospatial-Platform:develop
Description
GeoCore implementation update
Add-Layer fix when adding GeoCore layer with uuid
GeoChart linkage with GeoCore
Fixes: #1214 #1499 #1742 #1806
Commented: #793
Related to: #43 #790
Type of change
How Has This Been Tested?
Hosted here as of Feb 19th 17h: https://alex-nrcan.github.io/geoview/
Checklist:
I have made corresponding changes to the documentationI have added tests that prove my fix is effective or that my feature worksNew and existing unit tests pass locally with my changesThis change is