Message HrzProtocol.ArcGisRasterProviderParams
Defined in hrz/protocol/raster/provider.proto.
url: string
layer_ids: int32``[]
http_headers: HrzProtocol.HttpHeaderList
attribution: string
preserve_query_parameters: bool
Pass main URL query parameters when requesting tiles.
missing_tile_policy: HrzProtocol.MissingTilePolicy
source_image_format: string
Image format selection override. If pre-cached tiles are available, but not in the specified format, they won’t be used. Valid values are: MIXED, JPGPNG, JPEG, JPG, PNG32, PNG24, PNG8, PNG, GIF. Leave empty to let the system decide on a format automatically.
ignore_bounds: bool
Some layers have valuable pixel data outside their reported bounds (typically when there are symbols on point features) or have erroneous bounds. When this option is true, tiles are fetched for the whole planet.
override_tile_cache_size: bool
Override global setting for tile cache size.
tile_cache_size: uint32
Tile cache size when the global setting is overridden.