Skip to content

Commit 549cd95

Browse files
author
torben.steinhardt
committed
Type Fix
1 parent 7891fdc commit 549cd95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export interface KioskProperties extends NamedFeatureProperties {
246246
* Kiosk object
247247
* https://docs.ogc.org/cs/20-094/kiosk/index.html
248248
*/
249-
export interface Level extends NamedFeature<LevelProperties> {
249+
export interface Kiosk extends NamedFeature<LevelProperties> {
250250
id: KioskId,
251251
feature_type: FeatureType.kiosk,
252252
geometry: Polygon,

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.2",
3+
"version": "1.0.3",
44
"description": "Typescript definitions for IMDF https://docs.ogc.org/cs/20-094/index.html",
55
"main": "typename.d.ts",
66
"scripts": {

0 commit comments

Comments
 (0)