Skip to content

Commit 5872ec6

Browse files
committed
fix: Footprint shall also extend Feature type
1 parent 5e9264f commit 5872ec6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export interface Fixture extends LabeledFeature {
214214
* Footprint object
215215
* https://docs.ogc.org/cs/20-094/Footprint/index.html
216216
*/
217-
export interface Footprint {
217+
export interface Footprint extends Feature {
218218
id: FootprintId,
219219
feature_type: FeatureType.footprint,
220220
geometry: Polygonal,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imdf-typescript",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Typescript definitions for IMDF https://docs.ogc.org/cs/20-094/index.html",
55
"main": "index.js",
66
"source": "index.ts",

0 commit comments

Comments
 (0)