Interface: GeoJSONShapesDataSource
Defined in: @tissuumaps-storage/src/geojson/GeoJSONShapesDataSource.ts:7
A RawShapesDataSource with shapesDataSourceDefaults applied
Extends
Properties
idProperty?
optionalidProperty?:string
Defined in: @tissuumaps-storage/src/geojson/GeoJSONShapesDataSource.ts:10
nameProperty?
optionalnameProperty?:string
Defined in: @tissuumaps-storage/src/geojson/GeoJSONShapesDataSource.ts:11
path?
optionalpath?:string
Defined in: @tissuumaps-core/build/src/model/base.d.ts:183
Local path (relative to workspace root)
Inherited from
ShapesDataSource.path
table?
optionaltable?: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?
optionalurl?: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