@vertigis/viewer-spec 61.2.3 → 61.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { ModelProperties } from "./ModelProperties";
|
|
2
|
+
/**
|
|
3
|
+
* Configuration for the geoData service.
|
|
4
|
+
*/
|
|
5
|
+
export interface GeoDataModelProperties extends ModelProperties {
|
|
6
|
+
/**
|
|
7
|
+
* The geoDataServiceUrl for the upload service that needs to import the
|
|
8
|
+
* LPKX and FGDB files.
|
|
9
|
+
*/
|
|
10
|
+
geoDataServiceUrl?: string;
|
|
11
|
+
/**
|
|
12
|
+
* The displayServiceUrl for the upload service that needs to import the
|
|
13
|
+
* LPKX and FGDB files.
|
|
14
|
+
*/
|
|
15
|
+
displayServiceUrl?: string;
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{};
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED