-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat(demo): new page for OSDP integration #2677
feat(demo): new page for OSDP integration #2677
Conversation
f6bf918
to
d194c46
Compare
d194c46
to
cf5f931
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 7 of 7 files at r1, 1 of 1 files at r4, all commit messages.
Reviewable status: 7 of 8 files reviewed, 4 unresolved discussions (waiting on @Alex-NRCan and @DamonU2)
packages/geoview-core/public/templates/demos/demo-osdp-integration.html
line 142 at r1 (raw file):
}); }
Trailing spaces
packages/geoview-core/public/templates/demos/demo-osdp-integration.html
line 168 at r1 (raw file):
.then(() => { cgpv.api.createMapFromConfig('Map1', JSON.stringify(mapConfig), 800) .then(() => {
Trailing spaces
packages/geoview-core/public/templates/demos/demo-osdp-integration.html
line 193 at r1 (raw file):
if (document.getElementById('Map1')) addLayers(uuidList); });
trailing spaces
cf5f931
to
2355317
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.
Reviewable status: 6 of 8 files reviewed, 4 unresolved discussions (waiting on @Alex-NRCan, @Github-advanced-security[bot], and @jolevesq)
packages/geoview-core/public/templates/demos/demo-osdp-integration.html
line 142 at r1 (raw file):
Previously, jolevesq (Johann Levesque) wrote…
Trailing spaces
Done.
packages/geoview-core/public/templates/demos/demo-osdp-integration.html
line 168 at r1 (raw file):
Previously, jolevesq (Johann Levesque) wrote…
Trailing spaces
Not seeing any here? Already fixed?
packages/geoview-core/public/templates/demos/demo-osdp-integration.html
line 193 at r1 (raw file):
Previously, jolevesq (Johann Levesque) wrote…
trailing spaces
Not seeing any here? Already fixed?
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 all commit messages.
Reviewable status: 6 of 8 files reviewed, 3 unresolved discussions (waiting on @Alex-NRCan, @DamonU2, and @Github-advanced-security[bot])
packages/geoview-core/public/templates/demos/demo-osdp-integration.html
line 227 at r5 (raw file):
/** OSDP function * Removes a map if it exists. *
White space
packages/geoview-core/public/templates/demos/demo-osdp-integration.html
line 257 at r5 (raw file):
/** OSDP function * Refresh the map. *
White space
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.
Reviewable status: 6 of 8 files reviewed, 3 unresolved discussions (waiting on @Alex-NRCan, @DamonU2, and @Github-advanced-security[bot])
Closes Canadian-Geospatial-Platform#2675 Closes Canadian-Geospatial-Platform#2676 Also fixes rendering issue with multiple style types
2355317
to
a412801
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.
Reviewable status: 6 of 8 files reviewed, 3 unresolved discussions (waiting on @Alex-NRCan, @Github-advanced-security[bot], and @jolevesq)
packages/geoview-core/public/templates/demos/demo-osdp-integration.html
line 227 at r5 (raw file):
Previously, jolevesq (Johann Levesque) wrote…
White space
Done.
packages/geoview-core/public/templates/demos/demo-osdp-integration.html
line 257 at r5 (raw file):
Previously, jolevesq (Johann Levesque) wrote…
White space
Done.
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 r5, 1 of 1 files at r6, all commit messages.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @Alex-NRCan and @Github-advanced-security[bot])
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Alex-NRCan and @Github-advanced-security[bot])
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Alex-NRCan and @Github-advanced-security[bot])
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Alex-NRCan and @jolevesq)
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Alex-NRCan and @Github-advanced-security[bot])
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.
Dismissed @Github-advanced-security[bot] from a discussion.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Alex-NRCan)
1534222
into
Canadian-Geospatial-Platform:develop
Closes #2675
Closes #2676
Also fixes rendering issue with multiple style types
Description
Adds a page to mimic OSDP geoview implementation in order to replicate their issues.
Also fixes a bug where icons from a layer with multiple style types would fail to render.
Type of change
How Has This Been Tested?
https://damonu2.github.io/geoview/demos-navigator.html?config=./configs/navigator/16-esri-dynamic.json - for rendering bug, issue was with 2020 combined sewer icons in data table and details
https://damonu2.github.io/geoview/demo-osdp-integration.html
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