Remove reprojectTo option from olx.source.OSMXMLOptions

Leftover from #1640
This commit is contained in:
Frederic Junod
2014-10-07 10:41:30 +02:00
parent 90fb83b95e
commit 4c1d2f8c86
2 changed files with 0 additions and 10 deletions

View File

@@ -4084,7 +4084,6 @@ olx.source.OSMOptions.prototype.url;
* logo: (string|olx.LogoOptions|undefined),
* node: (Node|undefined),
* projection: ol.proj.ProjectionLike,
* reprojectTo: ol.proj.ProjectionLike,
* text: (string|undefined),
* url: (string|undefined),
* urls: (Array.<string>|undefined)}}
@@ -4133,14 +4132,6 @@ olx.source.OSMXMLOptions.prototype.node;
olx.source.OSMXMLOptions.prototype.projection;
/**
* Re-project to.
* @type {ol.proj.ProjectionLike}
* @api
*/
olx.source.OSMXMLOptions.prototype.reprojectTo;
/**
* Text.
* @type {string|undefined}

View File

@@ -26,7 +26,6 @@ ol.source.OSMXML = function(opt_options) {
logo: options.logo,
node: options.node,
projection: options.projection,
reprojectTo: options.reprojectTo,
text: options.text,
url: options.url,
urls: options.urls