Retrieve the vector tile data for Mapbox GL
GEThttps://demo.openremote.io/api/master/map/tile/:zoom/:column/:row
Retrieve the vector tile data for Mapbox GL
Request
Path Parameters
zoom int32required
column int32required
row int32required
Responses
- default
default response
- application/vnd.mapbox-vector-tile
- Schema
- Example (auto)
Schema
stringbyte
"string"
Authorization: oauth2
name: openidtype: oauth2flows: {
"clientCredentials": {
"tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
"refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
"scopes": {
"profile": "profile"
}
},
"authorizationCode": {
"authorizationUrl": "/auth/realms/master/protocol/openid-connect/auth",
"tokenUrl": "/auth/realms/master/protocol/openid-connect/token",
"refreshUrl": "/auth/realms/master/protocol/openid-connect/token",
"scopes": {
"profile": "profile"
}
}
}
- curl
- nodejs
- java
- python
- ruby
- csharp
- go
- php
- powershell
- CURL
curl -L 'https://demo.openremote.io/api/master/map/tile/:zoom/:column/:row' \
-H 'Authorization: Bearer <token>'
ResponseClear