godai-kaihatsu / gondwana

https://gondwana.godai.co.jp/
2 stars 0 forks source link

GeoObject.SetMaterialParam の params に material_param を与えるとエラーとなる #9

Closed usagi closed 6 years ago

usagi commented 6 years ago

material_params は問題なく動作するが material_param で単一のパラメーターのみ与えようとすると、以下のエラーレスポンスとなる。

{
        "jsonrpc": "2.0",
        "id": null,
        "error":
        {
                "code": -32602,
                "message": "not found material_param or material_params."
        }
}
usagi commented 6 years ago

修正した。