Pass options.urls property to ol.source.OSMXML parent class
This commit is contained in:
@@ -28,7 +28,8 @@ ol.source.OSMXML = function(opt_options) {
|
|||||||
projection: options.projection,
|
projection: options.projection,
|
||||||
reprojectTo: options.reprojectTo,
|
reprojectTo: options.reprojectTo,
|
||||||
text: options.text,
|
text: options.text,
|
||||||
url: options.url
|
url: options.url,
|
||||||
|
urls: options.urls
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user