Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 1.37 KB

File metadata and controls

23 lines (11 loc) · 1.37 KB

Polygon

Polygon layer can display all geometry types defined by RFC 7946 (GeoJSON): Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon.

You can load a GeoJSON file (with a single Feature or a FeatureCollection) or a GeoArrow file.

GeoJSON layer

Polygon layer - contour

Polygon geoJSON layer

Polygon layer - buildings

A path GeoJSON layer can display data like trip routes or contours. Stroke color can be set with a numerical field.

A polygon GeoJSON layer is essentially a choropleth layer and works best for rendering geofences. Fill color or height can be set with a numerical field. For example, it can display population by census tracts.

To add a polygon layer, your dataset must contain geometry data.

Back to table of contents