Remove reprojectTo option from olx.source.OSMXMLOptions
Leftover from #1640
This commit is contained in:
@@ -4084,7 +4084,6 @@ olx.source.OSMOptions.prototype.url;
|
|||||||
* logo: (string|olx.LogoOptions|undefined),
|
* logo: (string|olx.LogoOptions|undefined),
|
||||||
* node: (Node|undefined),
|
* node: (Node|undefined),
|
||||||
* projection: ol.proj.ProjectionLike,
|
* projection: ol.proj.ProjectionLike,
|
||||||
* reprojectTo: ol.proj.ProjectionLike,
|
|
||||||
* text: (string|undefined),
|
* text: (string|undefined),
|
||||||
* url: (string|undefined),
|
* url: (string|undefined),
|
||||||
* urls: (Array.<string>|undefined)}}
|
* urls: (Array.<string>|undefined)}}
|
||||||
@@ -4133,14 +4132,6 @@ olx.source.OSMXMLOptions.prototype.node;
|
|||||||
olx.source.OSMXMLOptions.prototype.projection;
|
olx.source.OSMXMLOptions.prototype.projection;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Re-project to.
|
|
||||||
* @type {ol.proj.ProjectionLike}
|
|
||||||
* @api
|
|
||||||
*/
|
|
||||||
olx.source.OSMXMLOptions.prototype.reprojectTo;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Text.
|
* Text.
|
||||||
* @type {string|undefined}
|
* @type {string|undefined}
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ ol.source.OSMXML = function(opt_options) {
|
|||||||
logo: options.logo,
|
logo: options.logo,
|
||||||
node: options.node,
|
node: options.node,
|
||||||
projection: options.projection,
|
projection: options.projection,
|
||||||
reprojectTo: options.reprojectTo,
|
|
||||||
text: options.text,
|
text: options.text,
|
||||||
url: options.url,
|
url: options.url,
|
||||||
urls: options.urls
|
urls: options.urls
|
||||||
|
|||||||
Reference in New Issue
Block a user