Module geojson

Source
Expand description

GeoJSON source processing — projects geographic coordinates into tile space and tessellates features using the existing vector rendering pipeline.

Structs§

GeoJsonTileRequest
Request for processing GeoJSON features for a set of style layers.
ProjectingTessellator
Wraps a processor and reprojects geographic (lon/lat) coordinates into tile-local extent coordinates (0–4096) using the Web Mercator projection.

Enums§

ProcessGeoJsonError

Functions§

process_geojson_features
Process inline GeoJSON data and tessellate features for each matching style layer.