use goog.global, restructure to have ol.parser.KML instead of ol.parser.ogc.KML
This commit is contained in:
@@ -9,7 +9,7 @@ goog.require('ol.parser.Parser');
|
||||
* @extends {ol.parser.Parser}
|
||||
*/
|
||||
ol.parser.XML = function() {
|
||||
if (window.ActiveXObject) {
|
||||
if (goog.global.ActiveXObject) {
|
||||
this.xmldom = new ActiveXObject('Microsoft.XMLDOM');
|
||||
}
|
||||
this.regExes = {
|
||||
|
||||
Reference in New Issue
Block a user