This commit is contained in:
12
node_modules/ol/geom.d.ts
generated
vendored
Normal file
12
node_modules/ol/geom.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
export { default as Circle } from "./geom/Circle.js";
|
||||
export { default as Geometry } from "./geom/Geometry.js";
|
||||
export { default as GeometryCollection } from "./geom/GeometryCollection.js";
|
||||
export { default as LinearRing } from "./geom/LinearRing.js";
|
||||
export { default as LineString } from "./geom/LineString.js";
|
||||
export { default as MultiLineString } from "./geom/MultiLineString.js";
|
||||
export { default as MultiPoint } from "./geom/MultiPoint.js";
|
||||
export { default as MultiPolygon } from "./geom/MultiPolygon.js";
|
||||
export { default as Point } from "./geom/Point.js";
|
||||
export { default as Polygon } from "./geom/Polygon.js";
|
||||
export { default as SimpleGeometry } from "./geom/SimpleGeometry.js";
|
||||
//# sourceMappingURL=geom.d.ts.map
|
||||
Reference in New Issue
Block a user