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

Issue with d3plus-geomap.v0.4 and IE 11 (as well as others) #14

Closed
EwenH opened this issue Nov 17, 2017 · 2 comments
Closed

Issue with d3plus-geomap.v0.4 and IE 11 (as well as others) #14

EwenH opened this issue Nov 17, 2017 · 2 comments
Assignees
Labels
Projects

Comments

@EwenH
Copy link

EwenH commented Nov 17, 2017

Hi,
I am having issues with Internet Explorer (e.g. IE11) and probably all others post IE 8 with the map not rendering and only "Loading Visualization Powered by D3plus" displaying. The debugged error is " Object doesn't support property or method 'includes' File: d3plus-geomap.v0.4.full.min.js, Line: 7, Column: 105644". Having a quick look through the JS, there are a significant number if includes that are involved rather than the odd one and IE doesn't understand includes

Expected Behavior

The map should display in IE like it does in Chrome, FF or any other real browser

Current Behavior

"Loading Visualization Powered by D3plus" and the map does not load

Steps to Reproduce (for bugs)

  1. Attempt this is Chorme/FF etc https://jsfiddle.net/ozn3s2f6/ and it should work
  2. Attempt the same in IE https://jsfiddle.net/ozn3s2f6/ and it fails to fully load

Your Environment

IE11 in a SOE environment as an example however it appears to affect all IE later environments

@davelandry
Copy link
Member

@EwenH I'm currently installing a Windows VM on my new laptop to test this. All of the d3plus modules include a polyfill for includes (found here). In the meanwhile, can you try using the non-minified version (d3plus-geomap.v0.4.full.js) to see if it's a problem with the minify process?

@davelandry davelandry added the bug label Nov 29, 2017
@davelandry davelandry added this to To do in 1.0 Feb 27, 2018
@davelandry
Copy link
Member

Closing due to inactivity. @EwenH please reopen this issue if it still persists for you in the latest version of d3plus-geomap.

1.0 automation moved this from To do to Done May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
1.0
  
Done
Development

No branches or pull requests

2 participants