Map Layers: List of Tasks
You can perform the following tasks using the Map Layers resource:
Task | Task Type | URI | Description |
---|---|---|---|
Check custom map layer population status |
GET |
/rest/ofscMetadata/v1/mapLayers/custom-actions/populateLayers/{downloadId} |
This operation returns the custom map layer loading and converting status. |
Create custom map layer |
POST |
/rest/ofscMetadata/v1/mapLayers |
This operation creates a custom map layer. |
Delete custom map layer |
DELETE |
/rest/ofscMetadata/v1/mapLayers/{label} |
This operation deletes the specified custom map layer. |
Get custom map layer |
GET |
/rest/ofscMetadata/v1/mapLayers/{label} |
This operation returns a custom map layer with the specified identifier. |
Get custom map layers |
GET |
/rest/ofscMetadata/v1/mapLayers |
This operation returns a collection of the existing custom map layers. |
Populate custom map layer |
POST |
/rest/ofscMetadata/v1/mapLayers/custom-actions/populateLayers |
The operation creates the process of loading and converting a shapefile into Oracle Field Service. |
Replace custom map layer |
PUT |
/rest/ofscMetadata/v1/mapLayers/{label} |
This operation updates the attributes of a custom map layer. |