Add stability annotation to ol.format.GeoJSON

This commit is contained in:
Tom Payne
2014-02-03 14:38:58 +01:00
parent dc9cb31c27
commit 2dd6cfd651

View File

@@ -24,6 +24,7 @@ goog.require('ol.proj');
* @constructor
* @extends {ol.format.JSON}
* @param {olx.format.GeoJSONOptions=} opt_options Options.
* @todo stability experimental
*/
ol.format.GeoJSON = function(opt_options) {