Add ol.format.GeoJSONOptions
This commit is contained in:
@@ -245,6 +245,11 @@
|
||||
* @todo stability experimental
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} ol.format.GeoJSONOptions
|
||||
* @property {ol.proj.ProjectionLike} projection Projection.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {Object} ol.interaction.DoubleClickZoomOptions
|
||||
* @property {number|undefined} duration Animation duration in milliseconds. Default is `250`.
|
||||
|
||||
@@ -19,8 +19,9 @@ goog.require('ol.geom.Polygon');
|
||||
/**
|
||||
* @constructor
|
||||
* @implements {ol.format.IReader}
|
||||
* @param {ol.format.GeoJSONOptions=} opt_options Options.
|
||||
*/
|
||||
ol.format.GeoJSON = function() {
|
||||
ol.format.GeoJSON = function(opt_options) {
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user