We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7891fdc commit 549cd95Copy full SHA for 549cd95
index.d.ts
@@ -246,7 +246,7 @@ export interface KioskProperties extends NamedFeatureProperties {
246
* Kiosk object
247
* https://docs.ogc.org/cs/20-094/kiosk/index.html
248
*/
249
-export interface Level extends NamedFeature<LevelProperties> {
+export interface Kiosk extends NamedFeature<LevelProperties> {
250
id: KioskId,
251
feature_type: FeatureType.kiosk,
252
geometry: Polygon,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "imdf-typescript",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Typescript definitions for IMDF https://docs.ogc.org/cs/20-094/index.html",
5
"main": "typename.d.ts",
6
"scripts": {
0 commit comments