Factor out ol.source.FormatVector

This commit is contained in:
Tom Payne
2014-02-21 16:20:50 +01:00
parent 77933d0ab3
commit 073f83cd22
3 changed files with 162 additions and 123 deletions

View File

@@ -668,6 +668,15 @@
* @todo stability experimental
*/
/**
* @typedef {Object} olx.source.FormatVectorOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.
* @property {ol.Extent|undefined} extent Extent.
* @property {ol.format.Feature} format Format.
* @property {string|undefined} logo Logo.
* @property {ol.proj.ProjectionLike} projection Projection.
*/
/**
* @typedef {Object} olx.source.GeoJSONOptions
* @property {Array.<ol.Attribution>|undefined} attributions Attributions.