Merge pull request #8737 from schmidtk/ts-format-topojson
Flag optional param to fix TS error
This commit is contained in:
@@ -139,7 +139,7 @@ class TopoJSON extends JSONFeature {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @const
|
* @const
|
||||||
* @type {Object<string, function(TopoJSONGeometry, Array, ...Array): import("../geom/Geometry.js").default>}
|
* @type {Object<string, function(TopoJSONGeometry, Array, ...Array=): import("../geom/Geometry.js").default>}
|
||||||
*/
|
*/
|
||||||
const GEOMETRY_READERS = {
|
const GEOMETRY_READERS = {
|
||||||
'Point': readPointGeometry,
|
'Point': readPointGeometry,
|
||||||
|
|||||||
Reference in New Issue
Block a user