Skip to content
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

[BUG] Layer fails to load through GeoCore id config and using URL [OSDP-1801] (24 layers) #2604

Open
1 task done
MLAuger opened this issue Nov 18, 2024 · 1 comment
Open
1 task done

Comments

@MLAuger
Copy link

MLAuger commented Nov 18, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Failed to load through config using GeoCore id and using URL. Gets the "failed to load on map mapWM" error message.

Might be CORS-related issue.

Concerned UUIDs:

de50ac30-ab0d-4bf2-b9af-362977edde3a
3862c9fa-dbeb-4f00-ac03-c5da6551bf00
71c25df1-0577-43f7-b9f8-95cc321e7cbc
79dcbe44-4a86-4ac0-8eec-135f80a9b843
eaf92ab8-c744-4f8f-a280-6987d4f6005e
8abcbe96-44e7-406e-8e05-54b32a3554bc
94e38a40-085a-4c8a-a7c4-5b46e03702c3
6b1408b4-ea09-4a6a-b5dd-3db3493e1218
8ce8abe1-d644-4134-baa9-389eebd63a05
522b07b9-78e2-4819-b736-ad9208eb1067
5a316fdc-3237-4ace-831e-67b4ca26a248
9eb51c7b-5336-4b50-a9f8-a6791bad15a9
6f7d1a39-fea8-4578-b1d0-766d7e92ac7a
2ebfa295-c51a-467c-8c38-823f27ed2a15
9e1507cd-f25c-4c64-995b-6563bf9d65bd
01e01816-9f08-49eb-a5ac-7480195d90d4
41d008f7-f083-4801-b7c0-c2bf5a83a757
e4d63d01-1e06-bb7b-1b49-ca6a88bf771b
77f5bbd2-4f24-466f-b309-5b73659d32a3
e65187cf-065f-476c-9e09-3698f78c229f
1162f2bf-6a89-4432-b598-7763378cd552
15543ed6-2057-4f1f-88f9-d97b5c31e2c1
936b1a57-c7de-4f42-b032-5d97bc541fe6
b7859aed-bb3c-4abe-8a98-444c194b260f

Expected Behavior

No response

Steps To Reproduce

No response

Anything else?

No response

@MLAuger MLAuger changed the title [BUG] Layer fails to load through GeoCore id config and using URL [BUG] Layer fails to load through GeoCore id config and using URL [OSDP=1801] Nov 18, 2024
@MLAuger MLAuger changed the title [BUG] Layer fails to load through GeoCore id config and using URL [OSDP=1801] [BUG] Layer fails to load through GeoCore id config and using URL [OSDP-1801] Nov 18, 2024
@Alex-NRCan Alex-NRCan self-assigned this Nov 21, 2024
@Alex-NRCan
Copy link
Member

Alex-NRCan commented Nov 21, 2024

Update from today. It seems to be related to projections. Still working on it...

For example:
de50ac30-ab0d-4bf2-b9af-362977edde3a doesn't have a wkid in the metadata, it's a wkt, we don't technically support that metadata format yet

3862c9fa-dbeb-4f00-ac03-c5da6551bf00 has projection EPSG:3979 which we don't technically support yet

71c25df1-0577-43f7-b9f8-95cc321e7cbc has projection ESRI:102190 which we don't technically support yet

79dcbe44-4a86-4ac0-8eec-135f80a9b843 has projection ESRI:102184 which we don't technically support yet

However, this one: eaf92ab8-c744-4f8f-a280-6987d4f6005e seems to be a CORS issue.

@MLAuger MLAuger changed the title [BUG] Layer fails to load through GeoCore id config and using URL [OSDP-1801] [BUG] Layer fails to load through GeoCore id config and using URL [OSDP-1801] (24 layers) Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants