Skip to content
pyautark (soon)

@urban-toolkit/autk-db


@urban-toolkit/autk-db / LayerLoadTimings

Interface: LayerLoadTimings

Defined in: use-cases/load-osm-overpass/interfaces.ts:27

Properties

featureCount

featureCount: number

Defined in: use-cases/load-osm-overpass/interfaces.ts:33

Number of GeoJSON features in the loaded layer.


layerName

layerName: string

Defined in: use-cases/load-osm-overpass/interfaces.ts:28


layerType

layerType: string

Defined in: use-cases/load-osm-overpass/interfaces.ts:29


loadMs

loadMs: number

Defined in: use-cases/load-osm-overpass/interfaces.ts:31

Time in ms to run the SQL query that extracts this layer from the OSM table (excludes HTTP).

Released under the MIT License.