Add urls option to ol.source.KML
This commit is contained in:
@@ -534,6 +534,7 @@
|
||||
* Possible values are `barometric`, `gps`, and `none`. Default is `none`.
|
||||
* @property {string|undefined} text Text.
|
||||
* @property {string|undefined} url URL.
|
||||
* @property {Array.<string>|undefined} urls URLs.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -19,7 +19,8 @@ ol.source.IGC = function(opt_options) {
|
||||
altitudeMode: options.altitudeMode
|
||||
}),
|
||||
text: options.text,
|
||||
url: options.url
|
||||
url: options.url,
|
||||
urls: options.urls
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user