OlSourceCustomArcGISXYZ
OlSourceCustomArcGISXYZ(
__namedParameters):Element
Defined in: src/ol-source-custom-arcgis-xyz.tsx:90
OpenLayers tile source component for ArcGIS Image Server using XYZ tile scheme with custom BBOX export. Generates tile URLs with BBOX parameters for ArcGIS export endpoints. Must be used as a child of OlTileLayer.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”OlTileSourceProps
Returns
Section titled “Returns”Element
Example
Section titled “Example”<OlTileLayer> <OlSourceCustomArcGISXYZ initialOptions={{ url: 'https://server.arcgisonline.com/arcgis/rest/services/Layer/ImageServer', maxZoom: 18 }} /></OlTileLayer>