diff --git a/externs/olx.js b/externs/olx.js index 318af1996f..140e53724b 100644 --- a/externs/olx.js +++ b/externs/olx.js @@ -2029,7 +2029,8 @@ olx.format.GeoJSONOptions.prototype.geometryName; * Certain GeoJSON providers include the geometry_name field in the feature * geoJSON. If set to `true` the geoJSON reader will look for that field to * set the geometry name. If both this field is set to `true` and a - * `geometryName` is provided the `geometryName` will take precedence. + * `geometryName` is provided, the `geometryName` will take precedence. + * Default is `false`. * @type {boolean|undefined} * @api */