Add ol.format.OSMXML and ol.source.OSMXML

This commit is contained in:
Frederic Junod
2014-01-20 17:16:03 +01:00
parent 35349764d9
commit 6ab3f6e175
7 changed files with 2659 additions and 0 deletions

View File

@@ -700,6 +700,21 @@
* @todo stability experimental
*/
/**
* @typedef {Object} olx.source.OSMXMLOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {Array.<ol.style.Style>|undefined} defaultStyle Default style.
* @property {Document|undefined} doc Document.
* @property {ol.Extent|undefined} extent Extent.
* @property {string|undefined} logo Logo.
* @property {Node|undefined| node Node.
* @property {ol.proj.ProjectionLike} projection Projection.
* @property {ol.proj.ProjectionLike} reprojectTo Re-project to.
* @property {string|undefined} text Text.
* @property {string|undefined} url URL.
* @property {Array.<string>|undefined} urls URLs.
*/
/**
* @typedef {Object} olx.source.ImageCanvasOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.