Merge pull request #1433 from twpayne/vector-api-export-featuresoverlay

[vector-api] Export ol.render.FeaturesOverlay
This commit is contained in:
Éric Lemoine
2014-01-07 04:46:04 -08:00
3 changed files with 33 additions and 1 deletions

View File

@@ -505,6 +505,13 @@
* supported.
*/
/**
* @typedef {Object} olx.render.FeaturesOverlayOptions
* @property {Array.<ol.Feature>|ol.Collection|undefined} features Features.
* @property {ol.Map|undefined} map Map.
* @property {ol.style.StyleFunction|undefined} styleFunction Style function.
*/
/**
* @typedef {Object} olx.source.BingMapsOptions
* @property {string|undefined} culture Culture code. Default is `en-us`.