Rename ol.feature.FeatureStyleFunction to ol.FeatureStyleFunction

This commit is contained in:
Tim Schaub
2015-04-20 08:42:31 -06:00
parent ab066e1914
commit f0c0c28f04
6 changed files with 22 additions and 31 deletions

View File

@@ -14,8 +14,8 @@ goog.require('goog.math');
goog.require('goog.object');
goog.require('goog.string');
goog.require('ol.Feature');
goog.require('ol.FeatureStyleFunction');
goog.require('ol.color');
goog.require('ol.feature');
goog.require('ol.format.Feature');
goog.require('ol.format.XMLFeature');
goog.require('ol.format.XSD');
@@ -120,7 +120,7 @@ ol.format.KML = function(opt_options) {
/**
* @private
* @type {ol.feature.FeatureStyleFunction}
* @type {ol.FeatureStyleFunction}
*/
this.featureStyleFunction_ =
/**