Message HrzProtocol.UntiledVectorDataProviderParams
Defined in hrz/protocol/vector/provider.proto.
When using an untiled data provider, Horizon will tile the data according to the vector data layer settings.
url: string
http_headers: HrzProtocol.HttpHeaderList
attribution: string
format: HrzProtocol.VectorDataFormat
Cannot be MVT.
tolerance: float
Simplification tolerance. 0 uses the default simplification. Positive values make the geometries more simplified. Negative values make the geometries more detailed.
clip_margin: bool
Whether or not to add small margins to the tile boundaries when clipping features.
Adding a margin prevents visual artifacts when clipping concave
polygons, but it requires the clip_to_tile setting some vector
representations to also be enabled for it to work properly.