{
"service": "wmts",
"version": "1.0.0",
"request": "GetRowCol",
"TileMatrixSet":"GlobalCRS84Scale",
"TileMatrix":9
}
curl --location --request POST 'http://172.16.1.44:9800/rest/services//image/wmts' \
--header 'ua_token: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"service": "wmts",
"version": "1.0.0",
"request": "GetRowCol",
"TileMatrixSet":"GlobalCRS84Scale",
"TileMatrix":9
}'
<?xml version='1.0' encoding='UTF-8'?>
<TileMatrixInfo>
<TileMatrix>9</TileMatrix>
<TileRowStart>165</TileRowStart>
<TileRowEnd>171</TileRowEnd>
<TileColStart>834</TileColStart>
<TileColEnd>840</TileColEnd>
</TileMatrixInfo>