Skip to main content

Interface: GeoJSONShapesDataSource

Defined in: @tissuumaps-storage/src/geojson/GeoJSONShapesDataSource.ts:7

A RawShapesDataSource with shapesDataSourceDefaults applied

Extends

Properties

idProperty?

optional idProperty?: string

Defined in: @tissuumaps-storage/src/geojson/GeoJSONShapesDataSource.ts:10


nameProperty?

optional nameProperty?: string

Defined in: @tissuumaps-storage/src/geojson/GeoJSONShapesDataSource.ts:11


path?

optional path?: string

Defined in: @tissuumaps-core/build/src/model/base.d.ts:183

Local path (relative to workspace root)

Inherited from

ShapesDataSource.path


table?

optional table?: string

Defined in: @tissuumaps-core/build/src/model/base.d.ts:206

ID of the table holding the per-item annotations of this data source, if any

Inherited from

ShapesDataSource.table


type

type: "geojson"

Defined in: @tissuumaps-core/build/src/model/base.d.ts:171

Data source type

Inherited from

ShapesDataSource.type


url?

optional url?: string

Defined in: @tissuumaps-core/build/src/model/base.d.ts:179

Remote URL, absolute or relative

Relative URLs are resolved against the URL the project was loaded from, and against the TissUUmaps root for projects without one (i.e. projects opened from a local file).

Inherited from

ShapesDataSource.url