olx. olx.format

Source:
  • olx.jsdoc, line 7

TypeDefs

GeoJSONOptions

Stability: not documented
Properties:
Name Type Description
defaultProjection ol.proj.ProjectionLike

Default projection.

Source:
  • objectliterals.jsdoc, line 47

GMLOptions

Stability: not documented
Properties:
Name Type Description
featureNS string

Feature namespace.

featureType string

Feature type to parse.

srsName string

srsName to use when writing geometries.

surface boolean | undefined

Write gml:Surface instead of gml:Polygon elements. This also affects the elements in multi-part geometries. Default is `false´.

curve boolean | undefined

Write gml:Curve instead of gml:LineString elements. This also affects the elements in multi-part geometries. Default is `false´.

multiCurve boolean | undefined

Write gml:MultiCurve instead of gml:MultiLineString. Since the latter is deprecated in GML 3, the default is `true´.

multiSurface boolean | undefined

Write gml:multiSurface instead of gml:MultiPolygon. Since the latter is deprecated in GML 3, the default is `true´.

schemaLocation string | undefined

Optional schemaLocation to use when writing out the GML, this will override the default provided.

Source:
  • objectliterals.jsdoc, line 55

IGCOptions

Stability: not documented
Properties:
Name Type Description
altitudeMode ol.format.IGCZ | undefined

Altitude mode. Possible values are barometric, gps, and none. Default is none.

Source:
  • objectliterals.jsdoc, line 51

KMLOptions

Stability: not documented
Properties:
Name Type Description
defaultStyle Array.<ol.style.Style> | undefined

Default style. The default default style is the same as Google Earth.

Source:
  • objectliterals.jsdoc, line 53

TopoJSONOptions

Stability: not documented
Properties:
Name Type Description
defaultProjection ol.proj.ProjectionLike

Default projection.

Source:
  • objectliterals.jsdoc, line 49