Interface: GeoJSON

Highcharts. GeoJSON

Represents the loose structure of a geographic JSON file.

Members

Full copyright note of the geographic data.

Type:
  • string | undefined

copyrightShort :string|undefined

Short copyright note of the geographic data suitable for watermarks.

Type:
  • string | undefined

crs :Highcharts.Dictionary.<any>|undefined

Additional meta information based on the coordinate reference system.

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

features :Array.<Highcharts.GeoJSONFeature>

Data sets of geographic features.

Type:

hc-transform :Highcharts.Dictionary.<Highcharts.GeoJSONTranslation>|undefined

Map projections and transformations to be used when calculating between lat/lon and chart values. Required for lat/lon support on maps. Allows resizing, rotating, and moving portions of a map within its projected coordinate system while still retaining lat/lon support. If using lat/lon on a portion of the map that does not match a hitZone, the definition with the key default is used.

Type:

title :string|undefined

Title of the geographic data.

Type:
  • string | undefined

type :string|undefined

Type of the geographic data. Type of an optimized map collection is FeatureCollection.

Type:
  • string | undefined

version :string|undefined

Version of the geographic data.

Type:
  • string | undefined