Styles
Root level properties of a style specify the map's layers, tile sources and other resources, and default values for the initial camera position when not specified elsewhere.
get
Path parameters
collectionIdstring · enumRequiredPossible values:
Local identifier of a collection
styleIdstring · enumRequiredPossible values:
An identifier representing a specific style.
Responses
200
OK
*/*
objectOptional
400
The request was not supported.
application/json
404
The requested resource does not exist on the server. For example, a path parameter had an incorrect value.
application/json
405
The HTTP method requested is not supported. This endpoint only supports 'GET' requests.
application/json
406
A request header value was not supported.
application/json
500
A server error occurred.
application/json
504
Gateway Timeout.
application/json
get/collections/{collectionId}/styles/{styleId}
GET /maps/vector/ngd/ota/v1/collections/{collectionId}/styles/{styleId} HTTP/1.1
Host: api.os.uk
Accept: */*
{}Last updated
Was this helpful?