Skip to content

Commit c91314b

Browse files
authored
Merge pull request #1 from archilogic-com/al-5942-set-display_point-in-footprintgeojson
fix: MS Places requires display_point to be present in footprint
2 parents 5872ec6 + 991fd5f commit c91314b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ export interface Footprint extends Feature {
221221
properties: FeatureProperties & {
222222
category: FOOTPRINT_CATEGORY,
223223
name: Labels | null,
224-
building_ids: Array<BuildingId>
224+
building_ids: Array<BuildingId>,
225+
display_point: DisplayPoint | null | undefined
225226
}
226227
}
227228

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.10",
3+
"version": "1.0.11",
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)