FeatureAccessors
Defined in: geo/project.ts:27
How to derive a drawable id (and optional stroke width) from a feature.
Type Parameters
Section titled “Type Parameters”F
Properties
Section titled “Properties”id: (
feature,index) =>string|number
Defined in: geo/project.ts:28
Parameters
Section titled “Parameters”feature
Section titled “feature”F
number
Returns
Section titled “Returns”string | number
lineWidth?
Section titled “lineWidth?”
optionallineWidth?:number
Defined in: geo/project.ts:30
Stroke width in projected pixels; omit/0 for fill-only.