MapPolygonSeries
Displays filled polygons representing countries, regions, or other geographic areas.Key Features
Template Configuration Access and configure all polygons throughmapPolygons.template:
mapPolygon- The visual MapPolygon elementgeometry- GeoJSON Polygon or MultiPolygon geometry
MapPointSeries
Displays markers at specific geographic coordinates.Data Properties
CoordinatesClipping
Control point visibility on different projections:Auto Scaling
Make bullets resize with zoom level:MapLineSeries
Displays lines connecting geographic points, useful for routes, connections, and flows.Connecting Points
Connect existing MapPointSeries data items:Line Types
Control how lines are drawn:"curved"- Shortest distance (great circle), appears curved on most projections"straight"- Visually straight lines, won’t cross -180/180 longitude
Clipping
Hide line segments on the back of a globe:mapLine- The visual MapLine elementgeometry- GeoJSON LineString or MultiLineStringpointsToConnect- Array of point data items to connectlineType- “curved” or “straight”
ClusteredPointSeries
Automatically groups nearby points into clusters to improve performance and readability.Settings
Minimum Distance Control clustering threshold:GraticuleSeries
Displays a grid of latitude and longitude lines.Settings
Step Control grid spacing:Common Settings
All map series share these common settings:GeoJSON Data
Load data from GeoJSON:Fill and Stroke
Set default appearance:Exclude Regions
Hide specific regions:Related Topics
- Projections - Map projection types
- Geodata - Working with geographic data
- Zoom Control - Adding zoom controls