-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
In Map Layers, legend icons/images not showing up when opening project with IE11 and Windows7 #96
Comments
I checked, code used here is not implemented in IE11 so a workaround is needed. Server must provide custom header with data needed (node id and layer) and then it can br requested with xhr.getResponseHeader() All other major browsers support that, so problem is really IE. If you can't use any other and you really wish to display legend like that, I can provide this fix. |
Thank you for the quick response Uprel. It would be great if you could provide us the modification for this Since we have a lot of categories to display, showing legend images is really helpful for us:) Thank you Thank you |
Hi Any update for this issue? Thank you |
A lot of other work, sorry. I could take a look this week and since you are more or less only one requesting this I would appreciate that if after the update you consider some donation to the project. |
Thank you Uprel, I will consider about it for sure! |
Done with release 1.8.3
https://github.com/uprel/gisapp/releases/tag/v1.8.3
Check it out and let me know if any problems
|
Thank you Uprel for your work! |
I updated also code on test.level2.si so examples using IE11 should show legends |
Hi Uprel, it's working perfectly. Now I can see legends on IE11. |
Hi
I successfully set up qgis server3.4 and eqwc 1.8.2 on Ubuntu 18.04.
When I checked the sample hello project with IE11&Windows7 with EQWC,
I noticed that legend images not showing in map layer. * Please check the attachment below.
Firefox 64 and Google Chrome 71 work correctly but when I open my project with IE11,
it gives me an error in console like below
"Unable to get property 'getUI' of undefined or null reference"
at file: eqwc.js, row: 43, column:437
below script is the part that may be giving an error
Ext.DomHelper.insertAfter(b.getUI().getAnchor(),"<div style='overflow-x:hidden; overflow-y:auto; max-height:"+ h+"px;' id='legend_"+c+"'><img style='vertical-align: middle; margin-left: 50px;margin-bottom: 10px;' src=\""+a+'"/></div>');
Any ideas on this issue?
We need to use IE11 because most people in our company are only available to use IE11.
The text was updated successfully, but these errors were encountered: