ol.source. ol.source.ServerVector

new ServerVector

Stability: experimental
Parameters:
Name Type Description
options olx.source.ServerVectorOptions

Options.

Properties
Name Type Description
attributions Array.<ol.Attribution> | undefined

Attributions.

extent ol.Extent | undefined

Extent.

format ol.format.Feature

Format.

loader function

Loading function.

strategy function

Loading strategy. Default is ol.loadingstrategy.bbox.

logo string | undefined

Logo.

projection ol.proj.ProjectionLike

Projection.

Source:
  • servervectorsource.js, line 18

Extends

  • ol.source.FormatVector

Methods

readFeatures

Stability: experimental
Parameters:
Name Type Description
source ArrayBuffer | Document | Node | Object | string

Source.

Source:
  • servervectorsource.js, line 109
Returns:

Features.

Type
Array.<ol.Feature>