https://cgi-italy.github.io/insula/schemas/v1.1.0/common/vector-collection-render-config.schema.json#/$defs/vectorRenderModeOptions
The vector render mode rendering options
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | vector-collection-render-config.schema.json* |
object
(Vector render mode options)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
defaultColorProperty | string |
Optional | cannot be null | Vector collection render config |
optimizeSpeed | boolean |
Optional | cannot be null | Vector collection render config |
clustering | object |
Optional | cannot be null | Vector collection render config |
labelAttributes | array |
Optional | cannot be null | Vector collection render config |
forceLocalFiltering | boolean |
Optional | cannot be null | Vector collection render config |
iconUrl | string |
Optional | cannot be null | Vector collection render config |
The attribute to use by default (on layer initialization) for class coloring (shall be of ‘enum’ type)
defaultColorProperty
is optional
Type: string
(Default color property id)
cannot be null
defined in: Vector collection render config
string
(Default color property id)
When set layer will rendere to optimize speed rather than interactivity
optimizeSpeed
is optional
Type: boolean
(Optimize speed)
cannot be null
defined in: Vector collection render config
boolean
(Optimize speed)
Feature clustering options
clustering
is optional
Type: object
(Clustering options)
cannot be null
defined in: Vector collection render config
object
(Clustering options)
The attributes to use for map feature labeling
labelAttributes
is optional
Type: string[]
cannot be null
defined in: Vector collection render config
string[]
Prevent using WFS filters for feature filtering
forceLocalFiltering
is optional
Type: boolean
(Force local filtering)
cannot be null
defined in: Vector collection render config
boolean
(Force local filtering)
The map feature icon representation
iconUrl
is optional
Type: string
(Feature icon URL)
cannot be null
defined in: Vector collection render config
string
(Feature icon URL)