Type Alias DataToMapStrategyExperimental

DataToMapStrategy: "geojson" | "query-tiles"

Materialization strategy chosen by the bridge.

  • "geojson" — drain the source through queryAll into one bounded GeoJSON source; filter changes diff-update through setData.
  • "query-tiles" — reuse the existing dynamic query-tile path: the map pulls viewport-bounded vector tiles and the source's own tile cache applies; filter changes rewrite the tile URL template where possible.