javascript - Using OpenLayers 3 in IE8 (canvas issues)? -


does openlayers 3 support ie8? i've implemented map on 1 of sites when checked in ie8 on xp error traces canvas.getcontext("2d") on line 27951 of ol-debug.js. seems ie8 not support canvas element, should doing different set map or not work on ie8?

openlayers 3 has define ol.legacy_ie_support need set true in custom build support ie < 9. need use dom renderer won't support vector layers. more info on custom builds can found here: https://github.com/openlayers/ol3/tree/master/tasks


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -