geoimport
Preparing search index...
<internal>
InitGdalJsOptions
Type Alias InitGdalJsOptions
Options for the
init
function.
type
InitGdalJsOptions
=
{
path
?:
string
;
paths
?:
{
data
?:
string
;
js
?:
string
;
wasm
?:
string
}
;
useWorker
?:
boolean
;
}
Index
Properties
path?
paths?
use
Worker?
Properties
Optional
path
path
?:
string
Optional
paths
paths
?:
{
data
?:
string
;
js
?:
string
;
wasm
?:
string
}
Optional
use
Worker
useWorker
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
paths
use
Worker
geoimport
Loading...
Options for the
init
function.