Default geographic data (NUTS regions, countries, etc.)
All NUTS level data (for mixed level maps)
Centroid point data
Processed GeoJSON features organized by type
Optionalnutsrg?: any[]Nutsrg.
Optionalnutsbn?: any[]Nutsbn.
Optionalcntrg?: any[]Cntrg.
Optionalcntbn?: any[]Cntbn.
Optionalworldrg?: any[]Worldrg.
Optionalgraticule?: any[]Graticule.
Optionalmixed?: anyMixed.
User-provided custom geometries
Centroid features with projected coordinates
Master copy of all centroid features before filtering
Returns GeoJSON features for all statistical regions at the map's current NUTS level (or the 4-level array [rg0,rg1,rg2,rg3] when nutsLevel is 'mixed', or worldrg for WORLD geo).
Fetches default geographic data from NUTS2JSON
Returns the array of NUTS2JSON fetch promises used by getDefaultGeoData().
Returns true once default geo data (or user geometries) has loaded for this map and every inset.
Sets user-defined custom geometries
Adds default NUTS geometries to the map
Zoom group.
Draw graticule.
Path function.
Nuts level.
Nuts year.
Geo.
Proj.
Scale.
Adds user-defined geometries to the map
Returns all statistical region features (used e.g. for statistical value labelling).
Returns a Map of region id -> projected [x, y] centroid, computed via the given d3 path function.
Geometries class for managing geographic data loading and rendering. Handles NUTS regions, country boundaries, centroids, and custom geometries.