OlSourceTileArcGISRest
OlSourceTileArcGISRest(
__namedParameters):Element
Defined in: src/ol-source-tile-arcgis-rest.tsx:31
OpenLayers tile source component for ArcGIS REST services. Provides standard tile access to ArcGIS Map/Image services. Must be used as a child of OlTileLayer.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”OlTileSouceProps
Returns
Section titled “Returns”Element
Example
Section titled “Example”<OlTileLayer> <OlSourceTileArcGISRest ref={sourceRef} initialOptions={{ url: 'https://server.arcgisonline.com/arcgis/rest/services/Layer/MapServer' }} /></OlTileLayer>