Interface: GeoJSONTranslation

Highcharts. GeoJSONTranslation

Describes the map projection and transformations applied to a portion of a map.

Members

crs :string

The coordinate reference system used to generate this portion of the map.

Type:
  • string

hitZone :Highcharts.Dictionary.<*>|undefined

Define the portion of the map that this definition applies to. Defined as a GeoJSON polygon feature object, with type and coordinates properties.

Type:
  • Highcharts.Dictionary.<*> | undefined

jsonmarginX :number|undefined

Property for internal use for maps generated by Highsoft.

Type:
  • number | undefined

jsonmarginY :number|undefined

Property for internal use for maps generated by Highsoft.

Type:
  • number | undefined

jsonres :number|undefined

Property for internal use for maps generated by Highsoft.

Type:
  • number | undefined

rotation :number|undefined

Specifies clockwise rotation of the coordinates after the projection, but before scaling and panning. Defined in radians, relative to the coordinate system origin.

Type:
  • number | undefined

scale :number|undefined

The scaling factor applied to the projected coordinates.

Type:
  • number | undefined

xoffset :number|undefined

Property for internal use for maps generated by Highsoft.

Type:
  • number | undefined

xpan :number|undefined

X offset of projected coordinates after scaling.

Type:
  • number | undefined

yoffset :number|undefined

Property for internal use for maps generated by Highsoft.

Type:
  • number | undefined

ypan :number|undefined

Y offset of projected coordinates after scaling.

Type:
  • number | undefined